test262/test/built-ins/Temporal
Philip Chimento 459cef7185 Temporal: Add coverage for validating offset string syntax vs suitability
Syntax is validated first. Only after the property bag is fully converted
into a Calendar Fields Record does the time zone validate whether the UTC
offset is correct for that exact time in the time zone.

See tc39/proposal-temporal#2962
2024-10-07 12:02:45 +02:00
..
Duration Temporal: Add coverage for disallowed seconds in offset time zone identifiers 2024-10-07 12:02:45 +02:00
Instant Temporal: Add coverage for disallowed seconds in offset time zone identifiers 2024-10-07 12:02:45 +02:00
Now Temporal: Add coverage for disallowed seconds in offset time zone identifiers 2024-10-07 12:02:45 +02:00
PlainDate Temporal: Add coverage for validating month code syntax vs suitability 2024-10-07 12:02:45 +02:00
PlainDateTime Temporal: Add coverage for validating month code syntax vs suitability 2024-10-07 12:02:45 +02:00
PlainMonthDay Temporal: Add coverage for validating month code syntax vs suitability 2024-10-07 12:02:45 +02:00
PlainTime Temporal: Further coverage and tweaks for removing Calendar/TimeZone objs 2024-08-22 14:00:43 -07:00
PlainYearMonth Temporal: Add coverage for validating month code syntax vs suitability 2024-10-07 12:02:45 +02:00
ZonedDateTime Temporal: Add coverage for validating offset string syntax vs suitability 2024-10-07 12:02:45 +02:00
toStringTag
getOwnPropertyNames.js Temporal: Test adjustments for removing calendar and time zone objects 2024-07-05 10:43:53 +02:00
keys.js
prop-desc.js