From 80b047ef6614172c1ac21d312ac00ac1f86d5d88 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 3 May 2019 20:28:19 +0000 Subject: Supply a default implementation of IsRuntimeSupportValue. Thanks to Pavel for pointing this out. llvm-svn: 359925 --- lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py | 1 - 1 file changed, 1 deletion(-) (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 1453f2c8792..09439e2bc4b 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py @@ -9,7 +9,6 @@ class TestVLA(TestBase): mydir = TestBase.compute_mydir(__file__) @skipIf(compiler="clang", compiler_version=['<', '8.0']) - @expectedFailureAll(oslist=no_match(lldbplatformutil.getDarwinOSTriples())) def test_variable_list(self): self.build() _, process, _, _ = lldbutil.run_to_source_breakpoint( -- cgit v1.2.3