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/functionalities/tail_call_frames | |
| 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/functionalities/tail_call_frames')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py b/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py index 22c0772a6e9..a981f2bfda9 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py @@ -16,6 +16,7 @@ class TestTailCallFrameSBAPI(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIf(compiler="clang", compiler_version=['<', '8.0']) + @skipIf(dwarf_version=['<', '4']) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr26265") def test_tail_call_frame_sbapi(self): self.build() |

