Bug 160002 - Test platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html is flaky
Summary: Test platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad iOS 9.3
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: PlatformOnly
Depends on: 159998
Blocks:
  Show dependency treegraph
 
Reported: 2016-07-20 17:42 PDT by Daniel Bates
Modified: 2016-07-21 14:20 PDT (History)
3 users (show)

See Also:


Attachments
Layout Test (8.12 KB, patch)
2016-07-20 17:52 PDT, Daniel Bates
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2016-07-20 17:42:30 PDT
As seen in the iOS EWS results for attachment 284171 [details] (bug #159998), <https://webkit-queues.webkit.org/results/1718320>, the test LayoutTests/platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html is flaky:

[[
...
Unexpected flakiness: text-only failures (1)
  platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html [ Failure Pass ]
...
]]
Comment 1 Daniel Bates 2016-07-20 17:52:48 PDT
Created attachment 284177 [details]
Layout Test
Comment 2 Alexey Proskuryakov 2016-07-20 18:48:29 PDT
Comment on attachment 284177 [details]
Layout Test

View in context: https://bugs.webkit.org/attachment.cgi?id=284177&action=review

> LayoutTests/ChangeLog:15
> +        a shadow DOM. Additionally, simply the test logic by making use window.jsTestIsAsync/finishJSTest()

"simplify"

> LayoutTests/platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html:12
> +function checkEmbededYouTubeVideoInsideIframe()

"Embedded"
Comment 3 Daniel Bates 2016-07-21 14:19:13 PDT
(In reply to comment #2)
> Comment on attachment 284177 [details]
> Layout Test
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=284177&action=review
> 
> > LayoutTests/ChangeLog:15
> > +        a shadow DOM. Additionally, simply the test logic by making use window.jsTestIsAsync/finishJSTest()
> 
> "simplify"
> 

Will fix before landing.

> > LayoutTests/platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html:12
> > +function checkEmbededYouTubeVideoInsideIframe()
> 
> "Embedded"

Will fix before landing.
Comment 4 Daniel Bates 2016-07-21 14:20:25 PDT
Committed r203526: <http://trac.webkit.org/changeset/203526>