Changeset 209219 in webkit


Ignore:
Timestamp:
Dec 1, 2016 4:04:13 PM (7 years ago)
Author:
Ryan Haddad
Message:

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

Reviewed by Saam Barati.

  • ChakraCore.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChakraCore.yaml

    r209178 r209219  
    20512051  cmd: runChakra :baseline, "NoException", "objtypespec-newobj.2.baseline", []
    20522052- path: ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js
    2053   cmd: runChakra :baseline, "NoException", "objtypespec-newobj-invalidation.1.baseline", []
     2053  # FIXME: Re-enable once flakiness is resolved (https://bugs.webkit.org/show_bug.cgi?id=162567)
     2054  cmd: runChakra :skip, "NoException", "objtypespec-newobj-invalidation.1.baseline", []
    20542055- path: ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.2.js
    20552056  # Different behavior when run on 32 bit JSC.
  • trunk/JSTests/ChangeLog

    r209204 r209219  
     12016-12-01  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Skip flaky test ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js
     4        https://bugs.webkit.org/show_bug.cgi?id=162567
     5
     6        Reviewed by Saam Barati.
     7
     8        * ChakraCore.yaml:
     9
    1102016-12-01  Keith Miller  <keith_miller@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.