From a0beb762a4d33cdbee86d3f0fa6d6d0efd37a99f Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Tue, 5 Apr 2016 13:59:45 +0000 Subject: Enabling TSan tests, they should work now. llvm-svn: 265396 --- .../Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py | 1 - .../test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py | 1 - 2 files changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test') 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 51360448f29..1e5933c8aef 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py @@ -17,7 +17,6 @@ class TsanBasicTestCase(TestBase): @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @skipIfRemote @skipUnlessCompilerRt - @skipIfDarwin # rdar://25534884 TSAN tests failing on Green Dragon OS X CI (not not locally) def test (self): self.build () self.tsan_tests () diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py index 1b14600fe12..14a0d03358e 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py @@ -17,7 +17,6 @@ class TsanThreadLeakTestCase(TestBase): @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @skipIfRemote @skipUnlessCompilerRt - @skipIfDarwin # rdar://25534884 TSAN tests failing on Green Dragon OS X CI (not not locally) def test (self): self.build () self.tsan_tests () -- cgit v1.2.3