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/tools/lldb-server/TestGdbRemote_vCont.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py') diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py index 22265de40de..bbe2118bbed 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py @@ -114,9 +114,7 @@ class TestGdbRemote_vCont(gdbremote_testcase.GdbRemoteTestCaseBase): "aarch64"]) @expectedFailureAll( oslist=["linux"], - archs=[ - "arm", - "aarch64"], + archs=["arm"], bugnumber="llvm.org/pr24739") @skipIf(triple='^mips') @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://27005337") @@ -146,9 +144,7 @@ class TestGdbRemote_vCont(gdbremote_testcase.GdbRemoteTestCaseBase): "aarch64"]) @expectedFailureAll( oslist=["linux"], - archs=[ - "arm", - "aarch64"], + archs=["arm"], bugnumber="llvm.org/pr24739") @skipIf(triple='^mips') @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://27005337") -- cgit v1.2.3