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 fddf0af + d36975a commit cd2b52fCopy full SHA for cd2b52f
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