diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-01-24 18:24:14 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-01-24 18:24:14 +0000 |
commit | 952c802780596bebddd8b7ab49c8a14529b500b7 (patch) | |
tree | 4482e935826688e78dff17fd7c1915657f3f8498 /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | 83cb252876e7dbb80313ad80661b3928b6647f20 (diff) | |
download | bcm5719-llvm-952c802780596bebddd8b7ab49c8a14529b500b7.tar.gz bcm5719-llvm-952c802780596bebddd8b7ab49c8a14529b500b7.zip |
Add decorator support for the DWARF version produced by the compiler
and mark up some tests failing in
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/
llvm-svn: 352072
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/radar_43822994/TestScopedEnumType.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/radar_43822994/TestScopedEnumType.py b/lldb/packages/Python/lldbsuite/test/expression_command/radar_43822994/TestScopedEnumType.py index 028047fc46b..e7bc79d8e7c 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/radar_43822994/TestScopedEnumType.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/radar_43822994/TestScopedEnumType.py @@ -11,6 +11,7 @@ class ScopedEnumType(TestBase): mydir = TestBase.compute_mydir(__file__) + @skipIf(dwarf_version=['<', '4']) def test(self): self.build() |