diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2015-01-20 08:12:02 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2015-01-20 08:12:02 -0500 |
commit | de162ad96886cc78bd9c0fdb3417f8d8047f643b (patch) | |
tree | da6e05cf52b09dbb2953cb9a2d01468253eb4c9c /tests/SConscript | |
parent | 6096e2f9c11afbb57b78f985f8b8fe7e059821b0 (diff) | |
download | gem5-de162ad96886cc78bd9c0fdb3417f8d8047f643b.tar.xz |
tests: Remove deprecated InOrderCPU tests
This patch removes the three MIPS and SPARC regressions that use the
deprecated InOrderCPU.
This is the first step in completely removing the code from the tree,
avoiding confusion, and focusing all development efforts on the
MinorCPU. Brave new world.
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index 5c33e2956..a4b259681 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -354,7 +354,6 @@ if env['TARGET_ISA'] == 'x86': configs += ['simple-atomic', 'simple-atomic-mp', 'simple-timing', 'simple-timing-mp', - 'inorder-timing', 'minor-timing', 'minor-timing-mp', 'o3-timing', 'o3-timing-mp', 'rubytest', 'memtest', 'memtest-filter', |