Skip to content

Commit f36fff8

Browse files
author
Mariusz Borsa
committed
Disable LLDB Swift ASAN libsanitizers test
Disable temporarily until blocking problem resolved rdar://142836595
1 parent d509bca commit f36fff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/asan/swift/TestAsanSwift.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_asan_swift(self):
3434

3535
@skipIf(oslist=no_match(["macosx"]))
3636
@skipIf(macos_version=["<", "15.0"])
37+
@expectedFailureAll(bugnumber="rdar://142836595")
3738
def test_libsanitizers_swift(self):
3839
try:
3940
self.build(make_targets=["libsanitizers"])

0 commit comments

Comments
 (0)