Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/32596 )

Change subject: tests: Dropped the i386 host tag in tests
......................................................................

tests: Dropped the i386 host tag in tests

Issue-on: https://gem5.atlassian.net/browse/GEM5-532
Change-Id: Ifee50d59c65f8b460248508688232d9253c040b6
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32596
Reviewed-by: Giacomo Travaglini <giacomo.travagl...@arm.com>
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Maintainer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Tested-by: kokoro <noreply+kok...@google.com>
---
M ext/testlib/configuration.py
M tests/gem5/.testignore
2 files changed, 5 insertions(+), 64 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved
  Giacomo Travaglini: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index cebb98f..4e2b695 100644
--- a/ext/testlib/configuration.py
+++ b/ext/testlib/configuration.py
@@ -247,7 +247,6 @@

     constants.host_isa_tag_type = 'host'
     constants.host_x86_64_tag = 'x86_64'
-    constants.host_i386_tag = 'i386'
     constants.host_arm_tag = 'aarch64'

     constants.supported_tags = {
@@ -271,7 +270,6 @@
         ),
         constants.host_isa_tag_type: (
             constants.host_x86_64_tag,
-            constants.host_i386_tag,
             constants.host_arm_tag,
         ),
     }
@@ -280,11 +278,11 @@
     # case where host ISA and target ISA need to coincide
     constants.target_host = {
         constants.arm_tag   : (constants.host_arm_tag,),
- constants.x86_tag : (constants.host_x86_64_tag, constants.host_i386_tag), - constants.sparc_tag : (constants.host_x86_64_tag, constants.host_i386_tag), - constants.riscv_tag : (constants.host_x86_64_tag, constants.host_i386_tag), - constants.mips_tag : (constants.host_x86_64_tag, constants.host_i386_tag), - constants.power_tag : (constants.host_x86_64_tag, constants.host_i386_tag),
+        constants.x86_tag   : (constants.host_x86_64_tag,),
+        constants.sparc_tag : (constants.host_x86_64_tag,),
+        constants.riscv_tag : (constants.host_x86_64_tag,),
+        constants.mips_tag  : (constants.host_x86_64_tag,),
+        constants.power_tag : (constants.host_x86_64_tag,),
         constants.null_tag  : (None,)
     }

diff --git a/tests/gem5/.testignore b/tests/gem5/.testignore
index 405f005..dfca4e9 100644
--- a/tests/gem5/.testignore
+++ b/tests/gem5/.testignore
@@ -59,39 +59,6 @@
 test-insttest-rv64i-linux-DerivO3CPU-RISCV-aarch64-fast
 test-insttest-linux-AtomicSimpleCPU-SPARC-aarch64-fast
 test-insttest-linux-TimingSimpleCPU-SPARC-aarch64-fast
-test-insttest-rv64a-linux-MinorCPU-RISCV-i386-opt
-test-insttest-rv64c-linux-MinorCPU-RISCV-i386-opt
-test-insttest-rv64d-linux-MinorCPU-RISCV-i386-opt
-test-insttest-rv64f-linux-MinorCPU-RISCV-i386-opt
-test-insttest-rv64i-linux-MinorCPU-RISCV-i386-opt
-test-insttest-rv64m-linux-MinorCPU-RISCV-i386-opt
-test-insttest-rv64i-linux-AtomicSimpleCPU-RISCV-i386-opt
-test-insttest-rv64i-linux-TimingSimpleCPU-RISCV-i386-opt
-test-insttest-rv64i-linux-DerivO3CPU-RISCV-i386-opt
-test-insttest-linux-AtomicSimpleCPU-SPARC-i386-opt
-test-insttest-linux-TimingSimpleCPU-SPARC-i386-opt
-test-insttest-rv64a-linux-MinorCPU-RISCV-i386-debug
-test-insttest-rv64c-linux-MinorCPU-RISCV-i386-debug
-test-insttest-rv64d-linux-MinorCPU-RISCV-i386-debug
-test-insttest-rv64f-linux-MinorCPU-RISCV-i386-debug
-test-insttest-rv64i-linux-MinorCPU-RISCV-i386-debug
-test-insttest-rv64m-linux-MinorCPU-RISCV-i386-debug
-test-insttest-rv64i-linux-AtomicSimpleCPU-RISCV-i386-debug
-test-insttest-rv64i-linux-TimingSimpleCPU-RISCV-i386-debug
-test-insttest-rv64i-linux-DerivO3CPU-RISCV-i386-debug
-test-insttest-linux-AtomicSimpleCPU-SPARC-i386-debug
-test-insttest-linux-TimingSimpleCPU-SPARC-i386-debug
-test-insttest-rv64a-linux-MinorCPU-RISCV-i386-fast
-test-insttest-rv64c-linux-MinorCPU-RISCV-i386-fast
-test-insttest-rv64d-linux-MinorCPU-RISCV-i386-fast
-test-insttest-rv64f-linux-MinorCPU-RISCV-i386-fast
-test-insttest-rv64i-linux-MinorCPU-RISCV-i386-fast
-test-insttest-rv64m-linux-MinorCPU-RISCV-i386-fast
-test-insttest-rv64i-linux-AtomicSimpleCPU-RISCV-i386-fast
-test-insttest-rv64i-linux-TimingSimpleCPU-RISCV-i386-fast
-test-insttest-rv64i-linux-DerivO3CPU-RISCV-i386-fast
-test-insttest-linux-AtomicSimpleCPU-SPARC-i386-fast
-test-insttest-linux-TimingSimpleCPU-SPARC-i386-fast
 test-hello-linux-MinorCPU-RISCV-x86_64-debug
 test-hello-linux-TimingSimpleCPU-SPARC-x86_64-debug
 test-hello-linux-AtomicSimpleCPU-SPARC-x86_64-debug
@@ -128,24 +95,6 @@
 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
-test-hello-linux-TimingSimpleCPU-MIPS-i386-debug
-test-hello-linux-AtomicSimpleCPU-MIPS-i386-debug
-test-hello-linux-DerivO3CPU-MIPS-i386-debug
-test-hello-linux-MinorCPU-RISCV-i386-fast
-test-hello-linux-TimingSimpleCPU-SPARC-i386-fast
-test-hello-linux-AtomicSimpleCPU-SPARC-i386-fast
-test-hello-linux-TimingSimpleCPU-MIPS-i386-fast
-test-hello-linux-AtomicSimpleCPU-MIPS-i386-fast
-test-hello-linux-DerivO3CPU-MIPS-i386-fast
-test-hello-linux-MinorCPU-RISCV-i386-opt
-test-hello-linux-TimingSimpleCPU-SPARC-i386-opt
-test-hello-linux-AtomicSimpleCPU-SPARC-i386-opt
-test-hello-linux-TimingSimpleCPU-MIPS-i386-opt
-test-hello-linux-AtomicSimpleCPU-MIPS-i386-opt
-test-hello-linux-DerivO3CPU-MIPS-i386-opt
 test-atomic-DerivO3CPU-SPARC-x86_64-opt
 test-atomic-TimingSimpleCPU-SPARC-x86_64-opt
 test-atomic-DerivO3CPU-SPARC-x86_64-debug
@@ -158,11 +107,5 @@
 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/+/32596
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: Ifee50d59c65f8b460248508688232d9253c040b6
Gerrit-Change-Number: 32596
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Ayaz Akram <yazak...@ucdavis.edu>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to