[Lldb-commits] [PATCH] D26513: [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities
Chris Bieneman via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 10 09:45:17 PST 2016
beanz created this revision.
beanz added a reviewer: lldb-commits.
beanz added subscribers: tfiala, kubabrecka.
This patch reworks all the @skip... lines for sanitizer libraries to be based on whether or not the compiler actually works, rather than whether or not the compiler-rt sources are present in some magically derived directory.
https://reviews.llvm.org/D26513
Files:
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/TestTsanCPPGlobalLocation.py
packages/Python/lldbsuite/test/functionalities/tsan/global_location/TestTsanGlobalLocation.py
packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py
packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py
packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26513.77506.patch
Type: text/x-patch
Size: 7452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161110/a28e4877/attachment-0001.bin>
More information about the lldb-commits
mailing list