Skip to content

Commit

Permalink
[LLDB] Remove TestLoadUnload.py Arm/Linux Xfail decorator
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
omjavaid committed Jul 5, 2022
1 parent a6e63e3 commit bb9b30f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -201,7 +201,6 @@ def test_dyld_library_path(self):
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()
Expand Down

0 comments on commit bb9b30f

Please sign in to comment.