disabled TSAN tests until the author can help track down CI failures
authorTodd Fiala <todd.fiala@gmail.com>
Mon, 4 Apr 2016 19:58:24 +0000 (19:58 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Mon, 4 Apr 2016 19:58:24 +0000 (19:58 +0000)
These tests run fine locally for me but are failing on the Green Dragon
OS X CI.

llvm-svn: 265342

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

index eb0c5df..999d268 100644 (file)
@@ -17,6 +17,7 @@ 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 3d8e645..ec13e85 100644 (file)
@@ -17,6 +17,7 @@ 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 ()