Closed
Bug 835850
Opened 12 years ago
Closed 7 years ago
Better support for timezone with non-whole-hour offsets in jstests
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: anba, Unassigned)
Details
Attachments
(1 file)
889 bytes,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20130116073211
Steps to reproduce:
Set timezone to Asia/Kabul or Asia/Kathmandu and then run jstests.py. You'll notice quite a few test failures. Most of the them happen because tests/ecma/shell.js doesn't handle timezone with non-whole-hour offsets.
Reporter | ||
Comment 1•12 years ago
|
||
This changeset evolved as a by-product of the bug 830304 patch, not sure who wants to review it.
Attachment #707667 -
Flags: review?(jwalden+bmo)
Attachment #707667 -
Flags: review?(bclary)
Comment 2•12 years ago
|
||
Comment on attachment 707667 [details] [diff] [review]
Timezone adjustment should include minutes field
I think I own this stuff now. :-\ Rookie error, touching this stuff. ;-)
Attachment #707667 -
Flags: review?(bclary)
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•12 years ago
|
||
Comment on attachment 707667 [details] [diff] [review]
Timezone adjustment should include minutes field
Review of attachment 707667 [details] [diff] [review]:
-----------------------------------------------------------------
Looks sensible, and thanks for looking into this! Fixing this garbage has been on my long-term list of things to do for...well, a long time. You need me to push this, probably?
Attachment #707667 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Reporter | ||
Comment 4•7 years ago
|
||
All tests now run in PST8PDT (bug 1089745), so marking this bug as Won't Fix.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•