From 1c8ed2081f9d7a5c53a68868ffde1f3aa815e0b5 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 3 Oct 2018 16:24:14 +0000 Subject: [PATCH] Skip test with older versions of clang llvm-svn: 343695 --- .../lldbsuite/test/functionalities/target_var/TestTargetVar.py | 1 + 1 file changed, 1 insertion(+) 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')