Bug 39852

Summary: [Qt] fast/encoding/yentest.html fails
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Siddharth Mathur <s.mathur>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, cshu, hamaji, hausmann, ossy, s.mathur
Priority: P3 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Bug Depends on: 60786    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Alexey Proskuryakov 2010-05-27 11:35:10 PDT
fast/encoding/yentest.html and fast/encoding/yentest2.html are new tests that fail on Qt.

-two backslashes external: \
-two backslashes inline: \
+two backslashes external: ¥¥
+two backslashes inline: ¥¥
Comment 1 Alexey Proskuryakov 2010-05-27 11:38:19 PDT
Disabled the tests in r60314. This looks like either a Qt DRT deficiency, or a pretty bad bug that would break most JavaScript code on pages with certain Japanese encodings.
Comment 2 Alexey Proskuryakov 2010-11-18 13:06:18 PST
Or perhaps Qt just doesn't recognize charset name "shift-jis" (as opposed to canonical Shift_JIS).
Comment 3 Simon Hausmann 2011-05-16 01:22:30 PDT
This is actually difference between Qt's shift-jis codec implementation and ICU. The intention of changing this is Qt is now tracked at http://bugreports.qt.nokia.com/browse/QTBUG-19335
Comment 4 Siddharth Mathur 2011-05-18 12:37:42 PDT
Created attachment 93968 [details]
Patch
Comment 5 Chang Shu 2011-05-18 12:42:54 PDT
LGTM. I also ran the tests and they are passing. :)
Comment 6 Siddharth Mathur 2011-05-18 14:10:47 PDT
Comment on attachment 93968 [details]
Patch

Forgot to cq? it before review. Hope this leads to a commit by the cq. :)
Comment 7 WebKit Review Bot 2011-05-18 14:11:28 PDT
Comment on attachment 93968 [details]
Patch

Rejecting attachment 93968 [details] from commit-queue.

siddharth.mathur@nokia.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 8 WebKit Commit Bot 2011-05-18 16:35:05 PDT
Comment on attachment 93968 [details]
Patch

Clearing flags on attachment: 93968

Committed r86803: <http://trac.webkit.org/changeset/86803>
Comment 9 WebKit Commit Bot 2011-05-18 16:35:10 PDT
All reviewed patches have been landed.  Closing bug.
Comment 10 WebKit Commit Bot 2011-05-18 16:35:58 PDT
The commit-queue encountered the following flaky tests while processing attachment 93968 [details]:

http/tests/misc/favicon-loads-with-icon-loading-override.html bug 58412 (author: alice.liu@apple.com)
The commit-queue is continuing to process your patch.