From 58ddb8d0415fe3e704943118a6e3b7cf02515739 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Thu, 10 Nov 2016 19:16:17 +0000 Subject: [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities Summary: 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. Reviewers: lldb-commits Subscribers: kubabrecka, tfiala Differential Revision: https://reviews.llvm.org/D26513 llvm-svn: 286490 --- .../Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py index 241c49897ef..f1689a8fda0 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py @@ -20,7 +20,6 @@ class TsanBasicTestCase(TestBase): bugnumber="non-core functionality, need to reenable and fix later (DES 2014.11.07)") @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @skipIfRemote - @skipUnlessCompilerRt @skipUnlessThreadSanitizer def test(self): self.build() -- cgit v1.2.3