test262/test/built-ins/Temporal
Jesse Alama 7b78d4be74
Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430)
* Create a Temporal.PlainDateTime with all arguments supplied.

Migrates some tests that currently exist in the
proposal-temporal repo.

* Check all data in Temporal.PlainDateTimes, variously constructed

Enrich existing tests to check all basic data in the
instance of `Temporal.PlainDateTime`, not just a single
field.

These additional checks were motivated by the migration of
existing Demitasse tests in the proposal-temporal repo to
test262. The Demitasse tests check more than a single
field.
2022-03-21 12:16:18 -07:00
..
Calendar Ensure branding tests for Temporal.Calendar and TimeZone methods 2022-02-08 15:43:25 -05:00
Duration Test more invalid values for roundingMode. 2022-03-11 09:51:57 +01:00
Instant Add test for Temporal.Instant.p*.add 2022-03-14 13:52:04 -04:00
Now Test Temporal.Now. 2022-01-24 13:36:43 -05:00
PlainDate Test more invalid values for roundingMode. 2022-03-11 09:51:57 +01:00
PlainDateTime Port some basic Temporal.PlainDateTime tests from Demitasse to test262 (#3430) 2022-03-21 12:16:18 -07:00
PlainMonthDay Add tests for with() copying defined properties of source object 2022-02-08 15:43:25 -05:00
PlainTime Test more invalid values for roundingMode. 2022-03-11 09:51:57 +01:00
PlainYearMonth Test more invalid values for roundingMode. 2022-03-11 09:51:57 +01:00
TimeZone Rewrite tests that relied on previous branding behaviour 2022-02-08 15:43:25 -05:00
ZonedDateTime Test more invalid values for roundingMode. 2022-03-11 09:51:57 +01:00
toStringTag Add Temporal tests 2021-10-01 14:30:12 -04:00
getOwnPropertyNames.js Remove harness file, arrayContains.js 2021-11-01 12:55:10 -04:00
keys.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