summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-01-20 08:12:02 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2015-01-20 08:12:02 -0500
commitde162ad96886cc78bd9c0fdb3417f8d8047f643b (patch)
treeda6e05cf52b09dbb2953cb9a2d01468253eb4c9c /tests/SConscript
parent6096e2f9c11afbb57b78f985f8b8fe7e059821b0 (diff)
downloadgem5-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/SConscript1
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',