Skip to content

Commit ae97c76

Browse files
adrian-prantlZijunZhaoCCK
authored andcommitted
Skip tests with earlier versions of clang
1 parent 21bbd8b commit ae97c76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/functionalities/archives/TestBSDArchives.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def test_frame_var_errors_when_archive_missing(self):
123123
self.check_frame_variable_errors(thread, error_strings)
124124

125125
@skipIfRemote
126+
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
126127
@expectedFailureAll(
127128
oslist=["windows"],
128129
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",

lldb/test/API/tools/lldb-vscode/completions/TestVSCode_completions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def verify_completions(self, actual_list, expected_list, not_expected_list=[]):
1919
self.assertNotIn(not_expected_item, actual_list)
2020

2121
@skipIfWindows
22+
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
2223
def test_completions(self):
2324
"""
2425
Tests the completion request at different breakpoints

0 commit comments

Comments
 (0)