From 0964733bae2d0823f7b431ee2b16a3fd1dd993e3 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Mon, 9 Dec 2019 19:07:14 +0500 Subject: [lldb] Remove Xfail decorators from steadily passing tests This patch removes xfail decorator from some lldb testcases which are passing steadily now for past few week/months on aarch64/linux buildbot. --- .../lldbsuite/test/functionalities/archives/TestBSDArchives.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py b/lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py index eb3eefaa4e7..eca71c056a0 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/archives/TestBSDArchives.py @@ -23,12 +23,6 @@ class BSDArchivesTestCase(TestBase): @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows") - @expectedFailureAll( - oslist=["linux"], - archs=[ - "arm", - "aarch64"], - bugnumber="llvm.org/pr27795") def test(self): """Break inside a() and b() defined within libfoo.a.""" self.build() -- cgit v1.2.3