diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-05-03 20:28:19 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-05-03 20:28:19 +0000 |
commit | 80b047ef6614172c1ac21d312ac00ac1f86d5d88 (patch) | |
tree | 50e45fa373016037187e867d318530b8c90d87f3 /lldb/packages/Python/lldbsuite/test/lang/c | |
parent | 0a1b1d6e6237af726cb6e62bd8ab1e19280567f4 (diff) | |
download | bcm5719-llvm-80b047ef6614172c1ac21d312ac00ac1f86d5d88.tar.gz bcm5719-llvm-80b047ef6614172c1ac21d312ac00ac1f86d5d88.zip |
Supply a default implementation of IsRuntimeSupportValue.
Thanks to Pavel for pointing this out.
llvm-svn: 359925
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py | 1 |
1 files changed, 0 insertions, 1 deletions
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( |