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 <power.jg@gmail.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user