Skip to content

Commit a37fa2a

Browse files
authored
[lldb] Disable new TestLocationListLookup when clang version is <= 11 (#75102)
The newly introduced LocationListLookupTestCase.test_loclist_expr test fails with older clangs.
1 parent 85c3953 commit a37fa2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_loclist_frame_var(self):
4343
self.build()
4444
self.check_local_vars(self.launch(), check_expr=False)
4545

46+
@skipIf(compiler="clang", compiler_version=["<=", "11.0"])
4647
@skipUnlessDarwin
4748
def test_loclist_expr(self):
4849
self.build()

0 commit comments

Comments
 (0)