Bug 153337 - [iOS Simulator] pageoverlay/overlay tests are flaky failures
Summary: [iOS Simulator] pageoverlay/overlay tests are flaky failures
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 9.0
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 152130
  Show dependency treegraph
 
Reported: 2016-01-21 17:30 PST by Ryan Haddad
Modified: 2019-02-04 17:32 PST (History)
4 users (show)

See Also:


Attachments
Mark tests as flaky (1.46 KB, patch)
2019-02-04 17:26 PST, Shawn Roberts
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-01-21 17:30:25 PST
[iOS Simulator] pageoverlay/overlay-installation.html is flaky

<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r195429%20(2466)/results.html>

Flakiness dashboard
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=pageoverlay%2Foverlay-installation.html>

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-installation-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-installation-actual.txt
@@ -1,5 +1,3 @@
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
-CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 View-relative:
 (GraphicsLayer
   (children 1
Comment 1 Ryan Haddad 2016-02-16 15:13:46 PST
Marked as flaky in <https://trac.webkit.org/r196662>
Comment 2 Simon Fraser (smfr) 2019-02-04 11:44:32 PST
Removing this expectation in bug 194199. Maybe that will stick.
Comment 3 Radar WebKit Bug Importer 2019-02-04 11:45:53 PST
<rdar://problem/47793716>
Comment 4 Ryan Haddad 2019-02-04 17:15:01 PST
(In reply to Simon Fraser (smfr) from comment #2)
> Removing this expectation in bug 194199. Maybe that will stick.

Sadly, that does not appear to be the case:
https://build.webkit.org/results/Apple%20iOS%2012%20Simulator%20Release%20WK2%20(Tests)/r240940%20(2410)/results.html

--- /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-installation-expected.txt
+++ /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-installation-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 View-relative:
 (GraphicsLayer

--- /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-large-document-scrolled-expected.txt
+++ /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-large-document-scrolled-actual.txt
@@ -2,6 +2,7 @@
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 View-relative:
 (GraphicsLayer
   (children 1


--- /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-large-document-expected.txt
+++ /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/pageoverlay/overlay-large-document-actual.txt
@@ -2,6 +2,7 @@
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 View-relative:
 (GraphicsLayer
   (children 1
Comment 5 Shawn Roberts 2019-02-04 17:26:45 PST
Created attachment 361136 [details]
Mark tests as flaky
Comment 6 Ryan Haddad 2019-02-04 17:31:46 PST
Comment on attachment 361136 [details]
Mark tests as flaky

Clearing flags on attachment: 361136

Committed r240957: <https://trac.webkit.org/changeset/240957>