Changeset 273140 in webkit


Ignore:
Timestamp:
Feb 19, 2021 9:16:55 AM (3 years ago)
Author:
Caio Lima
Message:

[ESNext] Fix Test262 expectations for static private methods
https://bugs.webkit.org/show_bug.cgi?id=222170

Unreviewed, update test262/expectations.yaml

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r273135 r273140  
     12021-02-19  Caio Lima  <ticaiolima@gmail.com>
     2
     3        [ESNext] Fix Test262 expectations for static private methods
     4        https://bugs.webkit.org/show_bug.cgi?id=222170
     5
     6        Unreviewed, update test262/expectations.yaml
     7
     8        * test262/expectations.yaml:
     9
    1102021-02-19  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/JSTests/test262/expectations.yaml

    r272883 r273140  
    746746  strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
    747747test/built-ins/Function/prototype/toString/private-method-class-statement.js:
     748  default: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
     749  strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
     750test/built-ins/Function/prototype/toString/private-static-method-class-expression.js:
     751  default: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
     752  strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
     753test/built-ins/Function/prototype/toString/private-static-method-class-statement.js:
    748754  default: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
    749755  strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
Note: See TracChangeset for help on using the changeset viewer.