Bug 99330 - LocaleMacTest.formatDate is failing on Mac 10.8
Summary: LocaleMacTest.formatDate is failing on Mac 10.8
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: yosin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 08:33 PDT by Dana Jansens
Modified: 2012-10-15 18:14 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Dana Jansens 2012-10-15 08:34:25 PDT
Blamelist is rather large as the bot was offline. http://trac.webkit.org/log/?verbose=on&rev=131302&stop_rev=131254
Comment 2 Dana Jansens 2012-10-15 13:34:28 PDT
This is only happening on Mac 10.8 FYI.
Comment 3 Kent Tamura 2012-10-15 18:08:32 PDT
> Value of: formatDate("ja_JP", 2005, April, 27).utf8().data()
> Actual: "2005/04/27"
> Expected: "05/04/27"

> This is only happening on Mac 10.8 FYI.

So, the locale data for ja_JP of 10.8 is different from 10.7 or older.  We should not test ja_JP locale.
Comment 4 Kent Tamura 2012-10-15 18:14:25 PDT
Fixed by http://trac.webkit.org/changeset/131392