Bug 5061 - date-big-setmonth test is not timezone-independent
Summary: date-big-setmonth test is not timezone-independent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 02:23 PDT by mitz
Modified: 2005-12-05 22:07 PST (History)
0 users

See Also:


Attachments
make test TZ-independent (1.36 KB, patch)
2005-09-30 08:46 PDT, mitz
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2005-09-20 02:23:35 PDT
fast/js/date-big-setmonth fails if the system's timezone does not match pacific time. It should be made 
TZ-independent.
Comment 1 mitz 2005-09-30 08:46:14 PDT
Created attachment 4110 [details]
make test TZ-independent
Comment 2 mitz 2005-10-13 17:11:17 PDT
The test keeps failing in the New Zealand time zone.
Comment 3 mitz 2005-10-13 17:12:47 PDT
Comment on attachment 4110 [details]
make test TZ-independent

Removing r+ so that it doesn't show in need-to-be-landed queries.
Comment 4 mitz 2005-10-14 02:57:50 PDT
The test is failing because of an unrelated bug (a counterpart of bug 4142 but on the way from 
milliseconds to to tm).
Comment 5 mitz 2005-12-05 22:07:09 PST
Fixed (by the fix for bug 5514, I think).