summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2008-09-28tests: Update all tests for small outstanding changes.Nathan Binkert
Little differences have accumulated over time and it's worth getting things back in sync for the stable release.
2008-09-28tests: rename the terminal files for solaris.Nathan Binkert
I forgot to do this when I renamed everything else. --HG-- rename : tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/console.system.t1000.hconsole => tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/system.t1000.hterm rename : tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/console.system.t1000.pconsole => tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/system.t1000.pterm
2008-09-28tests: perlbmk now works. Commit stats and assume the're right.Nathan Binkert
Kevin fixed how O3 handles syscalls that change NextPC (longjump).
2008-09-28tests: Kevin fixed how writebacks are handled in SMT and that changed stats.Nathan Binkert
2008-09-03X86: Fix the microcode for sign/zero extending moves that use high byte ↵Gabe Black
registers.
2008-08-04Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.Steve Reinhardt
2008-08-04Make test/SConscript use new redirection options.Steve Reinhardt
2008-08-03sockets: Add a function to disable all listening sockets.Nathan Binkert
When invoking several copies of m5 on the same machine at the same time, there can be a race for TCP ports for the terminal connections or remote gdb. Expose a function to disable those ports, and have the regression scripts disable them. There are some SimObjects that have no other function than to be used with ports (NativeTrace and EtherTap), so they will panic if the ports are disabled.
2008-08-03Make default PhysicalMemory latency slightly more realistic.Steve Reinhardt
Also update stats to reflect change.
2008-07-24regress: update regressions for tty emulation fix.Nathan Binkert
2008-07-22tests: There's a small unknown stats difference in 20.parser, accept it.Nathan Binkert
Hopefully if the difference pops back up, we can figure out what it was
2008-07-22Mips was missing a few statsNathan Binkert
2008-07-22tests: update config.ini and stdout for the various tests.Nathan Binkert
These files were a bit too out of date and resulted in a bit of confusion.
2008-06-18tests: update tests for slight changes in nsgige posted interruptsNathan Binkert
2008-06-17Change the default output filename for the terminal so it's more obvious.Nathan Binkert
--HG-- rename : tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-atomic-dual/console.system.sim_console => tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-atomic-dual/system.terminal rename : tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-atomic/console.system.sim_console => tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-atomic/system.terminal rename : tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/console.system.sim_console => tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/system.terminal rename : tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/console.system.sim_console => tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/system.terminal rename : tests/quick/80.netperf-stream/ref/alpha/linux/twosys-tsunami-simple-atomic/console.drivesys.sim_console => tests/quick/80.netperf-stream/ref/alpha/linux/twosys-tsunami-simple-atomic/drivesys.terminal rename : tests/quick/80.netperf-stream/ref/alpha/linux/twosys-tsunami-simple-atomic/console.testsys.sim_console => tests/quick/80.netperf-stream/ref/alpha/linux/twosys-tsunami-simple-atomic/testsys.terminal
2008-06-12X86: Update the regressions for the new string instructions.Gabe Black
2008-06-12X86: Update the regressions for the fact that rdtsc does something now.Gabe Black
2008-03-17Update long regression stats for semi-recent cache changes.Steve Reinhardt
--HG-- extra : convert_revision : 7fef1e4f684ced37479ed363ebbb3a7485bc0d52
2008-02-27Update outputs for quick tests to reflect fixed cache stats.Steve Reinhardt
Will update long tests later. --HG-- extra : convert_revision : 79f66b5761a574f0c8049c1c771c353b42942993
2008-02-26Bus: Update the stats for the recent bus fix.Gabe Black
--HG-- extra : convert_revision : dc29f7b5e6fa30a50305193cb0e5aed942f7e407
2008-02-16Update stats for new writeback behavior.Steve Reinhardt
--HG-- extra : convert_revision : 3e932b5773f5fb9a119822d5bf497f61e9409c14
2008-02-16Update stats for some unknown minor x86 changesSteve Reinhardt
(assuming someone just forgot to do this... tsk tsk). --HG-- extra : convert_revision : 303d7bbf5e2c892d5f4498a9de2e2b82496ccd0e
2008-01-16Update long o3 regressions for o3 change in previous changesetAli Saidi
--HG-- extra : convert_revision : 00242105076eb4466cce21038858f2b9d20b2fe2
2008-01-15Update O3 ref outputs: very minor stats change due to previous cset.Steve Reinhardt
(from Steve on behalf of m5test). --HG-- extra : convert_revision : 696efdaa3dd7680dfc9c797a6a46a5053238c7d2
2008-01-02Very minor memtest regression stats changes from recent coherence bug fixes.Steve Reinhardt
--HG-- extra : convert_revision : 5e7f8ce91ea8f98e6503ac9e10aae68c62f9e510
2007-12-03X86: Update the parser reference output which has mysteriously changed again?Gabe Black
--HG-- extra : convert_revision : 9b1439096509633d6e9b5bc0c661608f40a63c5f
2007-11-29SPARC: Fix the initial stack to match what the Linux kernel does.Gabe Black
--HG-- extra : convert_revision : a4451710d8463e52227fd8f760ab737ea8f404b5
2007-11-29SPARC: Combine the 64 and 32 bit process initialization code.Gabe Black
Alignment is done as it was for 32 bit processes. --HG-- extra : convert_revision : 9368ad40dcc7911f8fc7ec1468c6a28aa92d196f
2007-11-16Update memtest results due to new deferred-target-promotion fix.Steve Reinhardt
Turned out this scenario was happening, but due to other activity, the writable block returned by the ReadResp would get downgraded or invalidated before the "unnecessary" ReadExResp/UpgradeResp returned, thus avoiding triggering the assertion that led us to catch this. --HG-- extra : convert_revision : 19dd0dbedb0227aed29da31a868ddf5ca4c50519
2007-10-26X86: Forgot to update the hello world stats after adding cda microops.Gabe Black
--HG-- extra : convert_revision : d3dd6545d3f8b91adfc03d2e0150996672f4e29b
2007-10-22X86: Use the cda microop where appropriate. The ENTER instruction still ↵Gabe Black
needs these. --HG-- extra : convert_revision : c5a1a6d66c454f252d3b798c38a6798e7dd486f0
2007-10-21X86: Start using the stupd microop, and update statistics accordingly.Gabe Black
--HG-- extra : convert_revision : 4aa9daa4e19acfb3e6840ce5d83cf199e30c2f19
2007-10-16X86: Add a bzip2 regression.Gabe Black
--HG-- extra : convert_revision : 4bf3f68dbef033e5d4984299bb4aa728fa0d1f8d
2007-10-16X86: Fix the parser stats which myseriously differ even for the revision ↵Gabe Black
they came from. --HG-- extra : convert_revision : bd5fbeeea319bffbc60dcd45ef19603b09fc71ce
2007-10-12X86: Add 5 new x86 regressions.Gabe Black
--HG-- extra : convert_revision : 02f93ab039144b4586983ab76d27b7d051643e0e
2007-10-10Regressions: Make mcf have 256MB which it needs for 64 bit builds.Gabe Black
--HG-- extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e
2007-09-28Update statistics for the last three revisionsAli Saidi
--HG-- extra : convert_revision : 117e2a40bd6e0867d013a3a6076fb758ac526d24
2007-08-27SPARC: Update the statistics for the SPARC gzip benchmark in o3.Gabe Black
--HG-- extra : convert_revision : fd4709351b929e6a9e13dd27c17188616e4d86bb
2007-08-26Stats: Update the stats.Gabe Black
--HG-- extra : convert_revision : 888b6e3bcd432a9318d4b8741a8b274c6f37f1a8
2007-08-14Regression: Update EIO simple-timing test for new cache.Ali Saidi
--HG-- extra : convert_revision : b64f407f7735706b1162f6a0e7676590bda3ba5d
2007-08-14Regression: Update insttest regressions for new cache.Ali Saidi
--HG-- extra : convert_revision : 100478b2ae00d9d3464c41d940276843a226422f
2007-08-14Regression: Use test-progs in /dist instead of tests/test-progs since they ↵Ali Saidi
all aren't there. --HG-- extra : convert_revision : 558b970f522f95e3492b7225f227c96cd5e003c3
2007-08-12Regression: Update stats for cache changes.Ali Saidi
--HG-- extra : convert_revision : 005672e722dec00cb4c38501b5189b4eb7515ca1
2007-08-10Regression: Add an I/O Cache to the full system regressions that have a cache.Ali Saidi
--HG-- extra : convert_revision : 8ba96e21be2f602eed8258d410038dbe998ef176
2007-08-03tests: new ref outputs for new cache modelSteve Reinhardt
--HG-- extra : convert_revision : 244749072f97e425c2ca1cf296f2b95f37e99eb6
2007-08-03tests: replace all dest ref files on upgrade (if possible).Steve Reinhardt
Originally we were copying all source files in, but this caused problems when (large) inputs were copied along with outputs. Then we switched to just copying the standard files (m5stats.txt, etc.) but that was missing things like the *.console files. This fix should catch all the non-standard files too as long as they are copied in manually once when the test is set up. Also get a lot nicer about warning when files are ignored, and warn when expected files are missing. Those new Python sets sure are handy. --HG-- extra : convert_revision : 55c046de124522499af74a471968677c020bbf38
2007-08-03tests: config.out no longer exists, eliminate ref copy.Steve Reinhardt
--HG-- extra : convert_revision : e2d6aa61aa2ffd1a9d16260244512eeb1fe4d5a3
2007-08-01Merge with head.Gabe Black
--HG-- extra : convert_revision : 444901221e9a0b991213fbcd555f2f5cca67e91b
2007-08-01Fix for new parameter stuff.Gabe Black
--HG-- extra : convert_revision : 49d8df7235a02b71db9d309e6b2029587c3d0c8b
2007-07-28merge whitespace changesNathan Binkert
--HG-- extra : convert_revision : 20e8aa51935dc23ac3c7e6da2cb7a4e62c9a3a7c