Bug 114889 - [Mac Lion] media/W3C/video/events/event_canplay.html is flakey, sometimes times out
Summary: [Mac Lion] media/W3C/video/events/event_canplay.html is flakey, sometimes tim...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-19 14:24 PDT by Jessie Berlin
Modified: 2023-10-27 08:23 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Jessie Berlin 2013-04-19 14:32:36 PDT
Marked as flakey in http://trac.webkit.org/changeset/148773
Comment 2 Ahmad Saleem 2023-10-25 14:06:11 PDT
We have WPT test case for this now:

https://wpt.fyi/results/html/semantics/embedded-content/media-elements/event_canplay.html?label=experimental&label=master&aligned=

We pass all of the above tests.

I am happy to do PR:

1) Delete local copy of test
2) Sync updated 'WPT' test case
3) Remove expectation:

https://searchfox.org/wubkat/source/LayoutTests/platform/mac-wk2/TestExpectations#993

4) Run the latest copy via EWS and see it passes across all platform and then good, good to go. Else raise new bugs and track them with platform specific expectations while using WPT test.
Comment 3 Eric Carlson 2023-10-27 08:23:47 PDT
(In reply to Ahmad Saleem from comment #2)
> We have WPT test case for this now:
> 
> https://wpt.fyi/results/html/semantics/embedded-content/media-elements/
> event_canplay.html?label=experimental&label=master&aligned=
> 
> We pass all of the above tests.
> 
> I am happy to do PR:
> 
> 1) Delete local copy of test
> 2) Sync updated 'WPT' test case
> 3) Remove expectation:
> 
> https://searchfox.org/wubkat/source/LayoutTests/platform/mac-wk2/
> TestExpectations#993
> 
> 4) Run the latest copy via EWS and see it passes across all platform and
> then good, good to go. Else raise new bugs and track them with platform
> specific expectations while using WPT test.

Sounds like a great plan, thank you!