From 369a47fc6e5c2f4a7f911c1c058b6088f8824463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 19 Jul 2019 00:00:02 +0000 Subject: [PATCH] cpp/atomic.cpp: use 2 cpus as required for gem5 and skip gem5 due to ldadd --- path_properties.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,