test262/test
Philip Chimento 85373b4ce1 Temporal: Fix PlainDateTime construct args
I discovered these tests had omitted some arguments to the PlainDateTime
constructor, leaving the calendar in the wrong position.

The tests were technically not incorrect, since the operation
ToIntegerThrowOnInfinity on the string "gregory" gives 0. But they could
spuriously pass if the implementation didn't do argument conversion
correctly, failed to throw on eraYear being ±Infinity, but subsequently
threw RangeError anyway because the calendars of the arguments didn't
match.
2022-10-26 15:20:05 +02:00
..
annexB Add exhaustive test for String.prototype.substr with various number inputs 2022-09-20 09:57:12 -07:00
built-ins Fix toSpliced mutate-while-iterating test 2022-10-25 09:50:41 +02:00
harness Temporal: Add TemporalHelpers.crossDateLineTimeZone 2022-10-03 12:24:00 +02:00
intl402 Temporal: Fix PlainDateTime construct args 2022-10-26 15:20:05 +02:00
language add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
staging Temporal: Improve existing tests for ZDT#toString timeZoneName option 2022-10-11 12:19:49 +02:00