Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/50128 )
Change subject: tests: Fix x86-boot-tests nightly tests
......................................................................
tests: Fix x86-boot-tests nightly tests
The nightly tests were failing as reported here:
https://www.mail-archive.com/[email protected]/msg40394.html.
This was due to the tests trying to run our MI_Example test against
MESI_Two_Level. This patch fixes the issue.
Change-Id: I8ea692ffc06e3d7c4150074ed22e16096b3dbb5e
---
M tests/gem5/x86-boot-tests/test_linux_boot.py
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/gem5/x86-boot-tests/test_linux_boot.py
b/tests/gem5/x86-boot-tests/test_linux_boot.py
index 1e16107..9f8dca7 100644
--- a/tests/gem5/x86-boot-tests/test_linux_boot.py
+++ b/tests/gem5/x86-boot-tests/test_linux_boot.py
@@ -64,6 +64,9 @@
if mem_system == "mesi_two_level":
protocol_to_use="MESI_Two_Level"
isa_to_use=constants.x86_tag
+ elif mem_system == "mi_example":
+ protocol_to_use=None
+ isa_to_use=constants.x86_tag
else:
protocol_to_use=None
isa_to_use=constants.gcn3_x86_tag
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50128
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: I8ea692ffc06e3d7c4150074ed22e16096b3dbb5e
Gerrit-Change-Number: 50128
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s