[svn:parrot] r49370 - trunk/t/op

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Tue Sep 28 20:56:47 UTC 2010


Author: nwellnhof
Date: Tue Sep 28 20:56:46 2010
New Revision: 49370
URL: https://trac.parrot.org/parrot/changeset/49370

Log:
[t] Fix t/op/gc-non-recursive.t

Modified:
   trunk/t/op/gc-non-recursive.t

Modified: trunk/t/op/gc-non-recursive.t
==============================================================================
--- trunk/t/op/gc-non-recursive.t	Tue Sep 28 19:37:08 2010	(r49369)
+++ trunk/t/op/gc-non-recursive.t	Tue Sep 28 20:56:46 2010	(r49370)
@@ -35,7 +35,7 @@
     next = head
   loop:
     ($I0, next) = next.'reify'()
-    if $I1 < 10000000 goto loop
+    if $I0 < 500000 goto loop
     sweep 1
     ok(1, "Marking of large list doesn't exhaust C stack")
     done_testing()


More information about the parrot-commits mailing list