summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-04-05 13:59:45 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-04-05 13:59:45 +0000
commita0beb762a4d33cdbee86d3f0fa6d6d0efd37a99f (patch)
tree43a2d6cac085a65caadf16998bdd4ebbeb0a9219 /lldb/packages/Python/lldbsuite/test
parent0bab7bf9f4165ed2d4c3095033e1becd44664b98 (diff)
downloadbcm5719-llvm-a0beb762a4d33cdbee86d3f0fa6d6d0efd37a99f.tar.gz
bcm5719-llvm-a0beb762a4d33cdbee86d3f0fa6d6d0efd37a99f.zip
Enabling TSan tests, they should work now.
llvm-svn: 265396
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-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, 0 insertions, 2 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 51360448f29..1e5933c8aef 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
@@ -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 ()
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 1b14600fe12..14a0d03358e 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,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 ()
OpenPOWER on IntegriCloud