Skip test with older versions of clang
authorAdrian Prantl <aprantl@apple.com>
Wed, 3 Oct 2018 16:24:14 +0000 (16:24 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 3 Oct 2018 16:24:14 +0000 (16:24 +0000)
llvm-svn: 343695

lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py

index 7a46877..d3afacc 100644 (file)
@@ -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')