test262/test/built-ins/Temporal/PlainDateTime
Philip Chimento 0cb219ffe0 Temporal: Fix argument-propertybag-calendar-number testing the wrong methods
Due to overlooked copy-paste errors we were creating the wrong type of
instance in these tests, and therefore testing the wrong method.

(Add blank line for consistency with the other instances of these tests.)
2024-04-03 12:32:46 +02:00
..
compare Temporal: Add tests for incorrectly capitalized annotation keys 2024-04-03 12:32:46 +02:00
from Temporal: Add tests for incorrectly capitalized annotation keys 2024-04-03 12:32:46 +02:00
prototype Temporal: Fix argument-propertybag-calendar-number testing the wrong methods 2024-04-03 12:32:46 +02:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-case-insensitive.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-number.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
calendar-string.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-temporal-object.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-undefined.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
constructor-full.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
constructor.js Temporal: Add arguments to constructor tests. 2022-05-25 11:35:10 -07:00
datetime-math.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
hour-undefined.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
limits.js Temporal: `PlainDateTime`: Port Demitasse tests for bounds 2022-04-25 12:22:49 +02:00
microsecond-undefined.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
millisecond-undefined.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
minute-undefined.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
missing-arguments.js Add Temporal tests 2021-10-01 14:30:12 -04:00
name.js Add Temporal tests 2021-10-01 14:30:12 -04:00
nanosecond-undefined.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
negative-infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
order-of-operations.js Add Temporal tests 2021-10-01 14:30:12 -04:00
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
second-undefined.js Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00