Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18568

Change subject: tests: There is no architecture called "timing".
......................................................................

tests: There is no architecture called "timing".

I'm sure that's supposed to be "x86". By switching it over, the x86
regression tests became runnable again.

Change-Id: I9505703a0be71047ef3dd312ae83e76c2b32fdb5
---
M tests/testing/tests.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/tests/testing/tests.py b/tests/testing/tests.py
index 00f3e5a..df8ef36 100755
--- a/tests/testing/tests.py
+++ b/tests/testing/tests.py
@@ -126,7 +126,7 @@
         't1000-simple-x86',
     ),

-    ("timing", None) : (
+    ("x86", None) : (
         'pc-simple-atomic',
         'pc-simple-timing',
         'pc-o3-timing',

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/18568
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I9505703a0be71047ef3dd312ae83e76c2b32fdb5
Gerrit-Change-Number: 18568
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to