From bb45a82275699cbef871da1dfacca1b323d54d40 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Fri, 4 Sep 2020 14:40:18 -0700 Subject: [PATCH] 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 --- tests/gem5/insttest_se/test.py | 1 + 1 file changed, 1 insertion(+) 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, ) -- 2.30.2