Skip to content

Commit 93a1327

Browse files
[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOS
Unfortunately, in this configuration, the bots are forced to use the system libcxx, which is too old for what this test is verifying. In the future, we should re-enable building libcxx with asan on MacOS.
1 parent a7ba8dc commit 93a1327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/libcxx-internals-recognizer/TestLibcxxInternalsRecognizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import re
77

8+
@skipIf(macos_version=[">=", "15.4"], asan=True)
89
class LibCxxInternalsRecognizerTestCase(TestBase):
910
NO_DEBUG_INFO_TESTCASE = True
1011

0 commit comments

Comments
 (0)