Bug 188105 - [GStreamer] Layout test media/track/track-css-all-cues.html is flaky
Summary: [GStreamer] Layout test media/track/track-css-all-cues.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-27 12:05 PDT by Michael Catanzaro
Modified: 2020-11-03 08:29 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2018-07-27 12:05:04 PDT
Layout test media/track/track-css-all-cues.html is flaky on the GTK bot. It usually passes, but sometimes fails with:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/track/track-css-all-cues-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/track/track-css-all-cues-actual.txt
@@ -2,7 +2,7 @@
 Test that style to all cues is applied correctly.
 EVENT(canplaythrough)
 EVENT(seeked)
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).color == 'rgb(128, 0, 128)') OK
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).backgroundColor == 'rgb(0, 255, 0)') OK
+No text track cue with display id 'cue' is currently visible
+No text track cue with display id 'cue' is currently visible
 END OF TEST
Comment 1 Miguel Gomez 2019-08-08 06:55:58 PDT
This is now crashing as reported in bug 200534. Adding the crash expectation, but keeping the previous ones so we can get back to them when the crash is fixed.
Comment 2 Diego Pino 2020-11-03 08:29:48 PST
This test(s) has been consistenly passing in the last 4000 revisions. Closing bug.