Title: [220721] trunk/JSTests
Revision
220721
Author
ryanhad...@apple.com
Date
2017-08-14 16:04:58 -0700 (Mon, 14 Aug 2017)

Log Message

Skip flaky JSC test test/fieldopts/objtypespec-newobj-invalidation.1.js
https://bugs.webkit.org/show_bug.cgi?id=175544

Unreviewed test gardening.

* ChakraCore.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChakraCore.yaml (220720 => 220721)


--- trunk/JSTests/ChakraCore.yaml	2017-08-14 22:55:31 UTC (rev 220720)
+++ trunk/JSTests/ChakraCore.yaml	2017-08-14 23:04:58 UTC (rev 220721)
@@ -2044,7 +2044,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 <webkit.org/b/175544>.
+  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 (220720 => 220721)


--- trunk/JSTests/ChangeLog	2017-08-14 22:55:31 UTC (rev 220720)
+++ trunk/JSTests/ChangeLog	2017-08-14 23:04:58 UTC (rev 220721)
@@ -1,3 +1,12 @@
+2017-08-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        Skip flaky JSC test test/fieldopts/objtypespec-newobj-invalidation.1.js
+        https://bugs.webkit.org/show_bug.cgi?id=175544
+
+        Unreviewed test gardening.
+
+        * ChakraCore.yaml:
+
 2017-08-09  Caitlin Potter  <ca...@igalia.com>
 
         Early error on ANY operator before new.target
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to