Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ignore files for DateTimeFormat tests #282

Merged
merged 3 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,214 changes: 184 additions & 2,030 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"rollup": "^3.24.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"test262-harness": "^10.0.0",
"timezones.json": "^1.7.0",
"ts-prune": "^0.10.3",
"typescript": "^5.1.3",
Expand Down
3 changes: 3 additions & 0 deletions test/expected-failures-cldr42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ staging/Intl402/Temporal/old/datetime-toLocaleString.js
staging/Intl402/Temporal/old/instant-toLocaleString.js
staging/Intl402/Temporal/old/time-toLocaleString.js
intl402/DateTimeFormat/prototype/format/temporal-objects-resolved-time-zone.js

# Date format for {calendar: 'chinese'} or {calendar: 'dangi'}
staging/Intl402/Temporal/old/non-iso-calendars.js
7 changes: 7 additions & 0 deletions test/expected-failures-es5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@ built-ins/Temporal/ZonedDateTime/prototype/getCalendar/builtin.js
built-ins/Temporal/ZonedDateTime/prototype/getCalendar/not-a-constructor.js
built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/builtin.js
built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/not-a-constructor.js
intl402/DateTimeFormat/prototype/builtin.js
intl402/DateTimeFormat/prototype/format/builtin.js
intl402/DateTimeFormat/prototype/format/format-function-builtin.js
intl402/DateTimeFormat/prototype/formatRange/builtin.js
intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js
intl402/DateTimeFormat/prototype/resolvedOptions/builtin.js
intl402/DateTimeFormat/supportedLocalesOf/builtin.js

# These two are too slow in ES5 so they'll time out in CI.
intl402/Temporal/TimeZone/prototype/getPreviousTransition/transition-at-instant-boundaries.js
Expand Down
41 changes: 41 additions & 0 deletions test/expected-failures-todo-migrated-code.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Failures in this file will be fixed after migrating the latest polyfill changes
# from proposal-temporal.

intl402/DateTimeFormat/constructor-no-instanceof.js
intl402/DateTimeFormat/constructor-options-order-fractionalSecondDigits.js
intl402/DateTimeFormat/constructor-options-order-timedate-style.js
intl402/DateTimeFormat/constructor-options-order.js
intl402/DateTimeFormat/constructor-options-toobject.js
intl402/DateTimeFormat/default-options-object-prototype.js
intl402/DateTimeFormat/intl-legacy-constructed-symbol.js
intl402/DateTimeFormat/legacy-regexp-statics-not-modified.js
intl402/DateTimeFormat/name.js
intl402/DateTimeFormat/prototype/builtin.js
intl402/DateTimeFormat/prototype/constructor/prop-desc.js
intl402/DateTimeFormat/prototype/constructor/value.js
intl402/DateTimeFormat/prototype/format/bound-to-datetimeformat-instance.js
intl402/DateTimeFormat/prototype/format/builtin.js
intl402/DateTimeFormat/prototype/format/format-function-builtin.js
intl402/DateTimeFormat/prototype/format/format-function-name.js
intl402/DateTimeFormat/prototype/format/format-function-property-order.js
intl402/DateTimeFormat/prototype/format/length.js
intl402/DateTimeFormat/prototype/format/name.js
intl402/DateTimeFormat/prototype/format/no-instanceof.js
intl402/DateTimeFormat/prototype/format/prop-desc.js
intl402/DateTimeFormat/prototype/format/taint-Object-prototype.js
intl402/DateTimeFormat/prototype/format/timedatestyle-en.js
intl402/DateTimeFormat/prototype/formatRange/builtin.js
intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-not-throws.js
intl402/DateTimeFormat/prototype/formatRange/prop-desc.js
intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js
intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-not-throws.js
intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js
intl402/DateTimeFormat/prototype/formatToParts/formatToParts.js
intl402/DateTimeFormat/prototype/resolvedOptions/builtin.js
intl402/DateTimeFormat/prototype/resolvedOptions/prop-desc.js
intl402/DateTimeFormat/prototype/toStringTag/toString-removed-tag.js
intl402/DateTimeFormat/prototype/toStringTag/toStringTag.js
intl402/DateTimeFormat/subclassing.js
intl402/DateTimeFormat/supportedLocalesOf/builtin.js
intl402/DateTimeFormat/supportedLocalesOf/length.js
intl402/DateTimeFormat/supportedLocalesOf/name.js
intl402/DateTimeFormat/supportedLocalesOf/prop-desc.js
intl402/DateTimeFormat/taint-Object-prototype-date-time-components.js
intl402/DateTimeFormat/taint-Object-prototype.js
3 changes: 3 additions & 0 deletions test/expected-failures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
# Upstream commit 076f2871 introduces a second ToString call on a calendar when
# canonicalizing the timezone name.
staging/Intl402/Temporal/old/date-time-format.js

# temporal-test262-runner doesn't support the $262 global object
intl402/DateTimeFormat/proto-from-ctor-realm.js
47 changes: 0 additions & 47 deletions test/test262.sh

This file was deleted.

Loading