Skip to content

Commit d59b035

Browse files
authored
Merge pull request #10092 from swiftlang/eng/m_borsa/skip_lldb_swift_libsanitizers_test_release
🍒Skip LLDB Swift ASAN libsanitizers test on Darwin
2 parents d36975a + 610cbd2 commit d59b035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_asan_swift(self):
3535

3636
@skipIf(oslist=no_match(["macosx"]))
3737
@skipIf(macos_version=["<", "15.0"])
38-
@expectedFailureAll(bugnumber="rdar://142836595")
38+
@skipIfDarwin # rdar://142836595
3939
def test_libsanitizers_swift(self):
4040
try:
4141
self.build(make_targets=["libsanitizers"])

0 commit comments

Comments
 (0)