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.
1 parent df8b824 commit 0feddb6Copy full SHA for 0feddb6
lldb/test/API/functionalities/asan/swift/TestAsanSwift.py
@@ -34,7 +34,7 @@ def test_asan_swift(self):
34
35
@skipIf(oslist=no_match(["macosx"]))
36
@skipIf(macos_version=["<", "15.0"])
37
- @expectedFailureAll(bugnumber="rdar://142836595")
+ @skipIfDarwin # rdar://142836595
38
def test_libsanitizers_swift(self):
39
try:
40
self.build(make_targets=["libsanitizers"])
0 commit comments