summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/target_var/TestTargetVar.py1
1 files changed, 1 insertions, 0 deletions
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 7a46877488f..d3afacca72f 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')
OpenPOWER on IntegriCloud