mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
[lldb] Temporarily skip TestTsanBasic on Darwin
See ongoing discussion in https://reviews.llvm.org/D112603.
This commit is contained in:
@@ -20,6 +20,7 @@ class TsanBasicTestCase(TestBase):
|
||||
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
|
||||
@skipIfRemote
|
||||
@skipUnlessThreadSanitizer
|
||||
@expectedFailureDarwin # FIXME: https://reviews.llvm.org/D112603
|
||||
@no_debug_info_test
|
||||
def test(self):
|
||||
self.build()
|
||||
|
||||
Reference in New Issue
Block a user