mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
baremetal: get exit status working with on_exit :-)
This commit is contained in:
@@ -220,6 +220,7 @@ path_properties_tuples = (
|
||||
'semihost_exit.S': {'requires_semihosting': True},
|
||||
}
|
||||
),
|
||||
'return1.S': {'exit_status': 1},
|
||||
'semihost_exit.S': {'requires_semihosting': True},
|
||||
},
|
||||
|
||||
@@ -235,12 +236,13 @@ path_properties_tuples = (
|
||||
'semihost_exit.S': {'requires_semihosting': True},
|
||||
}
|
||||
),
|
||||
'return1.S': {'exit_status': 1},
|
||||
'semihost_exit.S': {'requires_semihosting': True},
|
||||
},
|
||||
)
|
||||
}
|
||||
),
|
||||
'assert_fail.c': {'exit_status': 1},
|
||||
'lkmc_assert_fail.c': {'exit_status': 1},
|
||||
'exit1.c': {'exit_status': 1},
|
||||
'infinite_loop.c': {'more_than_1s': True},
|
||||
'lib': (
|
||||
|
||||
Reference in New Issue
Block a user