mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
baremetal: all examples working, all failures accounted for!
SIMD&FP is now enabled in arm from bootloader.
This commit is contained in:
@@ -65,8 +65,9 @@ If given, run only the given tests. Otherwise, run all tests.
|
||||
'run_obj': lkmc.import_path.import_path_main('run'),
|
||||
'test_id': path_relative_root,
|
||||
}
|
||||
signal = my_path_properties['receives_signal']
|
||||
signal = my_path_properties['signal_received']
|
||||
if signal is not None:
|
||||
# Python subprocess reports signals differently from Bash's 128 + signal rule.
|
||||
run_test_args['expected_exit_status'] = -signal.value
|
||||
my_thread_pool.submit(run_test_args)
|
||||
return self._handle_thread_pool_errors(my_thread_pool)
|
||||
|
||||
Reference in New Issue
Block a user