Testuite: Support Asan test with remote testing
authorFred Riss <friss@apple.com>
Wed, 6 Nov 2019 21:53:14 +0000 (13:53 -0800)
committerFred Riss <friss@apple.com>
Wed, 6 Nov 2019 22:28:48 +0000 (14:28 -0800)
commit8243918f43c6eedc2b018c1edc9c6b72fe9b3c1e
treea2cc8f3836dddb3e25db2f01e0a060b4e97bd027
parent83393d27af6631d1df5c549feb214abbdd1d6054
Testuite: Support Asan test with remote testing

To do so, we need to register the sanitizer libraries with the target
so that they get uploaded before running. This patch adds a helper to
the test class to this effect.
lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
lldb/packages/Python/lldbsuite/test/lldbtest.py