gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[develop]: tests: Fix the Weekly arm-boot-tests

BB
Bobby Bruce (Gerrit)
Thu, Mar 23, 2023 8:16 PM

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.

Change-Id: I941deb209151dd94ca64f2741229398f13153c50

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

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. Change-Id: I941deb209151dd94ca64f2741229398f13153c50 --- 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