Make the SPEC regressions work for any isa/operating system.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 11 Mar 2007 22:21:05 +0000 (18:21 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 11 Mar 2007 22:21:05 +0000 (18:21 -0400)
--HG--
extra : convert_revision : b7b0823357f722119559e5703b36ea82ed6f8c0f

tests/long/00.gzip/test.py
tests/long/10.mcf/test.py
tests/long/20.parser/test.py
tests/long/30.eon/test.py
tests/long/40.perlbmk/test.py
tests/long/50.vortex/test.py
tests/long/60.bzip2/test.py
tests/long/70.twolf/test.py

index 06ccb656bebbcc48b89c0bd2f6867006b1a6fd0e..f69914046e914bcd4591ad48279982186fba2cf5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import gzip_log
 
-workload = gzip_log('alpha', 'tru64', 'smred')
+workload = gzip_log(isa, opsys, 'smred')
 root.system.cpu.workload = workload.makeLiveProcess()
index f545aad3d86887d55116c19e72fc6a85e731afd4..ffe2758f17911151b16e116ced4691854992dfcc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import mcf
 
-workload = mcf('alpha', 'tru64', 'lgred')
+workload = mcf(isa, opsys, 'lgred')
 root.system.cpu.workload = workload.makeLiveProcess()
index 8703ae63426acc6a475f01cf9332113135566fb2..82ab71c9074106f31f0aa8edae6c01b2a8bf9d0a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import parser
 
-workload = parser('alpha', 'tru64', 'lgred')
+workload = parser(isa, opsys, 'lgred')
 root.system.cpu.workload = workload.makeLiveProcess()
index 828b6390cd8f7298898880166bcd687032ee14c1..318da1049f150a7cff5f9ff1065bb521a6e10a66 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import eon_cook
 
-workload = eon_cook('alpha', 'tru64', 'mdred')
+workload = eon_cook(isa, opsys, 'mdred')
 root.system.cpu.workload = workload.makeLiveProcess()
index 2f9dd0ff09e66521e15b1178b044b908745dfda5..e32416265490f57c5e530989f1a3c3d40a424ff0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import perlbmk_makerand
 
-workload = perlbmk_makerand('alpha', 'tru64', 'lgred')
+workload = perlbmk_makerand(isa, opsys, 'lgred')
 root.system.cpu.workload = workload.makeLiveProcess()
index bd57ef6e6cd3daba8ba2db642effc7e39c4e1164..fbf0dc08194fc05eeb8eb9d426e1f168ed5bf2e2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import vortex
 
-workload = vortex('alpha', 'tru64', 'smred')
+workload = vortex(isa, opsys, 'smred')
 root.system.cpu.workload = workload.makeLiveProcess()
index 362ca524e1afcc88c40d352a409734f6ff796c80..7fa3d1a078155e051a0ef6c71cc83305b63a842e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import bzip2_source
 
-workload = bzip2_source('alpha', 'tru64', 'lgred')
+workload = bzip2_source(isa, opsys, 'lgred')
 root.system.cpu.workload = workload.makeLiveProcess()
index 65973c1ee26aae3c463148e8a815a3b1676e3c2d..b2a2dc0b64ac3c0d026a76297ff852289dcc808a 100644 (file)
@@ -30,7 +30,7 @@ m5.AddToPath('../configs/common')
 from cpu2000 import twolf
 import os
 
-workload = twolf('alpha', 'tru64', 'smred')
+workload = twolf(isa, opsys, 'smred')
 root.system.cpu.workload = workload.makeLiveProcess()
 cwd = root.system.cpu.workload.cwd