From: Bobby R. Bruce Date: Fri, 4 Sep 2020 21:40:18 +0000 (-0700) Subject: tests,arch-sparc: Move SPARC insttests to long X-Git-Tag: v20.1.0.0~106 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb45a82275699cbef871da1dfacca1b323d54d40;p=gem5.git tests,arch-sparc: Move SPARC insttests to long We should not compile and run SPARC tests as part of the quick tests. The SPARC insttests have thefore been moved to be part of the long tests. Change-Id: I8e4263414af2d7a882715202124671dc0723d961 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34136 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- diff --git a/tests/gem5/insttest_se/test.py b/tests/gem5/insttest_se/test.py index 8f9fd5824..c58a42bf3 100644 --- a/tests/gem5/insttest_se/test.py +++ b/tests/gem5/insttest_se/test.py @@ -72,4 +72,5 @@ for isa in test_progs: config_args=['--cmd', joinpath(path, binary), '--cpu-type', cpu, '--caches'], valid_isas=(isa.upper(),), + length = constants.long_tag, )