Skip to content

Commit 00d136e

Browse files
committed
[lldb][test] Skip LibCxxInternalsRecognizerTestCase on clang <= 17
Because of a build failure with libc++17. See https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake-matrix/912/execution/node/107/log/
1 parent 70af40b commit 00d136e

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
@@ -8,6 +8,7 @@ class LibCxxInternalsRecognizerTestCase(TestBase):
88
NO_DEBUG_INFO_TESTCASE = True
99

1010
@add_test_categories(["libc++"])
11+
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
1112
def test_frame_recognizer(self):
1213
"""Test that implementation details of libc++ are hidden"""
1314
self.build()

0 commit comments

Comments
 (0)