Skip to content

Commit 0db2189

Browse files
author
git apple-llvm automerger
committed
Merge commit '8e2e33baea93' from swift/release/6.1 into stable/20240723
2 parents 0e9b212 + 8e2e33b commit 0db2189

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
@@ -28,6 +28,7 @@ class AsanSwiftTestCase(lldbtest.TestBase):
2828
@swiftTest
2929
@skipIfLinux
3030
@skipUnlessSwiftAddressSanitizer
31+
@skipIf(macos_version=["<", "15.3"])
3132
def test_asan_swift(self):
3233
self.build(make_targets=["asan"])
3334
self.do_test_asan()

0 commit comments

Comments
 (0)