tests: Disable the looppoint checkpoint tests
The Looppoint checkpoint feature is still under-development. These tests are stalling indefinitely and causing the Weekly tests to timeout. They are therefore disabled until looppoint functionality is complete and this bug is resolved. Change-Id: I2c16abdaec639120c0ba349d90f5cc2fe747f8e6 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69240 Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Bobby Bruce
parent
4ce826b244
commit
c8abd97584
@@ -325,56 +325,59 @@ gem5_verify_config(
|
||||
length=constants.very_long_tag,
|
||||
)
|
||||
|
||||
gem5_verify_config(
|
||||
name="test-gem5-library-create-looppoint-checkpoints",
|
||||
fixtures=(),
|
||||
verifiers=(),
|
||||
config=joinpath(
|
||||
config.base_dir,
|
||||
"configs",
|
||||
"example",
|
||||
"gem5_library",
|
||||
"looppoints",
|
||||
"create-looppoint-checkpoint.py",
|
||||
),
|
||||
config_args=[
|
||||
"--checkpoint-path",
|
||||
joinpath(resource_path, "looppoint-checkpoint-save"),
|
||||
],
|
||||
valid_isas=(constants.all_compiled_tag,),
|
||||
valid_hosts=constants.supported_hosts,
|
||||
length=constants.very_long_tag,
|
||||
)
|
||||
# The LoopPoint-Checkpointing feature is still under development, therefore
|
||||
# these tests are temporarily disabled until this feature is complete.#
|
||||
|
||||
for region in (
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"5",
|
||||
"6",
|
||||
"7",
|
||||
"8",
|
||||
"9",
|
||||
"10",
|
||||
"11",
|
||||
"12",
|
||||
"13",
|
||||
"14",
|
||||
):
|
||||
gem5_verify_config(
|
||||
name=f"test-gem5-library-restore-looppoint-checkpoint-region-f{region}",
|
||||
fixtures=(),
|
||||
verifiers=(),
|
||||
config=joinpath(
|
||||
config.base_dir,
|
||||
"configs",
|
||||
"example",
|
||||
"gem5_library",
|
||||
"looppoints",
|
||||
"restore-looppoint-checkpoint.py",
|
||||
),
|
||||
config_args=["--checkpoint-region", region],
|
||||
valid_isas=(constants.all_compiled_tag,),
|
||||
valid_hosts=constants.supported_hosts,
|
||||
length=constants.very_long_tag,
|
||||
)
|
||||
# gem5_verify_config(
|
||||
# name="test-gem5-library-create-looppoint-checkpoints",
|
||||
# fixtures=(),
|
||||
# verifiers=(),
|
||||
# config=joinpath(
|
||||
# config.base_dir,
|
||||
# "configs",
|
||||
# "example",
|
||||
# "gem5_library",
|
||||
# "looppoints",
|
||||
# "create-looppoint-checkpoint.py",
|
||||
# ),
|
||||
# config_args=[
|
||||
# "--checkpoint-path",
|
||||
# joinpath(resource_path, "looppoint-checkpoint-save"),
|
||||
# ],
|
||||
# valid_isas=(constants.all_compiled_tag,),
|
||||
# valid_hosts=constants.supported_hosts,
|
||||
# length=constants.very_long_tag,
|
||||
# )
|
||||
|
||||
# for region in (
|
||||
# "1",
|
||||
# "2",
|
||||
# "3",
|
||||
# "5",
|
||||
# "6",
|
||||
# "7",
|
||||
# "8",
|
||||
# "9",
|
||||
# "10",
|
||||
# "11",
|
||||
# "12",
|
||||
# "13",
|
||||
# "14",
|
||||
# ):
|
||||
# gem5_verify_config(
|
||||
# name=f"test-gem5-library-restore-looppoint-checkpoint-region-f{region}",
|
||||
# fixtures=(),
|
||||
# verifiers=(),
|
||||
# config=joinpath(
|
||||
# config.base_dir,
|
||||
# "configs",
|
||||
# "example",
|
||||
# "gem5_library",
|
||||
# "looppoints",
|
||||
# "restore-looppoint-checkpoint.py",
|
||||
# ),
|
||||
# config_args=["--checkpoint-region", region],
|
||||
# valid_isas=(constants.all_compiled_tag,),
|
||||
# valid_hosts=constants.supported_hosts,
|
||||
# length=constants.very_long_tag,
|
||||
# )
|
||||
|
||||
Reference in New Issue
Block a user