Fix up regression execution to better handle tests that end abnormally.
authorSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 8 Mar 2009 00:58:51 +0000 (16:58 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 8 Mar 2009 00:58:51 +0000 (16:58 -0800)
commit4f1855484c1fe148d66b2dbc2dc0d7964b578c5c
tree9b3d7740f195c3d11f3b3c26d77c0290ccf93f5b
parent5cf060576623f3681b497c46934fb4fe6f8853a6
Fix up regression execution to better handle tests that end abnormally.
E.g., mark aborts due to assertion failures as failed tests,
but those that get killed by the user as needing to be rerun, etc.
src/python/m5/config.py
tests/SConscript
tests/run.py