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.
2 parents 0662e25 + 0646298 commit 8e2e33bCopy full SHA for 8e2e33b
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