Bug 120671 - Newly added editing/selection/doubleclick-japanese-text.html test in r155014 is failing on EFL and QT
Summary: Newly added editing/selection/doubleclick-japanese-text.html test in r155014 ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008
  Show dependency treegraph
 
Reported: 2013-09-04 02:05 PDT by Zoltan Arvai
Modified: 2017-03-20 19:33 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Arvai 2013-09-04 02:05:52 PDT
New test failing on EFL WK1 and QT WK1 WK2:

http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK1/r155023%20%281650%29/editing/selection/doubleclick-japanese-text-pretty-diff.html

http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Debug/r155021%20%2830342%29/editing/selection/doubleclick-japanese-text-pretty-diff.html
http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20WebKit2/r155023%20%2837850%29/editing/selection/doubleclick-japanese-text-pretty-diff.html

--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/editing/selection/doubleclick-japanese-text-expected.txt
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/editing/selection/doubleclick-japanese-text-actual.txt
@@ -2,9 +2,29 @@
 
 äžăă°ăŞăźăšăăŠăŞă˘
 Passed for offset 55
-Passed for offset 70
-Passed for offset 85
-Passed for offset 100
-Passed for offset 115
-Passed for offset 130
+Failed for offset 70
+  Expected: ăŞăźăšăăŠăŞă˘
+  Actual: 
 
+
+Failed for offset 85
+  Expected: ăŞăźăšăăŠăŞă˘
+  Actual: 
+
+
+Failed for offset 100
+  Expected: ăŞăźăšăăŠăŞă˘
+  Actual: 
+
+
+Failed for offset 115
+  Expected: ăŞăźăšăăŠăŞă˘
+  Actual: 
+
+
+Failed for offset 130
+  Expected: ăŞăźăšăăŠăŞă˘
+  Actual: 
+
+
+

And r155014 also made fail on Qt:
editing/style/make-text-writing-direction-inline-win.html
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Debug/r155021%20%2830342%29/editing/style/make-text-writing-direction-inline-win-pretty-diff.html

--- /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/editing/style/make-text-writing-direction-inline-win-expected.txt
+++ /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/editing/style/make-text-writing-direction-inline-win-actual.txt
@@ -28,11 +28,11 @@
 PASS LeftToRight on third word of "<div dir="rtl">ŮŮا <span dir="ltr">ŮŮتب اŮŮŘľ اŮؚعبŮ</span></div>"
 PASS RightToLeft on third word of "<div dir="rtl">ŮŮا <span dir="ltr">ŮŮتب اŮŮŘľ اŮؚعبŮ</span></div>"
 PASS Natural on first word of "ĺ中ć"
-FAIL LeftToRight on first word of "ĺ中ć" yielded <span style="unicode-bidi: embed;">ĺ中</span>ć but expected <span style="unicode-bidi: embed;">ĺ</span>中ć
-FAIL RightToLeft on first word of "ĺ中ć" yielded <span style="unicode-bidi: embed; direction: rtl;">ĺ中</span>ć but expected <span style="unicode-bidi: embed; direction: rtl;">ĺ</span>中ć
+PASS LeftToRight on first word of "ĺ中ć"
+PASS RightToLeft on first word of "ĺ中ć"
 PASS Natural on first word of "<div dir="rtl">ĺ中ć</div>"
-FAIL LeftToRight on first word of "<div dir="rtl">ĺ中ć</div>" yielded <div dir="rtl"><span style="unicode-bidi: embed; direction: ltr;">ĺ中</span>ć</div> but expected <div dir="rtl"><span style="unicode-bidi: embed; direction: ltr;">ĺ</span>中ć</div>
-FAIL RightToLeft on first word of "<div dir="rtl">ĺ中ć</div>" yielded <div dir="rtl"><span style="unicode-bidi: embed;">ĺ中</span>ć</div> but expected <div dir="rtl"><span style="unicode-bidi: embed;">ĺ</span>中ć</div>
+PASS LeftToRight on first word of "<div dir="rtl">ĺ中ć</div>"
+PASS RightToLeft on first word of "<div dir="rtl">ĺ中ć</div>"
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Zoltan Arvai 2013-09-04 03:49:42 PDT
Skipped on Qt in http://trac.webkit.org/changeset/155028.