diff --git a/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py b/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py index ccee3bfde3f5d..feea14ff355e8 100644 --- a/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py +++ b/lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py @@ -43,6 +43,7 @@ def test_loclist_frame_var(self): 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()