summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/runtime-errors/stackoverflow.bytecode.reference
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2011-12-20 14:38:53 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2011-12-20 14:38:53 +0000
commita69f9be8c5fd60296550ffb23de9a2e9d4c372e4 (patch)
treec51bc599c18c98325309cd34f214bd81529c6c64 /testsuite/tests/runtime-errors/stackoverflow.bytecode.reference
parentd0667f4e52167a4a415d29f76289750cf9515652 (diff)
PR#4746: wrong detection of stack overflows in native code under Linux
(quick fix, will have to find something better) testsuite/tests/runtime-errors: make the test output independent of the stack size; add a "ulimit -s" just to make sure stack is limited. testsuite/tests/asmcomp: updated to compile again. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11898 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'testsuite/tests/runtime-errors/stackoverflow.bytecode.reference')
-rw-r--r--testsuite/tests/runtime-errors/stackoverflow.bytecode.reference5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/runtime-errors/stackoverflow.bytecode.reference b/testsuite/tests/runtime-errors/stackoverflow.bytecode.reference
index 745f81aef..a5bbdea33 100644
--- a/testsuite/tests/runtime-errors/stackoverflow.bytecode.reference
+++ b/testsuite/tests/runtime-errors/stackoverflow.bytecode.reference
@@ -1,5 +1,4 @@
-x = 196608
-x = 131072
-x = 65536
+x = 20000
+x = 10000
x = 0
Stack overflow caught