From de162ad96886cc78bd9c0fdb3417f8d8047f643b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 20 Jan 2015 08:12:02 -0500 Subject: 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. --- tests/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/SConscript') 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', -- cgit v1.2.3