Skip to content

Commit 3fd9aeb

Browse files
committed
[LLDB] XFAIL TestLoadUnload fails on Arm/Ubuntu Jammy
This patch marks following tests as XFAIL for Arm/Ubuntu Jammy 22.04: test_lldb_process_load_and_unload_commands test_load_unload
1 parent 1a20252 commit 3fd9aeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/load_unload/TestLoadUnload.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def test_dyld_library_path(self):
203203
hostoslist=["windows"],
204204
triple='.*-android')
205205
@expectedFailureAll(oslist=["windows"]) # process load not implemented
206+
@expectedFailureAll(oslist=["linux"], archs=["arm"]) # Fails on ubuntu jammy
206207
def test_lldb_process_load_and_unload_commands(self):
207208
self.setSvr4Support(False)
208209
self.run_lldb_process_load_and_unload_commands()
@@ -296,6 +297,7 @@ def run_lldb_process_load_and_unload_commands(self):
296297
self.runCmd("process continue")
297298

298299
@expectedFailureAll(oslist=["windows"]) # breakpoint not hit
300+
@expectedFailureAll(oslist=["linux"], archs=["arm"]) # Fails on ubuntu jammy
299301
def test_load_unload(self):
300302
self.setSvr4Support(False)
301303
self.run_load_unload()

0 commit comments

Comments
 (0)