diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py b/lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py index 7a46877488fc..d3afacca72f5 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py @@ -16,6 +16,7 @@ class targetCommandTestCase(TestBase): @skipUnlessDarwin @skipIfDarwinEmbedded # needs x86_64 @skipIf(debug_info="gmodules") # not relevant + @skipIf(compiler="clang", compiler_version=['<', '7.0']) def testTargetVarExpr(self): self.build() lldbutil.run_to_name_breakpoint(self, 'main')