Title: [214978] trunk/JSTests
Revision
214978
Author
[email protected]
Date
2017-04-05 16:45:46 -0700 (Wed, 05 Apr 2017)

Log Message

Unreviewed rollout of r214642 as the test still intermittently fails.

Disabled ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js.

* ChakraCore.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChakraCore.yaml (214977 => 214978)


--- trunk/JSTests/ChakraCore.yaml	2017-04-05 23:31:35 UTC (rev 214977)
+++ trunk/JSTests/ChakraCore.yaml	2017-04-05 23:45:46 UTC (rev 214978)
@@ -2049,7 +2049,8 @@
 - path: ChakraCore/test/fieldopts/objtypespec-newobj.2.js
   cmd: runChakra :baseline, "NoException", "objtypespec-newobj.2.baseline", []
 - path: ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js
-  cmd: runChakra :baseline, "NoException", "objtypespec-newobj-invalidation.1.baseline", []
+  # FIXME: Re-enable once flakiness is resolved (https://bugs.webkit.org/show_bug.cgi?id=162567)
+  cmd: runChakra :skip, "NoException", "objtypespec-newobj-invalidation.1.baseline", []
 - path: ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.2.js
   # Different behavior when run on 32 bit JSC.
   cmd: runChakra :skip, "NoException", "objtypespec-newobj-invalidation.2.baseline", []

Modified: trunk/JSTests/ChangeLog (214977 => 214978)


--- trunk/JSTests/ChangeLog	2017-04-05 23:31:35 UTC (rev 214977)
+++ trunk/JSTests/ChangeLog	2017-04-05 23:45:46 UTC (rev 214978)
@@ -1,5 +1,13 @@
 2017-04-05  Michael Saboff  <[email protected]>
 
+        Unreviewed rollout of r214642 as the test still intermittently fails.
+
+        Disabled ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js.
+
+        * ChakraCore.yaml:
+
+2017-04-05  Michael Saboff  <[email protected]>
+
         REGRESSION (Safari 10.1): Inserting elements into arrays fails when array contains very large numbers
         https://bugs.webkit.org/show_bug.cgi?id=170264
         <rdar://problem/31375593>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to