summaryrefslogtreecommitdiff
path: root/tests/quick/50.memtest/test.py
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-02-06 21:16:33 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2007-02-06 21:16:33 -0800
commitd4867001490911bf853130ec0eeb1731ba71da37 (patch)
tree7bb115e97a32b5742dbd873f5b914d43b2578534 /tests/quick/50.memtest/test.py
parent98ef836ca6a851c14b335603f75a2d728a897936 (diff)
downloadgem5-d4867001490911bf853130ec0eeb1731ba71da37.tar.xz
Add short memtest run to quick regressions.
Caveats: - Even though memtest is ISA-independent, it will only run for the Alpha builds, since there's no way to specify ISA-independent reference files and I didn't want to commit 3 copies since I'm not sure we want to run it for all the different ISAs anyway. - Reference outputs were generated on my laptop, so performance numbers will be low compared to zizzer. --HG-- extra : convert_revision : 210fe4abecc19fbab0b15402c6cb4863650bab66
Diffstat (limited to 'tests/quick/50.memtest/test.py')
-rw-r--r--tests/quick/50.memtest/test.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/quick/50.memtest/test.py b/tests/quick/50.memtest/test.py
index e894b8fb8..90beae0c6 100644
--- a/tests/quick/50.memtest/test.py
+++ b/tests/quick/50.memtest/test.py
@@ -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
@@ -26,3 +26,5 @@
#
# Authors: Ron Dreslinski
+MemTest.max_loads=1e5
+MemTest.progress_interval=1e4