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