Bug 79634 - [Qt] REGRESSION: Two editing test started to fail with newer Qt5
Summary: [Qt] REGRESSION: Two editing test started to fail with newer Qt5
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 79666
  Show dependency treegraph
 
Reported: 2012-02-26 23:42 PST by Csaba Osztrogonác
Modified: 2012-10-09 01:47 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-02-26 23:42:31 PST
After the latest Qt5 two editing test started to fail:
(https://lists.webkit.org/pipermail/webkit-qt/2012-February/002527.html)

--- /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-br-actual.txt 
@@ -15,4 +15,4 @@
             text run at (26,90) width 60 RTL: "\x{5D0}\x{5D9}\x{5DF} \x{5DC}\x{5D9} \x{5E9}\x{5DD}."
       RenderBlock {PRE} at (0,200) size 784x0
 selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
-selection end:   position 6 of child 2 {#text} of child 1 {P} of child 3 {DIV} of body
+selection end:   position 8 of child 2 {#text} of child 1 {P} of child 3 {DIV} of body


--- /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/editing/selection/vertical-rl-rtl-extend-line-forward-p-actual.txt 
@@ -15,4 +15,4 @@
             text run at (0,90) width 60 RTL: "\x{5D0}\x{5D9}\x{5DF} \x{5DC}\x{5D9} \x{5E9}\x{5DD}."
       RenderBlock {PRE} at (0,200) size 784x0
 selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
-selection end:   position 6 of child 0 {#text} of child 2 {P} of child 3 {DIV} of body
+selection end:   position 8 of child 0 {#text} of child 2 {P} of child 3 {DIV} of body
Comment 1 Csaba Osztrogonác 2012-02-26 23:54:56 PST
I skipped them to paint the bots happier - http://trac.webkit.org/changeset/108962/trunk/LayoutTests/platform/qt-5.0/Skipped
Comment 2 Csaba Osztrogonác 2012-10-09 01:47:27 PDT
I compared them to the Mac results, they pass. Rebaslines and unskip landed in r130737.