Bug 25073 - JavaScriptCore tests don't run if time zone is not PST
Summary: JavaScriptCore tests don't run if time zone is not PST
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 05:01 PDT by Alexey Proskuryakov
Modified: 2009-04-08 00:06 PDT (History)
0 users

See Also:


Attachments
proposed fix (1.94 KB, patch)
2009-04-07 05:04 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-04-07 05:01:31 PDT
Starting with r41924, run-javascriptcore-tests first runs testapi, and bails out if that fails. However, testapi always fails if time zone is not PST: assertEqualsAsUTF8String(o, "Wed Dec 31 1969 16:00:00 GMT-0800 (PST)");
Comment 1 Alexey Proskuryakov 2009-04-07 05:04:37 PDT
Created attachment 29307 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2009-04-08 00:06:53 PDT
Committed <http://trac.webkit.org/changeset/42315>.