Title: [228474] trunk/JSTests
Revision
228474
Author
ryanhad...@apple.com
Date
2018-02-14 11:14:28 -0800 (Wed, 14 Feb 2018)

Log Message

Skip JSC test stress/activation-sink-default-value-tdz-error.js on debug.
https://bugs.webkit.org/show_bug.cgi?id=182526

Unreviewed test gardening.

* stress/activation-sink-default-value-tdz-error.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (228473 => 228474)


--- trunk/JSTests/ChangeLog	2018-02-14 19:07:33 UTC (rev 228473)
+++ trunk/JSTests/ChangeLog	2018-02-14 19:14:28 UTC (rev 228474)
@@ -1,3 +1,12 @@
+2018-02-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        Skip JSC test stress/activation-sink-default-value-tdz-error.js on debug.
+        https://bugs.webkit.org/show_bug.cgi?id=182526
+
+        Unreviewed test gardening.
+
+        * stress/activation-sink-default-value-tdz-error.js:
+
 2018-02-13  Saam Barati  <sbar...@apple.com>
 
         putDirectIndexSlowOrBeyondVectorLength needs to convert to dictionary indexing mode always if attributes are present

Modified: trunk/JSTests/stress/activation-sink-default-value-tdz-error.js (228473 => 228474)


--- trunk/JSTests/stress/activation-sink-default-value-tdz-error.js	2018-02-14 19:07:33 UTC (rev 228473)
+++ trunk/JSTests/stress/activation-sink-default-value-tdz-error.js	2018-02-14 19:14:28 UTC (rev 228474)
@@ -1,3 +1,4 @@
+//@ skip if $buildType == "debug"
 "use strict";
 
 var n = 10000000;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to