Skip to content

Commit eb30bfa

Browse files
authored
Merge pull request llvm#10091 from swiftlang/eng/m_borsa/skip_lldb_swift_libsanitizers_test
Skip LLDB Swift ASAN libsanitizers test on Darwin
2 parents df8b824 + 0feddb6 commit eb30bfa

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
@@ -34,7 +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")
37+
@skipIfDarwin # rdar://142836595
3838
def test_libsanitizers_swift(self):
3939
try:
4040
self.build(make_targets=["libsanitizers"])

0 commit comments

Comments
 (0)