summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-22 19:29:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-22 19:29:55 +0000
commitc179e653aa5d0d05df84d879fb65a8f1b7b6e20a (patch)
tree4c161dc88d23f50d3945f00119bbae1c68821655 /sim-scripts
parent9628a69d5fa69de2cdd0e61a2945e7e35cd26046 (diff)
2010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
* tsim-support: Increase stack check tests maximum run allowed to 15 seconds of simulated CPU time for tsim SPARC simulators.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog5
-rw-r--r--sim-scripts/tsim-support2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 9da7278..f0d5f37 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * tsim-support: Increase stack check tests maximum run allowed to 15
+ seconds of simulated CPU time for tsim SPARC simulators.
+
2010-06-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, gdb-sim-run.in, gdb-sim.in: Add 4.11 support.
diff --git a/sim-scripts/tsim-support b/sim-scripts/tsim-support
index 845fa16..96f568c 100644
--- a/sim-scripts/tsim-support
+++ b/sim-scripts/tsim-support
@@ -50,7 +50,7 @@ bspLimit()
{
testname=$1
case ${testname} in
- *stackchk*)limit=5 ;;
+ *stackchk*)limit=15 ;;
*fatal*) limit=1 ;;
*minimum*) limit=1 ;;
*psxtime*)