Skip to content

Commit 9dbe107

Browse files
disable test on older compilers (llvm#136037)
1 parent a9827fb commit 9dbe107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx-simulators/invalid-vector/TestDataFormatterLibcxxInvalidVectorSimulator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
class LibcxxInvalidVectorDataFormatterSimulatorTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

16+
17+
@skipIf(compiler="clang", compiler_version=['<', '15.0.1'])
1618
def test(self):
1719
self.build()
1820
lldbutil.run_to_source_breakpoint(self, "return 0", lldb.SBFileSpec("main.cpp"))

0 commit comments

Comments
 (0)