Bug 99330

Summary: LocaleMacTest.formatDate is failing on Mac 10.8
Product: WebKit Reporter: Dana Jansens <danakj>
Component: New BugsAssignee: yosin
Status: RESOLVED FIXED    
Severity: Normal CC: keishi, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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