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)
Tue, Mar 28, 2023 6:46 AM

Bobby Bruce has submitted this change. (
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69238
Reviewed-by: Jason Lowe-Power power.jg@gmail.com
Tested-by: kokoro noreply+kokoro@google.com
Maintainer: Jason Lowe-Power power.jg@gmail.com

M tests/gem5/arm-boot-tests/test_linux_boot.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass

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: 2
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.com
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-MessageType: merged

Bobby Bruce has submitted this change. ( 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 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69238 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> --- M tests/gem5/arm-boot-tests/test_linux_boot.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved kokoro: Regressions pass 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: 2 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-MessageType: merged