tests: Remove MIPS from Learning gem5 tests
Change-Id: Iffd9f5da188cac26ac75a8109886c36789956959 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34415 Reviewed-by: mike upton <michaelupton@gmail.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Jason Lowe-Power
parent
caabcf569d
commit
4c9f77462f
@@ -38,16 +38,6 @@ gem5_verify_config(
|
||||
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 @@ gem5_verify_config(
|
||||
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',),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user