Skip to content

Commit

Permalink
Temporal: Remove TimeZone.p.equals method
Browse files Browse the repository at this point in the history
Some of the tests can be removed altogether since they deal with what
forms of input can be passed to ToTemporalTimeZoneSlotValue. Those are
tested on every method that takes a TimeZone as input.

Other tests are still relevant, but need to move to ZonedDateTime.p.equals
where the various quirks of time zone equality can still be tested. (Some
of these still will be removed in a following commit because they use
time zone objects.)

See: tc39#2826
  • Loading branch information
ptomato committed Jun 27, 2024
1 parent 87910a3 commit d986bfa
Show file tree
Hide file tree
Showing 22 changed files with 127 additions and 463 deletions.

This file was deleted.

24 changes: 0 additions & 24 deletions test/built-ins/Temporal/TimeZone/prototype/equals/branding.js

This file was deleted.

33 changes: 0 additions & 33 deletions test/built-ins/Temporal/TimeZone/prototype/equals/builtin.js

This file was deleted.

38 changes: 0 additions & 38 deletions test/built-ins/Temporal/TimeZone/prototype/equals/id-wrong-type.js

This file was deleted.

25 changes: 0 additions & 25 deletions test/built-ins/Temporal/TimeZone/prototype/equals/length.js

This file was deleted.

23 changes: 0 additions & 23 deletions test/built-ins/Temporal/TimeZone/prototype/equals/name.js

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions test/built-ins/Temporal/TimeZone/prototype/equals/prop-desc.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d986bfa

Please sign in to comment.