diff options
author | Gabe Black <gabeblack@google.com> | 2019-05-01 16:39:38 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-05-02 20:21:33 +0000 |
commit | 6af360ec8c826f32cec241bd8408f208eac8171f (patch) | |
tree | c571519d6ca20e0447a88ffb48b0f6336580cc53 /tests/testing/tests.py | |
parent | 49a71ca1d0da10495651375ea0587c3fb6019702 (diff) | |
download | gem5-6af360ec8c826f32cec241bd8408f208eac8171f.tar.xz |
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18568
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'tests/testing/tests.py')
-rwxr-xr-x | tests/testing/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing/tests.py b/tests/testing/tests.py index 00f3e5a12..df8ef3611 100755 --- a/tests/testing/tests.py +++ b/tests/testing/tests.py @@ -126,7 +126,7 @@ arch_configs = { 't1000-simple-x86', ), - ("timing", None) : ( + ("x86", None) : ( 'pc-simple-atomic', 'pc-simple-timing', 'pc-o3-timing', |