Skip to content

Commit a8f44c5

Browse files
authored
Merge pull request #10089 from swiftlang/eng/m_borsa/disable_lldb_asan_swiwft_libsanitizers_test
Disable LLDB Swift ASAN libsanitizers test
2 parents 0f07c4c + f36fff8 commit a8f44c5

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)