Title: [115658] trunk/LayoutTests
Revision
115658
Author
[email protected]
Date
2012-04-30 12:23:56 -0700 (Mon, 30 Apr 2012)

Log Message

fast/js/random-array-gc-stress times out in debug mode
https://bugs.webkit.org/show_bug.cgi?id=84821

Reviewed by Darin Adler.

* fast/js/script-tests/random-array-gc-stress.js: Lowering the iterations even more.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (115657 => 115658)


--- trunk/LayoutTests/ChangeLog	2012-04-30 19:20:04 UTC (rev 115657)
+++ trunk/LayoutTests/ChangeLog	2012-04-30 19:23:56 UTC (rev 115658)
@@ -1,3 +1,13 @@
+2012-04-30  Mark Hahnenberg  <[email protected]>
+
+        fast/js/random-array-gc-stress times out in debug mode
+        https://bugs.webkit.org/show_bug.cgi?id=84821
+
+        Reviewed by Darin Adler.
+
+        * fast/js/script-tests/random-array-gc-stress.js: Lowering the iterations even more.
+
+
 2012-04-30  Benjamin Poulain  <[email protected]>
 
         Add fast path for radix == 10 to numberProtoFuncToString

Modified: trunk/LayoutTests/fast/js/script-tests/random-array-gc-stress.js (115657 => 115658)


--- trunk/LayoutTests/fast/js/script-tests/random-array-gc-stress.js	2012-04-30 19:20:04 UTC (rev 115657)
+++ trunk/LayoutTests/fast/js/script-tests/random-array-gc-stress.js	2012-04-30 19:23:56 UTC (rev 115658)
@@ -38,7 +38,7 @@
 };
 
 var runs = 0; 
-while (runs < 20) {
+while (runs < 10) {
     test();
     runs += 1;
     global = [];
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to