Bug 6547 - fast/js/kde/Date fails when timezone is set to NZDT
Summary: fast/js/kde/Date fails when timezone is set to NZDT
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 20:18 PST by Mark Rowe (bdash)
Modified: 2017-07-18 08:27 PDT (History)
3 users (show)

See Also:


Attachments
Diffs from layout test (2.30 KB, text/plain)
2006-01-14 20:19 PST, Mark Rowe (bdash)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2006-01-14 20:18:33 PST
When the timezone is set to NZDT several tests within fast/js/kde/Date fail.   This appears to be because 
the test dates are loaded using CET (GMT+0100) which ends up being the following day in NZDT.  
Changing the date to earlier in the day results in the test passing in NZDT but failing in other timezones.
Comment 1 Mark Rowe (bdash) 2006-01-14 20:19:02 PST
Created attachment 5685 [details]
Diffs from layout test
Comment 2 Eric Seidel (no email) 2006-01-15 04:02:02 PST
Disabled fast/js/kde/Date so that all the layout tests will pass.  This unblocks turning on email nagging 
for BuildBot.
Comment 3 Eric Seidel (no email) 2009-05-17 23:40:16 PDT
fast/js/date-DST-time-cusps.html -> failed
fast/js/date-big-setdate.html -> failed

Are the only ones failing for me in Sydney time.
Comment 4 Eric Seidel (no email) 2009-05-17 23:41:56 PDT
Actually, the failures I am seeing are covered by bug 17820.  Mark, I assume we can close this now?