mike upton has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/31594 )

Change subject: tests: fix .testsignore for long regression
......................................................................

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 <[email protected]>
Reviewed-by: Bobby R. Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
---
M tests/gem5/.testignore
1 file changed, 26 insertions(+), 24 deletions(-)

Approvals:
  Bobby R. Bruce: Looks good to me, approved
  Jason Lowe-Power: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/tests/gem5/.testignore b/tests/gem5/.testignore
index c76d7c6..405f005 100644
--- a/tests/gem5/.testignore
+++ b/tests/gem5/.testignore
@@ -110,24 +110,24 @@
 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-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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/31594
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ic8456fef83dfba3417d1edcf62e90873d197d3d6
Gerrit-Change-Number: 31594
Gerrit-PatchSet: 2
Gerrit-Owner: mike upton <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-Reviewer: mike upton <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to