From 005d3dee4db240761ea5132bb7cb304f0cb19bdb Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 5 Nov 2018 22:19:22 +0000 Subject: Skip this test on older versions of clang. llvm-svn: 346172 --- lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py b/lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py index 0d3a0a69a50..e6711b98968 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py @@ -7,6 +7,7 @@ class TestVLA(TestBase): mydir = TestBase.compute_mydir(__file__) + @skipIf(compiler="clang", compiler_version=['<', '8.0']) def test_vla(self): self.build() _, process, _, _ = lldbutil.run_to_source_breakpoint( -- cgit v1.2.3