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 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 40af95d commit 5cca2ef
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -295,7 +295,6 @@ def run_lldb_process_load_and_unload_commands(self):
self.runCmd("process continue")

@expectedFailureAll(oslist=["windows"]) # breakpoint not hit
@expectedFailureAll(oslist=["linux"], archs=["arm"]) # Fails on ubuntu jammy
def test_load_unload(self):
self.setSvr4Support(False)
self.run_load_unload()
Expand Down

0 comments on commit 5cca2ef

Please sign in to comment.