summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-08-16 18:48:15 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2006-08-16 18:48:15 -0400
commitf3976f9cd98ef21ae643fbbc0c6ba3ec35df43bb (patch)
treeaee8692520309a0b9b14f9093f6839c432d1960a /tests/SConscript
parentdf3af8018e5a252f7c4e8f52b872263c8ab375cc (diff)
downloadgem5-f3976f9cd98ef21ae643fbbc0c6ba3ec35df43bb.tar.xz
More regression updates.
Get rid of caches in simple-timing config for now. tests/SConscript: another line for diff to ignore tests/configs/simple-timing.py: turn off caches for now tests/quick/00.hello/ref/mips/linux/simple-atomic/m5stats.txt: tests/quick/00.hello/ref/mips/linux/simple-atomic/stdout: tests/quick/00.hello/ref/sparc/linux/simple-atomic/m5stats.txt: tests/quick/00.hello/ref/sparc/linux/simple-atomic/stdout: update for inst/tick rate (old one was debug?) tests/quick/20.eio-short/ref/alpha/eio/simple-timing/config.ini: tests/quick/20.eio-short/ref/alpha/eio/simple-timing/config.out: tests/quick/20.eio-short/ref/alpha/eio/simple-timing/m5stats.txt: tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stderr: tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stdout: works now (no caches) --HG-- extra : convert_revision : 472030f63297346976db6274a78235c93d4eef8e
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript
index d5968d3e3..5aa507285 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -66,6 +66,7 @@ def check_test(target, source, env):
'-I "^M5 executing on " ' + # for stderr file
'-I "^Simulation complete at" ' + # for stderr file
'-I "^Listening for" ' + # for stderr file
+ '-I "listening for remote gdb" ' + # for stderr file
'--exclude=m5stats.txt --exclude=SCCS ' +
'--exclude=${TARGETS[0].file} ' +
'> ${TARGETS[0]}', target=target, source=source), None)