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

Change subject: tests: Re-add the DerivO3CPU asmtests
......................................................................

tests: Re-add the DerivO3CPU asmtests

In previous releases of gem5 these tests were failing and were therefore
ignored. At some point it appears these tests have been fixed. This
patch therefore re-introduces these tests to our test suite.

Issue-on: https://gem5.atlassian.net/browse/GEM5-496
Change-Id: Ia196ac536fb2b36998f4cfa11898b176e0b2f0e4
---
M tests/gem5/asmtest/tests.py
1 file changed, 16 insertions(+), 5 deletions(-)



diff --git a/tests/gem5/asmtest/tests.py b/tests/gem5/asmtest/tests.py
index 6f2c7117..e5bd095 100755
--- a/tests/gem5/asmtest/tests.py
+++ b/tests/gem5/asmtest/tests.py
@@ -89,15 +89,12 @@

cpu_types = ('AtomicSimpleCPU', 'TimingSimpleCPU', 'MinorCPU', 'DerivO3CPU')

-# The following lists the RISCV binaries. Those commented out presently result
-# in a test failure. This is outlined in the following Jira issue:
-# https://gem5.atlassian.net/browse/GEM5-496
 binaries = (
     'rv64samt-ps-sysclone_d',
     'rv64samt-ps-sysfutex1_d',
-#    'rv64samt-ps-sysfutex2_d',
+    'rv64samt-ps-sysfutex2_d',
     'rv64samt-ps-sysfutex3_d',
-#    'rv64samt-ps-sysfutex_d',
+    'rv64samt-ps-sysfutex_d',
     'rv64ua-ps-amoadd_d',
     'rv64ua-ps-amoadd_w',
     'rv64ua-ps-amoand_d',

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56809
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: Ia196ac536fb2b36998f4cfa11898b176e0b2f0e4
Gerrit-Change-Number: 56809
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