Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/65854?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the
submitted one.
)Change subject: tests: Update riscvmatched tests to use ALL/gem5.opt
......................................................................
tests: Update riscvmatched tests to use ALL/gem5.opt
Where possible we are trying to use the ALL/gem5.opt compilation of
gem5. This change updates the riscvmatched tests to this.
Change-Id: I1c5f1d86cdf5cf29b8964f8a894a3476a7cb290a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65854
Tested-by: kokoro <noreply+kok...@google.com>
Reviewed-by: Bobby Bruce <bbr...@ucdavis.edu>
Maintainer: Bobby Bruce <bbr...@ucdavis.edu>
---
M tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
1 file changed, 18 insertions(+), 2 deletions(-)
Approvals:
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git
a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
index 254b15c..9b5c2c6 100644
--- a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
+++ b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
@@ -303,7 +303,7 @@
"riscvmatched-hello.py",
),
config_args=[],
- valid_isas=(constants.riscv_tag,),
+ valid_isas=(constants.all_compiled_tag,),
valid_hosts=constants.supported_hosts,
length=constants.long_tag,
)
@@ -320,7 +320,7 @@
"riscvmatched-fs.py",
),
config_args=["--to-init"],
- valid_isas=(constants.riscv_tag,),
+ valid_isas=(constants.all_compiled_tag,),
valid_hosts=constants.supported_hosts,
length=constants.very_long_tag,
)
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/65854?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: I1c5f1d86cdf5cf29b8964f8a894a3476a7cb290a
Gerrit-Change-Number: 65854
Gerrit-PatchSet: 3
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org