We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d36975a + 610cbd2 commit d59b035Copy full SHA for d59b035
lldb/test/API/functionalities/asan/swift/TestAsanSwift.py
@@ -35,7 +35,7 @@ def test_asan_swift(self):
35
36
@skipIf(oslist=no_match(["macosx"]))
37
@skipIf(macos_version=["<", "15.0"])
38
- @expectedFailureAll(bugnumber="rdar://142836595")
+ @skipIfDarwin # rdar://142836595
39
def test_libsanitizers_swift(self):
40
try:
41
self.build(make_targets=["libsanitizers"])
0 commit comments