tests,arch-sparc: Move SPARC insttests to long
authorBobby R. Bruce <bbruce@ucdavis.edu>
Fri, 4 Sep 2020 21:40:18 +0000 (14:40 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 8 Sep 2020 16:17:10 +0000 (16:17 +0000)
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 <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/gem5/insttest_se/test.py

index 8f9fd58246925eb3b48bc7a873c630884d701f28..c58a42bf33f2294e5f7aca8763df32eb86f7099a 100644 (file)
@@ -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,
                 )