tests: Add 'requires' tests for ALL/gem5
Change-Id: I58012b092dc1ec027474e2e45ad3e9809b31578b Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/63433 Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
committed by
Bobby Bruce
parent
b94a6a50a5
commit
a4757bef47
@@ -58,3 +58,20 @@ for isa in isa_map.keys():
|
||||
valid_isas=(isa_map[isa],),
|
||||
length=length_map[isa],
|
||||
)
|
||||
|
||||
if isa != "null":
|
||||
gem5_verify_config(
|
||||
name=f"requires-isa-{isa}-with-all-compiled",
|
||||
verifiers=(),
|
||||
fixtures=(),
|
||||
config=joinpath(
|
||||
config.base_dir,
|
||||
"tests",
|
||||
"gem5",
|
||||
"configs",
|
||||
"requires_check.py",
|
||||
),
|
||||
config_args=["-i", isa],
|
||||
valid_isas=(constants.all_compiled_tag,),
|
||||
length=constants.quick_tag,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user