diff --git a/path_properties.py b/path_properties.py index 196a943..97dfff7 100644 --- a/path_properties.py +++ b/path_properties.py @@ -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,