Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/69238?usp=email )
Change subject: tests: Fix the Weekly arm-boot-tests
......................................................................
tests: Fix the Weekly arm-boot-tests
These tests were broken due to an incorrect 'valid_isas' flag. This
patch fixes this error.
M tests/gem5/arm-boot-tests/test_linux_boot.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem5/arm-boot-tests/test_linux_boot.py
b/tests/gem5/arm-boot-tests/test_linux_boot.py
index d6e8ac9..9e04e24 100644
--- a/tests/gem5/arm-boot-tests/test_linux_boot.py
+++ b/tests/gem5/arm-boot-tests/test_linux_boot.py
@@ -94,7 +94,7 @@
"arm_boot_exit_run.py",
),
config_args=config_args,
valid_isas=(constants.all_compiled,),
valid_isas=(constants.all_compiled_tag,),
valid_hosts=constants.supported_hosts,
length=length,
protocol=protocol_to_use,
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/69238?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I941deb209151dd94ca64f2741229398f13153c50
Gerrit-Change-Number: 69238
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Gerrit-MessageType: newchange