Skip to content

Commit 056331f

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd59b03517015' from swift/release/6.1 into stable/20240723
2 parents 1143bba + d59b035 commit 056331f

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)