forked from tc39/test262
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporal: Remove TimeZone.p.equals method
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
Showing
22 changed files
with
127 additions
and
463 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
test/built-ins/Temporal/TimeZone/prototype/equals/argument-primitive.js
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
test/built-ins/Temporal/TimeZone/prototype/equals/branding.js
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
test/built-ins/Temporal/TimeZone/prototype/equals/builtin.js
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
test/built-ins/Temporal/TimeZone/prototype/equals/id-wrong-type.js
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
test/built-ins/Temporal/TimeZone/prototype/equals/length.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
test/built-ins/Temporal/TimeZone/prototype/equals/not-a-constructor.js
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
test/built-ins/Temporal/TimeZone/prototype/equals/prop-desc.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
test/built-ins/Temporal/TimeZone/prototype/equals/timezone-case-insensitive.js
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
test/built-ins/Temporal/TimeZone/prototype/equals/timezone-string-datetime.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
test/built-ins/Temporal/TimeZone/prototype/equals/timezone-string-multiple-offsets.js
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
test/built-ins/Temporal/TimeZone/prototype/equals/timezone-wrong-type.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.