[all-commits] [llvm/llvm-project] 824391: Testuite: Support Asan test with remote testing
fredriss via All-commits
all-commits at lists.llvm.org
Wed Nov 6 14:30:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8243918f43c6eedc2b018c1edc9c6b72fe9b3c1e
https://github.com/llvm/llvm-project/commit/8243918f43c6eedc2b018c1edc9c6b72fe9b3c1e
Author: Fred Riss <friss at apple.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
M lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
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.
More information about the All-commits
mailing list