Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34415 )

Change subject: tests: Remove MIPS from Learning gem5 tests
......................................................................

tests: Remove MIPS from Learning gem5 tests

Change-Id: Iffd9f5da188cac26ac75a8109886c36789956959
Signed-off-by: Jason Lowe-Power <ja...@lowepower.com>
---
M tests/gem5/learning_gem5/part1_test.py
1 file changed, 0 insertions(+), 21 deletions(-)



diff --git a/tests/gem5/learning_gem5/part1_test.py b/tests/gem5/learning_gem5/part1_test.py
index b57ba17..f8363ac 100644
--- a/tests/gem5/learning_gem5/part1_test.py
+++ b/tests/gem5/learning_gem5/part1_test.py
@@ -38,16 +38,6 @@
     valid_isas=('X86', 'RISCV', 'ARM'),
 )

-# The "long" simple tests.
-gem5_verify_config(
-    name='simple_test',
-    verifiers = (),
-    config=joinpath(config_path, 'simple.py'),
-    config_args = [],
-    length = constants.long_tag,
-    valid_isas=('MIPS',),
-)
-
 # The "quick" two level tests.
 gem5_verify_config(
     name='two_level_test',
@@ -57,14 +47,3 @@
     length = constants.quick_tag,
     valid_isas=('X86', 'RISCV', 'ARM'),
 )
-
-# The "long" two level tests.
-gem5_verify_config(
-    name='two_level_test',
-    verifiers = (),
-    config=joinpath(config_path, 'two_level.py'),
-    config_args = [],
-    length = constants.long_tag,
-    valid_isas=('MIPS',),
-)
-

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

Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v20.1.0.0
Gerrit-Change-Id: Iffd9f5da188cac26ac75a8109886c36789956959
Gerrit-Change-Number: 34415
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Lowe-Power <power...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
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