We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0662e25 commit 0646298Copy full SHA for 0646298
lldb/test/API/functionalities/asan/swift/TestAsanSwift.py
@@ -28,6 +28,7 @@ class AsanSwiftTestCase(lldbtest.TestBase):
28
@swiftTest
29
@skipIfLinux
30
@skipUnlessSwiftAddressSanitizer
31
+ @skipIf(macos_version=["<", "15.3"])
32
def test_asan_swift(self):
33
self.build(make_targets=["asan"])
34
self.do_test_asan()
0 commit comments