From 5536c62f3c35015802dd59150d422c4ab79db581 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Fri, 13 Dec 2019 12:03:29 +0500 Subject: [lldb] Remove xpasses after pr44037 fix committed This patch removes xpass decorator from tests which were failing due to pr44037. pr44037 was fixed by rev 6ce1a897b6a82e18059fd3b75b8d52ff12c2a605 --- .../Python/lldbsuite/test/python_api/frame/inlines/TestInlinedFrame.py | 3 --- 1 file changed, 3 deletions(-) (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 1fdd477e22e..da4e9cb06e7 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,9 +26,6 @@ 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