From d955f899142029a439a6d3dd2285d64153d54024 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Mon, 4 Apr 2016 19:58:24 +0000 Subject: [PATCH] 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 --- .../Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py | 1 + .../test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py | 1 + 2 files changed, 2 insertions(+) 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 () -- 2.7.4