X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fgem5%2Fm5threads_test_atomic%2Ftest.py;fp=tests%2Fgem5%2Fm5threads_test_atomic%2Ftest.py;h=9596d2f99ed485e2e4fa5b361e716b251c118c85;hb=9e03d3bb5dbfc2106a4407c6be3feb5838966615;hp=6bb4eafa4047d93f8b202ae950b8016471c65526;hpb=0ed320747f495442f5c41963f36160ab1999bd78;p=gem5.git diff --git a/tests/gem5/m5threads_test_atomic/test.py b/tests/gem5/m5threads_test_atomic/test.py index 6bb4eafa4..9596d2f99 100644 --- a/tests/gem5/m5threads_test_atomic/test.py +++ b/tests/gem5/m5threads_test_atomic/test.py @@ -57,7 +57,7 @@ for cpu in cpu_types: config_args=['--cpu-type', cpu, '--num-cores', '8', '--cmd', joinpath(base_path, binary)], - valid_isas=('SPARC',), + valid_isas=(constants.sparc_tag,), valid_hosts=constants.supported_hosts, length = constants.long_tag, )