Bug 183220
| Summary: | [mac-wk1] Layout Test media/track/track-css-matching-timestamps.html is a flaky timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, eric.carlson, jer.noble, jlewis3 |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=183223 | ||
Ryan Haddad
The following layout test is failing on mac-wk1
media/track/track-css-matching-timestamps.html
Probable cause:
Unknown, this test has been flaky for a while.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-css-matching-timestamps.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
(In reply to Ryan Haddad from comment #0)
> The following layout test is failing on mac-wk1
Correction: This test is a flaky timeout.
Alexey Proskuryakov
The test is usually fast, so the timeout is probably an actual failure.
Ryan Haddad
--- /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/track/track-css-matching-timestamps-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/track/track-css-matching-timestamps-actual.txt
@@ -1,43 +1,7 @@
+CONSOLE MESSAGE: line 83: No text track cue with display id 'cue' is currently visible
+FAIL: Timed out waiting for notifyDone to be called
Test that cues are being matched properly by :past and :future pseudo classes.
EVENT(canplaythrough)
EVENT(seeked)
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-RUN(video.currentTime = 0.3)
-EVENT(seeked)
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-
-RUN(video.currentTime = 0.5)
-EVENT(seeked)
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-
-RUN(video.currentTime = 0.7)
-EVENT(seeked)
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(128, 128, 128)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-
-RUN(video.currentTime = 0.9)
-EVENT(seeked)
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(0, 255, 0)') OK
-END OF TEST
-
Ryan Haddad
Marked test as flaky in https://trac.webkit.org/r229825
Ahmad Saleem
This test got removed in this commit:
https://github.com/WebKit/WebKit/commit/a39bd42ad87d82a3bea0fa6eac107376a973cf7c
Nothing to do here, marking this as 'RESOLVED CONFIGURATION CHANGED'.