Bug 136987 - REGRESSION (r172172): Multiple regression tests fail when primary system language is Russian
Summary: REGRESSION (r172172): Multiple regression tests fail when primary system lang...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-21 16:08 PDT by Alexey Proskuryakov
Modified: 2014-10-01 10:36 PDT (History)
11 users (show)

See Also:


Attachments
proposed fix (97.46 KB, patch)
2014-09-21 16:15 PDT, Alexey Proskuryakov
dbates: review+
Details | Formatted Diff | Diff
patch for landing (97.46 KB, patch)
2014-10-01 09:52 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-09-21 16:08:11 PDT
http://trac.webkit.org/r172172 made WebKit2 respect primary language for default encoding selection automatically. Before it, a client needed to do something if it wanted the behavior - WebKitTestRunner did not, so it defaulted to ISO-8859-1.
Comment 1 Alexey Proskuryakov 2014-09-21 16:15:19 PDT
Created attachment 238438 [details]
proposed fix
Comment 2 Daniel Bates 2014-10-01 09:36:40 PDT
Comment on attachment 238438 [details]
proposed fix

View in context: https://bugs.webkit.org/attachment.cgi?id=238438&action=review

> LayoutTests/ChangeLog:53
> +        Specified the encoding, windows-1252 is what we use for Latin1 and ISO-8851-1 alike.

I take it you meant to write ISO-8859-1 instead of ISO-8851-1.
Comment 3 Alexey Proskuryakov 2014-10-01 09:52:52 PDT
Created attachment 239031 [details]
patch for landing
Comment 4 WebKit Commit Bot 2014-10-01 10:36:02 PDT
Comment on attachment 239031 [details]
patch for landing

Clearing flags on attachment: 239031

Committed r174160: <http://trac.webkit.org/changeset/174160>
Comment 5 WebKit Commit Bot 2014-10-01 10:36:06 PDT
All reviewed patches have been landed.  Closing bug.