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 1143bba + d59b035 commit 056331fCopy full SHA for 056331f
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