Bug 152338 - [mac-wk1] Three pageoverlay/overlay* tests failing
Summary: [mac-wk1] Three pageoverlay/overlay* tests failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac Unspecified
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 09:11 PST by Ryan Haddad
Modified: 2015-12-16 11:03 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2015-12-16 09:11:05 PST
[mac-wk1] Three pageoverlay/overlay* tests failing

pageoverlay/overlay-large-document-scrolled.html
pageoverlay/overlay-large-document.html
pageoverlay/overlay-small-frame-mouse-events.html

<https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK1%20%28Tests%29/builds/2028>
<https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK1%20%28Tests%29/builds/10673>

--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/pageoverlay/overlay-large-document-scrolled-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/pageoverlay/overlay-large-document-scrolled-actual.txt
@@ -1,7 +1,7 @@
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4608, 400, 408)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4608, 512, 408)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4096, 400, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4096, 512, 512)
 View-relative:
 (GraphicsLayer
   (children 1

--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/pageoverlay/overlay-large-document-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/pageoverlay/overlay-large-document-actual.txt
@@ -1,7 +1,7 @@
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4608, 400, 408)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4608, 512, 408)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4096, 400, 512)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4096, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 512, 512)
 View-relative:
 (GraphicsLayer
   (children 1

--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/pageoverlay/overlay-small-frame-mouse-events-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/pageoverlay/overlay-small-frame-mouse-events-actual.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: line 16: MockPageOverlayClient::mouseEvent location (105, 495)
 CONSOLE MESSAGE: line 17: MockPageOverlayClient::mouseEvent location (105, 495)
+CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
 CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 10, 10)
 View-relative:
Comment 1 Tim Horton 2015-12-16 10:02:10 PST
Uhh. I guess I pasted the results into the wrong tests. This just needs  a rebaseline :|
Comment 2 Ryan Haddad 2015-12-16 10:26:01 PST
(In reply to comment #1)
> Uhh. I guess I pasted the results into the wrong tests. This just needs  a
> rebaseline :|

Alrighty, I'll take care of it.
Comment 3 Ryan Haddad 2015-12-16 11:03:05 PST
Fixed in <https://trac.webkit.org/r194162>