Skip to content

Commit a2d6eaf

Browse files
adrian-prantlgithub-actions[bot]
authored andcommitted
Automerge: [lldb] Skip test with older version of clang
2 parents c127cde + a3ac318 commit a2d6eaf

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)