Put regression tests back into m5. They are located in the "tests" directory. The...
authorKevin Lim <ktlim@umich.edu>
Wed, 19 Jul 2006 20:07:25 +0000 (16:07 -0400)
committerKevin Lim <ktlim@umich.edu>
Wed, 19 Jul 2006 20:07:25 +0000 (16:07 -0400)
commit4bd025742d61a4a098cb584213ecdb8083ef36a4
tree27050095df1993bb4fc1c17b63ab4d8034d97ee3
parent660ea2b1768502f6c597a4f926e93ca7dab21524
Put regression tests back into m5.  They are located in the "tests" directory.  The directory output and reference outputs have changed slightly.  Now the directory is ALPHA_SE/test/<test>/<cpu_model>/, and for the reference stats <test>/ref/<arch>/<cpu_model>

Right now only non-SMT SE regression tests have been added back in.  The rest are pending getting SMT working, and consolidating the FS configuration files.

Eventually support for different OSs can be added so you can specify which versions of the binary you want to run from one config file.

Note: mp-test1 doesn't have any reference stats because MP mode doesn't currently work.  The test itself should probably work once the code is fixed.

SConstruct:
    Updates to allow for regression tests to work via the command line "scons build/ALPHA_SE/test/debug/quick" and such once again.
src/cpu/SConscript:
    Keep a list of SMT supporting CPUs so that the regression tests can easily specify which CPUs to use if they are SMT only.

--HG--
extra : convert_revision : 34e6286150aae8f316ae694f6c00be8f510522f2
19 files changed:
SConstruct
src/cpu/SConscript
tests/SConscript [new file with mode: 0644]
tests/diff-out [new file with mode: 0755]
tests/test1/ref/alpha/atomic/config.ini [new file with mode: 0644]
tests/test1/ref/alpha/atomic/config.out [new file with mode: 0644]
tests/test1/ref/alpha/atomic/m5stats.txt [new file with mode: 0644]
tests/test1/ref/alpha/atomic/stderr [new file with mode: 0644]
tests/test1/ref/alpha/atomic/stdout [new file with mode: 0644]
tests/test1/ref/alpha/detailed/config.ini [new file with mode: 0644]
tests/test1/ref/alpha/detailed/config.out [new file with mode: 0644]
tests/test1/ref/alpha/detailed/m5stats.txt [new file with mode: 0644]
tests/test1/ref/alpha/detailed/stderr [new file with mode: 0644]
tests/test1/ref/alpha/detailed/stdout [new file with mode: 0644]
tests/test1/ref/alpha/timing/config.ini [new file with mode: 0644]
tests/test1/ref/alpha/timing/config.out [new file with mode: 0644]
tests/test1/ref/alpha/timing/m5stats.txt [new file with mode: 0644]
tests/test1/ref/alpha/timing/stderr [new file with mode: 0644]
tests/test1/ref/alpha/timing/stdout [new file with mode: 0644]