Title: [223037] trunk/JSTests
Revision
223037
Author
sbar...@apple.com
Date
2017-10-08 17:44:40 -0700 (Sun, 08 Oct 2017)

Log Message

Unreviewed. Make some type profiler tests run for less time to avoid debug timeouts.

* typeProfiler/deltablue-for-of.js:
* typeProfiler/getter-richards.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (223036 => 223037)


--- trunk/JSTests/ChangeLog	2017-10-09 00:11:50 UTC (rev 223036)
+++ trunk/JSTests/ChangeLog	2017-10-09 00:44:40 UTC (rev 223037)
@@ -1,3 +1,10 @@
+2017-10-08  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Make some type profiler tests run for less time to avoid debug timeouts.
+
+        * typeProfiler/deltablue-for-of.js:
+        * typeProfiler/getter-richards.js:
+
 2017-10-07  Yusuke Suzuki  <utatane....@gmail.com>
 
         `async` should be able to be used as an imported binding name

Modified: trunk/JSTests/typeProfiler/deltablue-for-of.js (223036 => 223037)


--- trunk/JSTests/typeProfiler/deltablue-for-of.js	2017-10-09 00:11:50 UTC (rev 223036)
+++ trunk/JSTests/typeProfiler/deltablue-for-of.js	2017-10-09 00:44:40 UTC (rev 223037)
@@ -866,5 +866,5 @@
   projectionTest(50);
 }
 
-for (var i = 0; i < 35; ++i)
+for (var i = 0; i < 15; ++i)
     deltaBlue();

Modified: trunk/JSTests/typeProfiler/getter-richards.js (223036 => 223037)


--- trunk/JSTests/typeProfiler/getter-richards.js	2017-10-09 00:11:50 UTC (rev 223036)
+++ trunk/JSTests/typeProfiler/getter-richards.js	2017-10-09 00:44:40 UTC (rev 223037)
@@ -589,5 +589,5 @@
   return "Packet";
 };
 
-for (var i = 0; i < 150; ++i)
+for (var i = 0; i < 60; ++i)
   runRichards();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to