cpp/atomic.cpp: use 2 cpus as required for gem5 and skip gem5 due to ldadd

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-19 00:00:02 +00:00
parent 43678f3378
commit 369a47fc6e

View File

@@ -479,7 +479,13 @@ path_properties_tuples = (
),
'cpp': (
{},
{},
{
'atomic.cpp': {
'test_run_args': {'cpus': 2},
# LDADD from LSE
'gem5_unimplemented_instruction': True,
},
},
),
'gcc': (
gnu_extension_properties,