Skip to content

Commit 91a5feb

Browse files
committed
Update test262
I removed usage of Object.hasOwn from the era helper, which means these tests should pass now on old Node runtimes that don't have it.
1 parent 16a4352 commit 91a5feb

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

test/expected-failures-before-node16.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@ intl402/Temporal/PlainTime/prototype/toLocaleString/options-conflict.js
77
intl402/Temporal/PlainYearMonth/prototype/toLocaleString/options-conflict.js
88
intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-conflict.js
99

10-
# Tests using Object.hasOwn which is not available in Node 14
11-
intl402/Temporal/PlainDate/from/calendar-not-supporting-eras.js
12-
intl402/Temporal/PlainDate/from/canonicalize-era-codes.js
13-
intl402/Temporal/PlainDate/from/remapping-era.js
14-
intl402/Temporal/PlainDate/prototype/with/gregorian-mutually-exclusive-fields.js
15-
intl402/Temporal/PlainDate/prototype/with/japanese-mutually-exclusive-fields.js
16-
intl402/Temporal/PlainDateTime/from/calendar-not-supporting-eras.js
17-
intl402/Temporal/PlainDateTime/from/canonicalize-era-codes.js
18-
intl402/Temporal/PlainYearMonth/from/argument-object.js
19-
intl402/Temporal/PlainYearMonth/from/calendar-not-supporting-eras.js
20-
intl402/Temporal/PlainYearMonth/from/canonicalize-era-codes.js
21-
intl402/Temporal/PlainYearMonth/from/reference-day-chinese.js
22-
intl402/Temporal/PlainYearMonth/from/reference-day-gregory.js
23-
intl402/Temporal/PlainYearMonth/from/reference-day-hebrew.js
24-
intl402/Temporal/PlainYearMonth/from/remapping-era.js
25-
intl402/Temporal/PlainYearMonth/prototype/with/minimum-valid-year-month.js
26-
intl402/Temporal/ZonedDateTime/construct-non-utc-non-iso.js
27-
intl402/Temporal/ZonedDateTime/supported-values-of.js
28-
staging/Intl402/Temporal/old/japanese-era.js
29-
3010
# Bug where -u-ca- in locale identifier is not honored
3111
built-ins/Temporal/PlainMonthDay/prototype/toLocaleString/return-string.js
3212
built-ins/Temporal/PlainYearMonth/prototype/toLocaleString/return-string.js

test262

Submodule test262 updated 43 files

0 commit comments

Comments
 (0)