File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lldb/test/API/functionalities/tsan Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class TsanSwiftAccessRaceTestCase(lldbtest.TestBase):
3030 @skipIfLinux
3131 @skipUnlessSwiftThreadSanitizer
3232 @skipIfAsan # This test does not behave reliable with an ASANified LLDB.
33- @expectedFailureAll ( archs = [ 'arm64' ])
33+ @skipIfDarwinEmbedded
3434 def test_tsan_swift (self ):
3535 self .build ()
3636 self .do_test ()
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class TsanSwiftTestCase(lldbtest.TestBase):
2929 @skipIfLinux
3030 @skipUnlessSwiftThreadSanitizer
3131 @skipIfAsan # This test does not behave reliable with an ASANified LLDB.
32- @expectedFailureAll ( archs = [ 'arm64' ])
32+ @skipIfDarwinEmbedded
3333 def test_tsan_swift (self ):
3434 self .build ()
3535 self .do_test ()
You can’t perform that action at this time.
0 commit comments