Enabling TSan tests, they should work now.
authorKuba Brecka <kuba.brecka@gmail.com>
Tue, 5 Apr 2016 13:59:45 +0000 (13:59 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Tue, 5 Apr 2016 13:59:45 +0000 (13:59 +0000)
llvm-svn: 265396

lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py

index 5136044..1e5933c 100644 (file)
@@ -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 ()
index 1b14600..14a0d03 100644 (file)
@@ -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 ()