Jason Lowe-Power has submitted this change. (
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 <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34415
Reviewed-by: mike upton <[email protected]>
Reviewed-by: Bobby R. Bruce <[email protected]>
Maintainer: Bobby R. Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
---
M tests/gem5/learning_gem5/part1_test.py
1 file changed, 0 insertions(+), 21 deletions(-)
Approvals:
Bobby R. Bruce: Looks good to me, approved; Looks good to me, approved
mike upton: Looks good to me, approved
kokoro: Regressions pass
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: 2
Gerrit-Owner: Jason Lowe-Power <[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