Title: [221406] trunk/JSTests
Revision
221406
Author
[email protected]
Date
2017-08-30 16:20:58 -0700 (Wed, 30 Aug 2017)

Log Message

Unreviewed. Make test stop printing.

* microbenchmarks/fake-iterators-that-throw-when-finished.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (221405 => 221406)


--- trunk/JSTests/ChangeLog	2017-08-30 23:03:52 UTC (rev 221405)
+++ trunk/JSTests/ChangeLog	2017-08-30 23:20:58 UTC (rev 221406)
@@ -1,3 +1,9 @@
+2017-08-30  Saam Barati  <[email protected]>
+
+        Unreviewed. Make test stop printing.
+
+        * microbenchmarks/fake-iterators-that-throw-when-finished.js:
+
 2017-08-30  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r221327.

Modified: trunk/JSTests/microbenchmarks/fake-iterators-that-throw-when-finished.js (221405 => 221406)


--- trunk/JSTests/microbenchmarks/fake-iterators-that-throw-when-finished.js	2017-08-30 23:03:52 UTC (rev 221405)
+++ trunk/JSTests/microbenchmarks/fake-iterators-that-throw-when-finished.js	2017-08-30 23:20:58 UTC (rev 221406)
@@ -73,6 +73,6 @@
     let start = Date.now();
     for (let i = 0; i < 5000; ++i)
         runIterators();
-    if (true)
+    if (false)
         print(Date.now() - start);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to