Changeset 245001 in webkit


Ignore:
Timestamp:
May 6, 2019 10:05:42 PM (5 years ago)
Author:
dino@apple.com
Message:

Update test262 expectations for Proxy passes
https://bugs.webkit.org/show_bug.cgi?id=197628

Reviewed by Yusuke Suzuki.

There are two consistent passes in Proxy.ownKeys.

  • test262/expectations.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r244996 r245001  
     12019-05-06  Dean Jackson  <dino@apple.com>
     2
     3        Update test262 expectations for Proxy passes
     4        https://bugs.webkit.org/show_bug.cgi?id=197628
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        There are two consistent passes in Proxy.ownKeys.
     9
     10        * test262/expectations.yaml:
     11
    1122019-05-06  Yusuke Suzuki  <ysuzuki@apple.com>
    213
  • trunk/JSTests/test262/expectations.yaml

    r244950 r245001  
    10971097  strict mode: 'Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true'
    10981098test/built-ins/Proxy/create-handler-is-revoked-proxy.js:
    1099   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    1100   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    1101 test/built-ins/Proxy/ownKeys/return-duplicate-entries-throws.js:
    1102   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    1103   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    1104 test/built-ins/Proxy/ownKeys/return-duplicate-symbol-entries-throws.js:
    11051099  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    11061100  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
Note: See TracChangeset for help on using the changeset viewer.