File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lldb/test/API/functionalities/load_unload Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ def test_dyld_library_path(self):
203
203
hostoslist = ["windows" ],
204
204
triple = '.*-android' )
205
205
@expectedFailureAll (oslist = ["windows" ]) # process load not implemented
206
+ @expectedFailureAll (oslist = ["linux" ], archs = ["arm" ]) # Fails on ubuntu jammy
206
207
def test_lldb_process_load_and_unload_commands (self ):
207
208
self .setSvr4Support (False )
208
209
self .run_lldb_process_load_and_unload_commands ()
@@ -296,6 +297,7 @@ def run_lldb_process_load_and_unload_commands(self):
296
297
self .runCmd ("process continue" )
297
298
298
299
@expectedFailureAll (oslist = ["windows" ]) # breakpoint not hit
300
+ @expectedFailureAll (oslist = ["linux" ], archs = ["arm" ]) # Fails on ubuntu jammy
299
301
def test_load_unload (self ):
300
302
self .setSvr4Support (False )
301
303
self .run_load_unload ()
You can’t perform that action at this time.
0 commit comments