From: Todd Fiala Date: Mon, 4 Apr 2016 19:58:24 +0000 (+0000) Subject: disabled TSAN tests until the author can help track down CI failures X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d955f899142029a439a6d3dd2285d64153d54024;p=platform%2Fupstream%2Fllvm.git 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 --- 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 eb0c5df..999d268 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 3d8e645..ec13e85 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 ()