Title: [294926] trunk/JSTests/test262
Revision
294926
Author
ross.kirsl...@sony.com
Date
2022-05-26 19:29:00 -0700 (Thu, 26 May 2022)

Log Message

Unreviewed test262 gardening, use useArrayGroupByMethod for feature tests
https://bugs.webkit.org/show_bug.cgi?id=240997

* JSTests/test262/config.yaml:
* JSTests/test262/expectations.yaml:

Canonical link: https://commits.webkit.org/251037@main

Modified Paths

Diff

Modified: trunk/JSTests/test262/config.yaml (294925 => 294926)


--- trunk/JSTests/test262/config.yaml	2022-05-27 01:54:22 UTC (rev 294925)
+++ trunk/JSTests/test262/config.yaml	2022-05-27 02:29:00 UTC (rev 294926)
@@ -8,6 +8,7 @@
   String.prototype.at: useAtMethod
   Temporal: useTemporal
   array-find-from-last: useArrayFindLastMethod
+  array-grouping: useArrayGroupByMethod
   Object.hasOwn: useHasOwn
   ShadowRealm: useShadowRealm
 skip:

Modified: trunk/JSTests/test262/expectations.yaml (294925 => 294926)


--- trunk/JSTests/test262/expectations.yaml	2022-05-27 01:54:22 UTC (rev 294925)
+++ trunk/JSTests/test262/expectations.yaml	2022-05-27 02:29:00 UTC (rev 294926)
@@ -603,9 +603,6 @@
   default: 'Test262Error: An initialized binding is not created prior to evaluation Expected a ReferenceError to be thrown but no exception was thrown at all'
 test/annexB/language/global-code/switch-dflt-global-skip-early-err.js:
   default: "SyntaxError: Cannot declare a function that shadows a let/const/class/function variable 'f' in strict mode."
-test/built-ins/Array/prototype/Symbol.unscopables/array-grouping.js:
-  default: 'Test262Error: `groupBy` property value Expected SameValue(«undefined», «true») to be true'
-  strict mode: 'Test262Error: `groupBy` property value Expected SameValue(«undefined», «true») to be true'
 test/built-ins/Date/UTC/fp-evaluation-order.js:
   default: 'Test262Error: order of operations / precision in MakeTime Expected SameValue(«NaN», «29312») to be true'
   strict mode: 'Test262Error: order of operations / precision in MakeTime Expected SameValue(«NaN», «29312») to be true'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to