Title: [249611] trunk/JSTests
Revision
249611
Author
mark....@apple.com
Date
2019-09-07 03:13:34 -0700 (Sat, 07 Sep 2019)

Log Message

Gardening: temporarily skipping these tests until the fix can be reviewed and landed.

Not reviewed.

See https://bugs.webkit.org/show_bug.cgi?id=201579 for the fix.

* stress/disable-gigacage-arrays.js:
* stress/disable-gigacage-strings.js:
* stress/disable-gigacage-typed-arrays.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (249610 => 249611)


--- trunk/JSTests/ChangeLog	2019-09-07 09:50:21 UTC (rev 249610)
+++ trunk/JSTests/ChangeLog	2019-09-07 10:13:34 UTC (rev 249611)
@@ -1,5 +1,17 @@
 2019-09-07  Mark Lam  <mark....@apple.com>
 
+        Gardening: temporarily skipping these tests until the fix can be reviewed and landed.
+
+        Not reviewed.
+
+        See https://bugs.webkit.org/show_bug.cgi?id=201579 for the fix.
+
+        * stress/disable-gigacage-arrays.js:
+        * stress/disable-gigacage-strings.js:
+        * stress/disable-gigacage-typed-arrays.js:
+
+2019-09-07  Mark Lam  <mark....@apple.com>
+
         Gardening: speculative test fix to green bots [attempt #2].
         https://bugs.webkit.org/show_bug.cgi?id=201529
         <rdar://problem/53935772>

Modified: trunk/JSTests/stress/disable-gigacage-arrays.js (249610 => 249611)


--- trunk/JSTests/stress/disable-gigacage-arrays.js	2019-09-07 09:50:21 UTC (rev 249610)
+++ trunk/JSTests/stress/disable-gigacage-arrays.js	2019-09-07 10:13:34 UTC (rev 249611)
@@ -1,4 +1,5 @@
-//@ runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
+//@ skip
+// temporarily disable, previous options: runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
 
 (function() {
     function foo(array, i)

Modified: trunk/JSTests/stress/disable-gigacage-strings.js (249610 => 249611)


--- trunk/JSTests/stress/disable-gigacage-strings.js	2019-09-07 09:50:21 UTC (rev 249610)
+++ trunk/JSTests/stress/disable-gigacage-strings.js	2019-09-07 10:13:34 UTC (rev 249611)
@@ -1,4 +1,5 @@
-//@ runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
+//@ skip
+// temporarily disable, previous options: runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
 
 (function() {
     function foo(array, i)

Modified: trunk/JSTests/stress/disable-gigacage-typed-arrays.js (249610 => 249611)


--- trunk/JSTests/stress/disable-gigacage-typed-arrays.js	2019-09-07 09:50:21 UTC (rev 249610)
+++ trunk/JSTests/stress/disable-gigacage-typed-arrays.js	2019-09-07 10:13:34 UTC (rev 249611)
@@ -1,4 +1,5 @@
-//@ runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
+//@ skip
+// temporarily disable, previous options: runNoisyTestWithEnv "disable-gigacage", "GIGACAGE_ENABLED=0"
 
 (function() {
     function foo(array, i)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to