From bb9b30ffbe7c80c94807f01eb31429e4f9f2ce2e Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Wed, 6 Jul 2022 01:39:49 +0400 Subject: [PATCH] [LLDB] Remove TestLoadUnload.py Arm/Linux Xfail decorator This is a follow up on my last commit where one of the decorator was left unremoved. This patch removes Xfail decorator from TestLoadUnload.py as it is now passing on Arm/Linux buildbot. --- lldb/test/API/functionalities/load_unload/TestLoadUnload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py index 5812325..70d08f4 100644 --- a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py +++ b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py @@ -201,7 +201,6 @@ class LoadUnloadTestCase(TestBase): hostoslist=["windows"], triple='.*-android') @expectedFailureAll(oslist=["windows"]) # process load not implemented - @expectedFailureAll(oslist=["linux"], archs=["arm"]) # Fails on ubuntu jammy def test_lldb_process_load_and_unload_commands(self): self.setSvr4Support(False) self.run_lldb_process_load_and_unload_commands() -- 2.7.4