Title: [209596] trunk/JSTests
Revision
209596
Author
[email protected]
Date
2016-12-08 21:10:57 -0800 (Thu, 08 Dec 2016)

Log Message

Green the cloop bot by raising this threshold.

* mozilla/js1_5/Array/regress-101964.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (209595 => 209596)


--- trunk/JSTests/ChangeLog	2016-12-09 04:53:33 UTC (rev 209595)
+++ trunk/JSTests/ChangeLog	2016-12-09 05:10:57 UTC (rev 209596)
@@ -1,3 +1,9 @@
+2016-12-08  Filip Pizlo  <[email protected]>
+
+        Green the cloop bot by raising this threshold.
+
+        * mozilla/js1_5/Array/regress-101964.js:
+
 2016-12-08  JF Bastien  <[email protected]>
 
         WebAssembly JS API: wire up Instance imports

Modified: trunk/JSTests/mozilla/js1_5/Array/regress-101964.js (209595 => 209596)


--- trunk/JSTests/mozilla/js1_5/Array/regress-101964.js	2016-12-09 04:53:33 UTC (rev 209595)
+++ trunk/JSTests/mozilla/js1_5/Array/regress-101964.js	2016-12-09 05:10:57 UTC (rev 209596)
@@ -31,7 +31,7 @@
 var summary = 'Performance: truncating even very large arrays should be fast!';
 var BIG = 10000000;
 var LITTLE = 10;
-var FAST = 50; // array truncation should be 50 ms or less to pass the test
+var FAST = 100; // array truncation should be 100 ms or less to pass the test
 var MSG_FAST = 'Truncation took less than ' + FAST + ' ms';
 var MSG_SLOW = 'Truncation took ';
 var MSG_MS = ' ms';
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to