From bb7c8e984f87e1de7c80abd33d00025ac366efa6 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Mon, 18 Nov 2019 10:39:33 +0100 Subject: Mark PR44037 tests as XFAIL on AArch64 Linux dwo These tests are failing with various assertion failures, but they all throw the following error message first: error: a.out 0x0000002d: adding range [0x14-0x24) which has a base that is less than the function's low PC 0x40060c. See llvm.org/pr44037. Differential Revision: https://reviews.llvm.org/D70381 --- .../Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py b/lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py index da4e9cb06e7..1fdd477e22e 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py @@ -26,6 +26,9 @@ class InlinedFrameAPITestCase(TestBase): self.source, '// This should correspond to the second break stop.') @add_test_categories(['pyapi']) + @expectedFailureAll(archs=["aarch64"], oslist=["linux"], + debug_info=["dwo"], + bugnumber="llvm.org/pr44037") def test_stop_at_outer_inline(self): """Exercise SBFrame.IsInlined() and SBFrame.GetFunctionName().""" self.build() -- cgit v1.2.3