Title: [210440] branches/safari-603-branch/JSTests
Revision
210440
Author
[email protected]
Date
2017-01-06 07:38:14 -0800 (Fri, 06 Jan 2017)

Log Message

Merge r210285. rdar://problem/29779182

Modified Paths

Diff

Modified: branches/safari-603-branch/JSTests/ChangeLog (210439 => 210440)


--- branches/safari-603-branch/JSTests/ChangeLog	2017-01-06 15:38:12 UTC (rev 210439)
+++ branches/safari-603-branch/JSTests/ChangeLog	2017-01-06 15:38:14 UTC (rev 210440)
@@ -1,5 +1,19 @@
 2017-01-06  Matthew Hanson  <[email protected]>
 
+        Merge r210285. rdar://problem/29779182
+
+    2017-01-04  Saam Barati  <[email protected]>
+
+            stress/spread-calling.js timing out on the bots
+            https://bugs.webkit.org/show_bug.cgi?id=166689
+            <rdar://problem/29779182>
+
+            Reviewed by Mark Lam.
+
+            * stress/spread-calling.js:
+
+2017-01-06  Matthew Hanson  <[email protected]>
+
         Merge r210276. rdar://problem/28867002
 
     2017-01-04  Saam Barati  <[email protected]>

Modified: branches/safari-603-branch/JSTests/stress/spread-calling.js (210439 => 210440)


--- branches/safari-603-branch/JSTests/stress/spread-calling.js	2017-01-06 15:38:12 UTC (rev 210439)
+++ branches/safari-603-branch/JSTests/stress/spread-calling.js	2017-01-06 15:38:14 UTC (rev 210440)
@@ -57,7 +57,7 @@
 object4 = makeObject([], totalIter);
 objectThrow = makeObject([0, 1, 2, 3, 4, 5, 6, 7, 8, 9], throwingIter);
 
-for (let i = 0; i < 10000; i++) {
+for (let i = 0; i < 3000; i++) {
     count = 0;
     testFunction(0, ...[1, 2, 3], ...[4], 5, 6, ...[7, 8, 9]);
     testFunction(...[0, 1], 2, 3, ...[4, 5, 6, 7, 8], 9);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to