Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/59011 )

Change subject: learning-gem5,tests: Fix 'valid_isas' in learning gem5 part 3
......................................................................

learning-gem5,tests: Fix 'valid_isas' in learning gem5 part 3

This was set to 'gcn3_x86_tag'. We only do this for quick X86 tests (to
minimize the build targets during the quick tests). This is not
necessary for the long tests.

Change-Id: I3bd20b53e04d129462e6f62a24f34b093f4a1b80
---
M tests/gem5/learning_gem5/part3_test.py
1 file changed, 16 insertions(+), 3 deletions(-)



diff --git a/tests/gem5/learning_gem5/part3_test.py b/tests/gem5/learning_gem5/part3_test.py
index 249951b..ad9ea8d 100644
--- a/tests/gem5/learning_gem5/part3_test.py
+++ b/tests/gem5/learning_gem5/part3_test.py
@@ -40,9 +40,9 @@
     config_args = [],
     protocol = 'MSI',
     # Currently only x86 has the threads test
-    valid_isas=(constants.gcn3_x86_tag,),
+    valid_isas=(constants.x86_tag,),
     # dynamically linked
-    valid_hosts=constants.target_host[constants.gcn3_x86_tag],
+    valid_hosts=constants.target_host[constants.x86_tag],
     length=constants.long_tag,
 )

@@ -53,6 +53,6 @@
     config_args = [],
     protocol = 'MSI',
     # Currently only x86 has the threads test
-    valid_isas=(constants.gcn3_x86_tag,),
+    valid_isas=(constants.x86_tag,),
     length=constants.long_tag,
 )

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/59011
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: I3bd20b53e04d129462e6f62a24f34b093f4a1b80
Gerrit-Change-Number: 59011
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to