Title: [87191] trunk/LayoutTests
Revision
87191
Author
[email protected]
Date
2011-05-24 12:51:54 -0700 (Tue, 24 May 2011)

Log Message

2011-05-24  Ryosuke Niwa  <[email protected]>

        Skip the tests added by r87096 and remove the failing test expectations on Qt.
        The failures are tracked by the bug 61322.

        * platform/qt/Skipped:
        * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt: Removed.
        * platform/qt/fast/events/selectstart-by-drag-expected.txt: Removed.
        * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87190 => 87191)


--- trunk/LayoutTests/ChangeLog	2011-05-24 19:39:47 UTC (rev 87190)
+++ trunk/LayoutTests/ChangeLog	2011-05-24 19:51:54 UTC (rev 87191)
@@ -1,3 +1,13 @@
+2011-05-24  Ryosuke Niwa  <[email protected]>
+
+        Skip the tests added by r87096 and remove the failing test expectations on Qt.
+        The failures are tracked by the bug 61322.
+
+        * platform/qt/Skipped:
+        * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt: Removed.
+        * platform/qt/fast/events/selectstart-by-drag-expected.txt: Removed.
+        * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt: Removed.
+
 2011-05-24  Jay Civelli  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/LayoutTests/platform/qt/Skipped (87190 => 87191)


--- trunk/LayoutTests/platform/qt/Skipped	2011-05-24 19:39:47 UTC (rev 87190)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-05-24 19:51:54 UTC (rev 87191)
@@ -2517,3 +2517,8 @@
 fast/events/remove-target-in-mouseup-twice.html
 fast/events/remove-target-in-mouseup.html
 
+# [Qt] Selectstart event tests added by r87096 are failing on Qt
+# https://bugs.webkit.org/show_bug.cgi?id=61322
+fast/events/selectstart-by-double-triple-clicks.html
+fast/events/selectstart-by-drag.html
+fast/events/selectstart-by-single-click-with-shift.html

Deleted: trunk/LayoutTests/platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt (87190 => 87191)


--- trunk/LayoutTests/platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt	2011-05-24 19:39:47 UTC (rev 87190)
+++ trunk/LayoutTests/platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt	2011-05-24 19:51:54 UTC (rev 87191)
@@ -1,11 +0,0 @@
-This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
-
-Initial state: PASS
-Mouse down: PASS
-Mouse up: PASS
-Second mouse down: FAIL - expected 2 events but got 1 events
-Second mouse up: PASS
-Third mouse down: FAIL - expected 3 events but got 2 events
-Third mouse up: FAIL - expected 3 events but got 2 events
-Done.
-

Deleted: trunk/LayoutTests/platform/qt/fast/events/selectstart-by-drag-expected.txt (87190 => 87191)


--- trunk/LayoutTests/platform/qt/fast/events/selectstart-by-drag-expected.txt	2011-05-24 19:39:47 UTC (rev 87190)
+++ trunk/LayoutTests/platform/qt/fast/events/selectstart-by-drag-expected.txt	2011-05-24 19:51:54 UTC (rev 87191)
@@ -1,14 +0,0 @@
-This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
-
-Initial state: PASS
-Mouse down: PASS
-Moving slightly to the right: PASS
-Moving slightly to the left: PASS
-Moving to the right: FAIL - expected selection to be range but was caret
-Moving further to the right: FAIL - expected selection to be range but was caret
-Moving back to the left: PASS
-Moving to the right again: FAIL - expected selection to be range but was caret
-Mouse down on the right: PASS
-Moving to the left: FAIL - expected selection to be range but was caret
-Done.
-

Deleted: trunk/LayoutTests/platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt (87190 => 87191)


--- trunk/LayoutTests/platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt	2011-05-24 19:39:47 UTC (rev 87190)
+++ trunk/LayoutTests/platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt	2011-05-24 19:51:54 UTC (rev 87191)
@@ -1,10 +0,0 @@
-This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
-
-Initial state: PASS
-Mouse down: PASS
-Mouse up: PASS
-Moving to the right: PASS
-Second mouse down: FAIL - expected selection to be range but was caret
-Second mouse up: FAIL - expected selection to be range but was caret
-Done.
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to