Skip to content

Commit a3ac318

Browse files
committed
[lldb] Skip test with older version of clang
1 parent aa33c09 commit a3ac318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/thread/finish-from-empty-func/TestEmptyFuncThreadStepOut.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class FinishFromEmptyFunctionTestCase(TestBase):
1212
NO_DEBUG_INFO_TESTCASE = True
1313

14+
@skipIf(compiler="clang", compiler_version=['<', '17.0'])
1415
def test_finish_from_empty_function(self):
1516
"""Test that when stopped at a breakpoint in an empty function, finish leaves it correctly."""
1617
self.build()

0 commit comments

Comments
 (0)