[LLDB] Remove TestLoadUnload.py Arm/Linux Xfail decorator
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 5 Jul 2022 21:39:49 +0000 (01:39 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 5 Jul 2022 21:39:52 +0000 (01:39 +0400)
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

index 5812325..70d08f4 100644 (file)
@@ -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()