summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-04-04 19:58:24 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-04-04 19:58:24 +0000
commitd955f899142029a439a6d3dd2285d64153d54024 (patch)
treea47adcc892f3b1e727ad39e6745c8302c33ed61e /lldb/packages/Python
parent6ae936cbf211299726502ccafbd9ef6171ffc2df (diff)
downloadbcm5719-llvm-d955f899142029a439a6d3dd2285d64153d54024.tar.gz
bcm5719-llvm-d955f899142029a439a6d3dd2285d64153d54024.zip
disabled TSAN tests until the author can help track down CI failures
These tests run fine locally for me but are failing on the Green Dragon OS X CI. llvm-svn: 265342
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py1
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py1
2 files changed, 2 insertions, 0 deletions
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 eb0c5df30c8..999d268f7c5 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
@@ -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 ()
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 3d8e6457bae..ec13e851116 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,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 ()
OpenPOWER on IntegriCloud