Bug 168092 - REGRESSION: LayoutTest media/track/track-cues-sorted-before-dispatch.html is a flaky failure
Summary: REGRESSION: LayoutTest media/track/track-cues-sorted-before-dispatch.html is ...
Status: RESOLVED DUPLICATE of bug 206225
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-09 16:53 PST by Ryan Haddad
Modified: 2020-01-25 18:41 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2017-02-09 16:53:17 PST
LayoutTest media/track/track-cues-sorted-before-dispatch.html is a flaky failure

https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r211996%20(11445)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-cues-sorted-before-dispatch.html

--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/track/track-cues-sorted-before-dispatch-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/track/track-cues-sorted-before-dispatch-actual.txt
@@ -9,8 +9,8 @@
 Cue event: enter id: 3 time: 5.1
 Cue event: enter id: 2 time: 5.1
 Cue event: enter id: 4 time: 5.1
+Cue event: exit id: 4 time: 5.101
 Cue event: exit id: 2 time: 5.101
-Cue event: exit id: 4 time: 5.101
 Cue event: enter id: 5 time: 5.3
 Cue event: exit id: 3 time: 5.301
 Cue event: exit id: 1 time: 5.8
Comment 1 Ryan Haddad 2017-02-09 16:56:13 PST
First failure on macOS on the flakiness dashboard was 1/23/2017 4:04:08 AM @ r211037
Comment 2 Matt Lewis 2017-05-30 14:13:39 PDT
I was able to reproduce the failure on Sierra with:
 run-webkit-tests media/track/track-cues-sorted-before-dispatch.html --no-retry-failure --iterations=100 -f --debug

Also tested this with revision older than previously stated (used r211020) and failure occurred on that revision as well. Failure is most likely older than previously thought.
Comment 3 Matt Lewis 2017-06-27 11:17:41 PDT
The test has now become very flaky on iOS simulator WK2. The diff is the same. The test run time is generally the same on passes and failures on iOS Simulator. 

The test has also failed on El Capitan as well.
Comment 4 Matt Lewis 2017-07-03 14:44:58 PDT
Marked test as flaky:
https://trac.webkit.org/changeset/219096/webkit/
Comment 5 Alexey Proskuryakov 2020-01-17 23:19:04 PST
This was probably fixed by bug 206225, let's confirm in a couple days and remove the expectation.
Comment 6 Alexey Proskuryakov 2020-01-25 18:41:06 PST
This issue was indeed fixed.

I see a less frequent failure on this test on internal bots that is different though. We'll need a separate bug to track that.

*** This bug has been marked as a duplicate of bug 206225 ***