Bug 66268 - editing/deleting/regional-indicators.html fails on GTK and Qt
Summary: editing/deleting/regional-indicators.html fails on GTK and Qt
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 17:29 PDT by Adam Barth
Modified: 2015-05-07 17:56 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-08-15 17:29:41 PDT
editing/deleting/regional-indicators.html was introduced in http://trac.webkit.org/changeset/93068 and fails since introduction.  Alexey says that this is an minor bug in the handling of these characters in the Chromium port.
Comment 1 Alexey Proskuryakov 2011-08-15 17:35:26 PDT
I've taken another look, and now I'm wondering about why this test doesn't fail elsewhere. The fixed code is under #if PLATFORM(MAC), and cross-platform fallback certainly returns a wrong result for that case.

There seems to be more difference between platforms than I thought.
Comment 2 Csaba Osztrogonác 2011-08-16 01:11:11 PDT
It fails on GTK and Qt too.
Comment 3 Zoltan Horvath 2011-08-16 01:57:51 PDT
I skipped it for Qt in http://trac.webkit.org/changeset/93088.
Comment 4 Steve Block 2011-08-16 07:20:24 PDT
Skipped for Chromium in http://trac.webkit.org/changeset/93075
Comment 5 Steve Block 2011-08-16 07:43:59 PDT
This test is also timing out on Chromium Linux dbg bots due to an assertion failure. See http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux%20%28deps%29%28dbg%29%281%29/builds/9926

Added TIMEOUT expectation with http://trac.webkit.org/changeset/93099
Comment 6 Ádám Kallai 2013-02-17 13:58:07 PST
The test is still failing on Qt.
Comment 7 Martin Robinson 2015-05-07 17:56:05 PDT
Expectations look good now.