Title: [183793] trunk/Source/_javascript_Core
Revision
183793
Author
[email protected]
Date
2015-05-04 21:24:23 -0700 (Mon, 04 May 2015)

Log Message

Unreviewed, fix stale comment.

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

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (183792 => 183793)


--- trunk/Source/_javascript_Core/ChangeLog	2015-05-05 04:16:50 UTC (rev 183792)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-05-05 04:24:23 UTC (rev 183793)
@@ -1,5 +1,11 @@
 2015-05-04  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix stale comment.
+
+        * tests/mozilla/js1_5/Array/regress-101964.js:
+
+2015-05-04  Filip Pizlo  <[email protected]>
+
         Large array shouldn't be slow
         https://bugs.webkit.org/show_bug.cgi?id=144617
 

Modified: trunk/Source/_javascript_Core/tests/mozilla/js1_5/Array/regress-101964.js (183792 => 183793)


--- trunk/Source/_javascript_Core/tests/mozilla/js1_5/Array/regress-101964.js	2015-05-05 04:16:50 UTC (rev 183792)
+++ trunk/Source/_javascript_Core/tests/mozilla/js1_5/Array/regress-101964.js	2015-05-05 04:24:23 UTC (rev 183793)
@@ -31,7 +31,7 @@
 var summary = 'Performance: truncating even very large arrays should be fast!';
 var BIG = 10000000;
 var LITTLE = 10;
-var FAST = 10000; // array truncation should be 50 ms or less to pass the test
+var FAST = 10000; // This used to test that array truncation should be 50 ms or less. We've changed it because we don't care how long it takes. We just try to make sure it doesn't take *ridiculously* long and we want it to run to completion correctly.
 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