userland: freestanding gem5 checkpoint restore examples

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-20 00:00:01 +00:00
parent 9015fd7042
commit 8447a9a8a7
6 changed files with 88 additions and 15 deletions

View File

@@ -543,7 +543,6 @@ path_properties_tuples = (
'linux': (
{},
{
'gem5_exit.S': {'allowed_emulators': {'gem5'}},
'wfe.S': {'more_than_1s': True},
'wfe_wfe.S': {'more_than_1s': True},
}
@@ -678,6 +677,13 @@ path_properties_tuples = (
'thread_return_value.cpp': {'test_run_args': {'cpus': 2}},
},
),
'freestanding': (
freestanding_properties,
{
'gem5_checkpoint_restore.S': {'allowed_emulators': {'gem5'}},
'gem5_exit.S': {'allowed_emulators': {'gem5'}},
}
),
'gcc': (
{**gnu_extension_properties, **{'cc_pedantic': False}},
{