Title: [273140] trunk/JSTests
Revision
273140
Author
ticaiol...@gmail.com
Date
2021-02-19 09:16:55 -0800 (Fri, 19 Feb 2021)

Log 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:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (273139 => 273140)


--- trunk/JSTests/ChangeLog	2021-02-19 16:05:20 UTC (rev 273139)
+++ trunk/JSTests/ChangeLog	2021-02-19 17:16:55 UTC (rev 273140)
@@ -1,3 +1,12 @@
+2021-02-19  Caio Lima  <ticaiol...@gmail.com>
+
+        [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:
+
 2021-02-19  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Simplify excludedSet handling in object rest _expression_

Modified: trunk/JSTests/test262/expectations.yaml (273139 => 273140)


--- trunk/JSTests/test262/expectations.yaml	2021-02-19 16:05:20 UTC (rev 273139)
+++ trunk/JSTests/test262/expectations.yaml	2021-02-19 17:16:55 UTC (rev 273140)
@@ -747,6 +747,12 @@
 test/built-ins/Function/prototype/toString/private-method-class-statement.js:
   default: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
   strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
+test/built-ins/Function/prototype/toString/private-static-method-class-_expression_.js:
+  default: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
+  strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
+test/built-ins/Function/prototype/toString/private-static-method-class-statement.js:
+  default: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
+  strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function #f( /* b */ ) /* c */ { /* d */ }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })'
 test/built-ins/Function/prototype/toString/setter-class-_expression_-static.js:
   default: 'Test262Error: Conforms to NativeFunction Syntax: "function ( /* c */ a /* d */ ) /* e */ { /* f */ }" (set /* a */ f /* b */ ( /* c */ a /* d */ ) /* e */ { /* f */ })'
   strict mode: 'Test262Error: Conforms to NativeFunction Syntax: "function ( /* c */ a /* d */ ) /* e */ { /* f */ }" (set /* a */ f /* b */ ( /* c */ a /* d */ ) /* e */ { /* f */ })'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to