Skip to content

Commit 47cb1dd

Browse files
committed
[lldb] Re-enable XFAILed tests on Apple Silicon
1 parent 97780e8 commit 47cb1dd

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

lldb/test/API/functionalities/tsan/swift-access-race/TestTsanSwiftAccessRace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class TsanSwiftAccessRaceTestCase(lldbtest.TestBase):
3030
@skipIfLinux
3131
@skipUnlessSwiftThreadSanitizer
3232
@skipIfAsan # This test does not behave reliable with an ASANified LLDB.
33-
@expectedFailureAll(archs=['arm64'])
3433
def test_tsan_swift(self):
3534
self.build()
3635
self.do_test()

lldb/test/API/functionalities/tsan/swift/TestTsanSwift.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class TsanSwiftTestCase(lldbtest.TestBase):
2929
@skipIfLinux
3030
@skipUnlessSwiftThreadSanitizer
3131
@skipIfAsan # This test does not behave reliable with an ASANified LLDB.
32-
@expectedFailureAll(archs=['arm64'])
3332
def test_tsan_swift(self):
3433
self.build()
3534
self.do_test()

lldb/test/API/lang/swift/multi_optionals/TestMultiOptionals.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@
1212
import lldbsuite.test.lldbinline as lldbinline
1313
from lldbsuite.test.decorators import *
1414

15-
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest,
16-
expectedFailureAll(archs=['arm64', 'arm64e', 'arm64_32'], bugnumber="<rdar://problem/57854589>")])
17-
15+
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest])

0 commit comments

Comments
 (0)