mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
fix c atomic mess
This commit is contained in:
@@ -661,6 +661,7 @@ path_properties_tuples = (
|
|||||||
'abort.c': {'signal_received': signal.Signals.SIGABRT},
|
'abort.c': {'signal_received': signal.Signals.SIGABRT},
|
||||||
'atomic': (
|
'atomic': (
|
||||||
{
|
{
|
||||||
|
'baremetal': False,
|
||||||
'test_run_args': {'cpus': 3},
|
'test_run_args': {'cpus': 3},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -689,19 +690,6 @@ path_properties_tuples = (
|
|||||||
'return2.c': {'exit_status': 2},
|
'return2.c': {'exit_status': 2},
|
||||||
# This has complex failure modes, too hard to assert.
|
# This has complex failure modes, too hard to assert.
|
||||||
'smash_stack.c': {'skip_run_unclassified': True},
|
'smash_stack.c': {'skip_run_unclassified': True},
|
||||||
'std_atomic.c': {'baremetal': False},
|
|
||||||
'atomic': (
|
|
||||||
{
|
|
||||||
'test_run_args': {'cpus': 3},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'aarch64_add.c': {'allowed_archs': {'aarch64'}},
|
|
||||||
'aarch64_ldadd.c': {'allowed_archs': {'aarch64'}},
|
|
||||||
'aarch64_ldaxr_stlxr.c': {'allowed_archs': {'aarch64'}},
|
|
||||||
'x86_64_inc.c': {'allowed_archs': {'x86_64'}},
|
|
||||||
'x86_64_lock_inc.c': {'allowed_archs': {'x86_64'}},
|
|
||||||
},
|
|
||||||
),
|
|
||||||
# Wrapper not defined by newlib.
|
# Wrapper not defined by newlib.
|
||||||
'timespec_get.c': {'baremetal': False},
|
'timespec_get.c': {'baremetal': False},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user