Title: [219079] trunk/JSTests
Revision
219079
Author
sbar...@apple.com
Date
2017-07-03 11:23:04 -0700 (Mon, 03 Jul 2017)

Log Message

Skip unshiftCountSlowCase-correct-postCapacity.js on debug builds since it takes a long time to run.

* stress/unshiftCountSlowCase-correct-postCapacity.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (219078 => 219079)


--- trunk/JSTests/ChangeLog	2017-07-03 18:21:24 UTC (rev 219078)
+++ trunk/JSTests/ChangeLog	2017-07-03 18:23:04 UTC (rev 219079)
@@ -1,3 +1,9 @@
+2017-07-03  Saam Barati  <sbar...@apple.com>
+
+        Skip unshiftCountSlowCase-correct-postCapacity.js on debug builds since it takes a long time to run.
+
+        * stress/unshiftCountSlowCase-correct-postCapacity.js:
+
 2017-07-03  Yusuke Suzuki  <utatane....@gmail.com>
 
         Unreviewed, annotate dont--reserve-huge-capacity-lexer.js with $memoryLimited

Modified: trunk/JSTests/stress/unshiftCountSlowCase-correct-postCapacity.js (219078 => 219079)


--- trunk/JSTests/stress/unshiftCountSlowCase-correct-postCapacity.js	2017-07-03 18:21:24 UTC (rev 219078)
+++ trunk/JSTests/stress/unshiftCountSlowCase-correct-postCapacity.js	2017-07-03 18:23:04 UTC (rev 219079)
@@ -1,4 +1,4 @@
-//@ runDefault
+//@ if $buildType == "release" then runDefault else skip end
 
 function temp(i) {
     let a1 = [{}];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to