Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TsanSwiftAccessRaceTestCase(lldbtest.TestBase):
@skipIfLinux
@skipUnlessSwiftThreadSanitizer
@skipIfAsan # This test does not behave reliable with an ASANified LLDB.
@expectedFailureAll(archs=['arm64'])
@skipIfDarwinEmbedded
def test_tsan_swift(self):
self.build()
self.do_test()
Expand Down
2 changes: 1 addition & 1 deletion lldb/test/API/functionalities/tsan/swift/TestTsanSwift.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TsanSwiftTestCase(lldbtest.TestBase):
@skipIfLinux
@skipUnlessSwiftThreadSanitizer
@skipIfAsan # This test does not behave reliable with an ASANified LLDB.
@expectedFailureAll(archs=['arm64'])
@skipIfDarwinEmbedded
def test_tsan_swift(self):
self.build()
self.do_test()
Expand Down