Bug 1863960 - Part 1: Update test262. r=mgaudet
commitc49b0fc84bad179a141ed020ea0b3e7bf2c80b28
authorAndré Bargull <andre.bargull@gmail.com>
Wed, 15 Nov 2023 10:57:23 +0000 (15 10:57 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Wed, 15 Nov 2023 10:57:23 +0000 (15 10:57 +0000)
treeb0100740c41a64c3637dd386109f16abbc71aa8f
parent94ef632ae254a9128e07b2b524ef06e0b7e1d1df
Bug 1863960 - Part 1: Update test262. r=mgaudet

Differential Revision: https://phabricator.services.mozilla.com/D193202
57 files changed:
js/src/tests/test262/GIT-INFO
js/src/tests/test262/built-ins/RegExp/unicode_full_case_folding.js
js/src/tests/test262/built-ins/Temporal/Calendar/prototype/dateAdd/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Calendar/prototype/dateUntil/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Duration/compare/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Duration/compare/relativeto-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/add/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/round/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/subtract/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/total/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/PlainDate/from/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDate/prototype/since/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDate/prototype/until/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDate/prototype/with/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDateTime/from/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDateTime/prototype/since/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDateTime/prototype/until/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainDateTime/prototype/with/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainMonthDay/from/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainMonthDay/prototype/with/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainYearMonth/from/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainYearMonth/prototype/add/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainYearMonth/prototype/since/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainYearMonth/prototype/subtract/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainYearMonth/prototype/until/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/PlainYearMonth/prototype/with/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/TimeZone/prototype/getInstantFor/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/compare/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/from/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/add/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/equals/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/hoursInDay/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/since/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/startOfDay/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/subtract/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/toPlainMonthDay/order-of-operations.js [new file with mode: 0644]
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/toPlainYearMonth/order-of-operations.js [new file with mode: 0644]
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-ambiguous-wall-clock-time.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/until/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/with/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/order-of-operations.js
js/src/tests/test262/built-ins/Temporal/ZonedDateTime/prototype/withPlainTime/order-of-operations.js
js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js [new file with mode: 0644]
js/src/tests/test262/intl402/Locale/likely-subtags.js
js/src/tests/test262/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js