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 da5a62c commit 108f158Copy full SHA for 108f158
lldb/test/API/functionalities/asan/swift/TestAsanSwift.py
@@ -35,6 +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")
39
def test_libsanitizers_swift(self):
40
try:
41
self.build(make_targets=["libsanitizers"])
0 commit comments