From ec2a192edeedcc83265790e7711c3e52ce4943b8 Mon Sep 17 00:00:00 2001 From: mupton Date: Sun, 19 Jul 2020 21:36:51 -0700 Subject: [PATCH] tests: fix .testsignore for long regression removed 2 tests from long regression to get nightly tests to pass fixed .testignore, -arch64 changed to -aarch64, this enables running on ARM hw Change-Id: Ic8456fef83dfba3417d1edcf62e90873d197d3d6 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31594 Maintainer: Jason Lowe-Power Reviewed-by: Bobby R. Bruce Tested-by: kokoro --- tests/gem5/.testignore | 50 ++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/tests/gem5/.testignore b/tests/gem5/.testignore index c76d7c685..405f005a6 100644 --- a/tests/gem5/.testignore +++ b/tests/gem5/.testignore @@ -110,24 +110,24 @@ test-hello-linux-AtomicSimpleCPU-SPARC-x86_64-opt test-hello-linux-TimingSimpleCPU-MIPS-x86_64-opt test-hello-linux-AtomicSimpleCPU-MIPS-x86_64-opt test-hello-linux-DerivO3CPU-MIPS-x86_64-opt -test-hello-linux-MinorCPU-RISCV-arch64-debug -test-hello-linux-TimingSimpleCPU-SPARC-arch64-debug -test-hello-linux-AtomicSimpleCPU-SPARC-arch64-debug -test-hello-linux-TimingSimpleCPU-MIPS-arch64-debug -test-hello-linux-AtomicSimpleCPU-MIPS-arch64-debug -test-hello-linux-DerivO3CPU-MIPS-arch64-debug -test-hello-linux-MinorCPU-RISCV-arch64-fast -test-hello-linux-TimingSimpleCPU-SPARC-arch64-fast -test-hello-linux-AtomicSimpleCPU-SPARC-arch64-fast -test-hello-linux-TimingSimpleCPU-MIPS-arch64-fast -test-hello-linux-AtomicSimpleCPU-MIPS-arch64-fast -test-hello-linux-DerivO3CPU-MIPS-arch64-fast -test-hello-linux-MinorCPU-RISCV-arch64-opt -test-hello-linux-TimingSimpleCPU-SPARC-arch64-opt -test-hello-linux-AtomicSimpleCPU-SPARC-arch64-opt -test-hello-linux-TimingSimpleCPU-MIPS-arch64-opt -test-hello-linux-AtomicSimpleCPU-MIPS-arch64-opt -test-hello-linux-DerivO3CPU-MIPS-arch64-opt +test-hello-linux-MinorCPU-RISCV-aarch64-debug +test-hello-linux-TimingSimpleCPU-SPARC-aarch64-debug +test-hello-linux-AtomicSimpleCPU-SPARC-aarch64-debug +test-hello-linux-TimingSimpleCPU-MIPS-aarch64-debug +test-hello-linux-AtomicSimpleCPU-MIPS-aarch64-debug +test-hello-linux-DerivO3CPU-MIPS-aarch64-debug +test-hello-linux-MinorCPU-RISCV-aarch64-fast +test-hello-linux-TimingSimpleCPU-SPARC-aarch64-fast +test-hello-linux-AtomicSimpleCPU-SPARC-aarch64-fast +test-hello-linux-TimingSimpleCPU-MIPS-aarch64-fast +test-hello-linux-AtomicSimpleCPU-MIPS-aarch64-fast +test-hello-linux-DerivO3CPU-MIPS-aarch64-fast +test-hello-linux-MinorCPU-RISCV-aarch64-opt +test-hello-linux-TimingSimpleCPU-SPARC-aarch64-opt +test-hello-linux-AtomicSimpleCPU-SPARC-aarch64-opt +test-hello-linux-TimingSimpleCPU-MIPS-aarch64-opt +test-hello-linux-AtomicSimpleCPU-MIPS-aarch64-opt +test-hello-linux-DerivO3CPU-MIPS-aarch64-opt test-hello-linux-MinorCPU-RISCV-i386-debug test-hello-linux-TimingSimpleCPU-SPARC-i386-debug test-hello-linux-AtomicSimpleCPU-SPARC-i386-debug @@ -152,15 +152,17 @@ test-atomic-DerivO3CPU-SPARC-x86_64-debug test-atomic-TimingSimpleCPU-SPARC-x86_64-debug test-atomic-DerivO3CPU-SPARC-x86_64-fast test-atomic-TimingSimpleCPU-SPARC-x86_64-fast -test-atomic-DerivO3CPU-SPARC-arch64-opt -test-atomic-TimingSimpleCPU-SPARC-arch64-opt -test-atomic-DerivO3CPU-SPARC-arch64-debug -test-atomic-TimingSimpleCPU-SPARC-arch64-debug -test-atomic-DerivO3CPU-SPARC-arch64-fast -test-atomic-TimingSimpleCPU-SPARC-arch64-fast +test-atomic-DerivO3CPU-SPARC-aarch64-opt +test-atomic-TimingSimpleCPU-SPARC-aarch64-opt +test-atomic-DerivO3CPU-SPARC-aarch64-debug +test-atomic-TimingSimpleCPU-SPARC-aarch64-debug +test-atomic-DerivO3CPU-SPARC-aarch64-fast +test-atomic-TimingSimpleCPU-SPARC-aarch64-fast test-atomic-DerivO3CPU-SPARC-i386-opt test-atomic-TimingSimpleCPU-SPARC-i386-opt test-atomic-DerivO3CPU-SPARC-i386-debug test-atomic-TimingSimpleCPU-SPARC-i386-debug test-atomic-DerivO3CPU-SPARC-i386-fast test-atomic-TimingSimpleCPU-SPARC-i386-fast +realview-o3-checker-ARM-x86_64-opt +realview64-o3-checker-ARM-x86_64-opt -- 2.30.2