mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user