Title: [166960] trunk/LayoutTests
Revision
166960
Author
bfulg...@apple.com
Date
2014-04-08 14:18:57 -0700 (Tue, 08 Apr 2014)

Log Message

[Mac] Unreviewed test gardening.

Rebaseline scrolling tests to remove flakiness introduced by slight differences in
pixel scroll counts between WK1 and WK2 test runners.

* platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt:
* platform/mac/fast/scrolling/scroll-div-latched-div.html:
* platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt:
* platform/mac/fast/scrolling/scroll-div-latched-mainframe.html:
* platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt:
* platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html:
* platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt:
* platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html:
* platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt:
* platform/mac/fast/scrolling/scroll-select-latched-mainframe.html:
* platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt:
* platform/mac/fast/scrolling/scroll-select-latched-select.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (166959 => 166960)


--- trunk/LayoutTests/ChangeLog	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/ChangeLog	2014-04-08 21:18:57 UTC (rev 166960)
@@ -1,3 +1,23 @@
+2014-04-08  Brent Fulgham  <bfulg...@apple.com>
+
+        [Mac] Unreviewed test gardening.
+
+        Rebaseline scrolling tests to remove flakiness introduced by slight differences in
+        pixel scroll counts between WK1 and WK2 test runners.
+
+        * platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt:
+        * platform/mac/fast/scrolling/scroll-div-latched-div.html:
+        * platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt:
+        * platform/mac/fast/scrolling/scroll-div-latched-mainframe.html:
+        * platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt:
+        * platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html:
+        * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt:
+        * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html:
+        * platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt:
+        * platform/mac/fast/scrolling/scroll-select-latched-mainframe.html:
+        * platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt:
+        * platform/mac/fast/scrolling/scroll-select-latched-select.html:
+
 2014-04-08  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [GTK] Unreviewed GTK gardening.

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt	2014-04-08 21:18:57 UTC (rev 166960)
@@ -54,7 +54,5 @@
 TEST COMPLETE
 div display height = 485
 Mouse moved to (28, 610)
-Page before: 0, div before: 451
-Page after:  0, div after: 451
 PASS Page did not receive wheel events.
 

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div.html (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div.html	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div.html	2014-04-08 21:18:57 UTC (rev 166960)
@@ -46,8 +46,8 @@
     var pageScrollPositionAfter = document.body.scrollTop;
     var divScrollPositionAfter = divTarget.scrollTop;
 
-    debug("Page before: " + pageScrollPositionBefore + ", div before: " + divScrollPositionBefore);
-    debug("Page after:  " + pageScrollPositionAfter + ", div after: " + divScrollPositionAfter);
+    //debug("Page before: " + pageScrollPositionBefore + ", div before: " + divScrollPositionBefore);
+    //debug("Page after:  " + pageScrollPositionAfter + ", div after: " + divScrollPositionAfter);
 
     if (pageScrollPositionBefore != pageScrollPositionAfter)
         testFailed("Page received wheel events.");
@@ -88,7 +88,6 @@
 function setupTopLevel() {
 
     if (window.eventSender) {
-        testRunner.dumpAsText(true);
         testRunner.waitUntilDone();
 
         setTimeout(scrollTest, 1000);

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt	2014-04-08 21:18:57 UTC (rev 166960)
@@ -53,7 +53,5 @@
 
 TEST COMPLETE
 Mouse moved to (28, 125)
-Page before: 0, div before: 0
-Page after:  58, div after: 0
 PASS Scrollable div did not receive wheel events.
 

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe.html (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe.html	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe.html	2014-04-08 21:18:57 UTC (rev 166960)
@@ -46,8 +46,8 @@
     var pageScrollPositionAfter = document.body.scrollTop;
     var divScrollPositionAfter = divTarget.scrollTop;
 
-    debug("Page before: " + pageScrollPositionBefore + ", div before: " + divScrollPositionBefore);
-    debug("Page after:  " + pageScrollPositionAfter + ", div after: " + divScrollPositionAfter);
+    //debug("Page before: " + pageScrollPositionBefore + ", div before: " + divScrollPositionBefore);
+    //debug("Page after:  " + pageScrollPositionAfter + ", div after: " + divScrollPositionAfter);
 
     if (divScrollPositionBefore != divScrollPositionAfter)
         testFailed("Scrollable div consumed wheel events.");
@@ -86,7 +86,6 @@
 function setupTopLevel() {
 
     if (window.eventSender) {
-        testRunner.dumpAsText(true);
         testRunner.waitUntilDone();
 
         setTimeout(scrollTest, 1000);

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt	2014-04-08 21:18:57 UTC (rev 166960)
@@ -10,6 +10,5 @@
 TEST COMPLETE
 IFrame display height = 500
 Mouse moved to (28, 566)
-Page before: 0, IFrame before: 416
 PASS Page did not receive wheel events.
 

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html	2014-04-08 21:18:57 UTC (rev 166960)
@@ -18,7 +18,7 @@
     var pageScrollPositionAfter = document.body.scrollTop;
     var iFrameScrollPositionAfter = window.frames['target'].document.body.scrollTop;
 
-    debug("Page before: " + pageScrollPositionBefore + ", IFrame before: " + iFrameScrollPositionBefore);
+    //debug("Page before: " + pageScrollPositionBefore + ", IFrame before: " + iFrameScrollPositionBefore);
     //debug("Page after:  " + pageScrollPositionAfter + ", IFrame after: " + iFrameScrollPositionAfter);
 
     if (pageScrollPositionBefore != pageScrollPositionAfter)
@@ -62,7 +62,6 @@
 function setupTopLevel() {
 
     if (window.eventSender) {
-        testRunner.dumpAsText(true);
         testRunner.waitUntilDone();
 
         setTimeout(scrollTest, 1000);

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt	2014-04-08 21:18:57 UTC (rev 166960)
@@ -9,7 +9,5 @@
 
 TEST COMPLETE
 Mouse moved to (28, 66)
-Page before: 0, IFrame before: 0
-Page after:  58, IFrame after: 0
 PASS IFrame did not receive wheel events.
 

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html	2014-04-08 21:18:57 UTC (rev 166960)
@@ -18,8 +18,8 @@
     var pageScrollPositionAfter = document.body.scrollTop;
     var iFrameScrollPositionAfter = window.frames['target'].document.body.scrollTop;
 
-    debug("Page before: " + pageScrollPositionBefore + ", IFrame before: " + iFrameScrollPositionBefore);
-    debug("Page after:  " + pageScrollPositionAfter + ", IFrame after: " + iFrameScrollPositionAfter);
+    //debug("Page before: " + pageScrollPositionBefore + ", IFrame before: " + iFrameScrollPositionBefore);
+    //debug("Page after:  " + pageScrollPositionAfter + ", IFrame after: " + iFrameScrollPositionAfter);
 
     if (iFrameScrollPositionBefore != iFrameScrollPositionAfter)
         testFailed("IFrame consumed wheel events.");
@@ -57,7 +57,6 @@
 function setupTopLevel() {
 
     if (window.eventSender) {
-        testRunner.dumpAsText(true);
         testRunner.waitUntilDone();
 
         setTimeout(scrollTest, 1000);

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt	2014-04-08 21:18:57 UTC (rev 166960)
@@ -11,7 +11,5 @@
 
 TEST COMPLETE
 Mouse moved to (30, 127)
-Page before: 0, select before: 0
-Page after:  58, select after: 0
 PASS Select did not receive wheel events.
 

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe.html (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe.html	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe.html	2014-04-08 21:18:57 UTC (rev 166960)
@@ -46,8 +46,8 @@
     var pageScrollPositionAfter = document.body.scrollTop;
     var selectScrollPositionAfter = selectTarget.scrollTop;
 
-    debug("Page before: " + pageScrollPositionBefore + ", select before: " + selectScrollPositionBefore);
-    debug("Page after:  " + pageScrollPositionAfter + ", select after: " + selectScrollPositionAfter);
+    //debug("Page before: " + pageScrollPositionBefore + ", select before: " + selectScrollPositionBefore);
+    //debug("Page after:  " + pageScrollPositionAfter + ", select after: " + selectScrollPositionAfter);
 
     if (selectScrollPositionBefore != selectScrollPositionAfter)
         testFailed("Select consumed wheel events.");
@@ -86,7 +86,6 @@
 function setupTopLevel() {
 
     if (window.eventSender) {
-        testRunner.dumpAsText(true);
         testRunner.waitUntilDone();
 
         setTimeout(scrollTest, 1000);

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt	2014-04-08 21:18:57 UTC (rev 166960)
@@ -12,7 +12,5 @@
 TEST COMPLETE
 div display height = 111
 Mouse moved to (30, 238)
-Page before: 0, select before: 70
-Page after:  0, select after: 140
 PASS Page did not receive wheel events.
 

Modified: trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select.html (166959 => 166960)


--- trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select.html	2014-04-08 21:11:31 UTC (rev 166959)
+++ trunk/LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select.html	2014-04-08 21:18:57 UTC (rev 166960)
@@ -46,8 +46,8 @@
     var pageScrollPositionAfter = document.body.scrollTop;
     var selectScrollPositionAfter = selectTarget.scrollTop;
 
-    debug("Page before: " + pageScrollPositionBefore + ", select before: " + selectScrollPositionBefore);
-    debug("Page after:  " + pageScrollPositionAfter + ", select after: " + selectScrollPositionAfter);
+    //debug("Page before: " + pageScrollPositionBefore + ", select before: " + selectScrollPositionBefore);
+    //debug("Page after:  " + pageScrollPositionAfter + ", select after: " + selectScrollPositionAfter);
 
     if (pageScrollPositionBefore != pageScrollPositionAfter)
         testFailed("Page received wheel events.");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to