[lldb] Disable new TestLocationListLookup when clang version is <= 11 (#75102)

The newly introduced LocationListLookupTestCase.test_loclist_expr test
fails with older clangs.
This commit is contained in:
Augusto Noronha
2023-12-11 14:40:43 -08:00
committed by GitHub
parent 85c3953934
commit a37fa2a8e1

View File

@@ -43,6 +43,7 @@ class LocationListLookupTestCase(TestBase):
self.build()
self.check_local_vars(self.launch(), check_expr=False)
@skipIf(compiler="clang", compiler_version=["<=", "11.0"])
@skipUnlessDarwin
def test_loclist_expr(self):
self.build()