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.
This commit is contained in:
Andreas Hansson
2015-01-20 08:12:02 -05:00
parent 6096e2f9c1
commit de162ad968
14 changed files with 0 additions and 3387 deletions

View File

@@ -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',