Bug 175678
Summary: | media/W3C/video/events/event_progress.html is flaky. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lewis <jlewis3> |
Component: | New Bugs | Assignee: | Peng Liu <peng.liu6> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric.carlson, jer.noble, peng.liu6, ryanhaddad |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matt Lewis
media/W3C/video/events/event_progress.html is flaky on wk2 according to the flakiness dashboard.
First failure on the board is with this build: https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/builds/2128
However this does not look to be the regression point.
Current results: https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r220854%20(2599)/results.html
Diff:
--- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/W3C/video/events/event_progress-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/W3C/video/events/event_progress-actual.txt
@@ -6,6 +6,9 @@
PASS true is true
TEST COMPLETE
+PASS true is true
+
+TEST COMPLETE
spec reference
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lewis
Marked as flaky on WK2:
https://trac.webkit.org/changeset/221629/webkit
Ryan Haddad
This is also happening on WK1 bots. Updated test expectations in https://trac.webkit.org/r245013
Peng Liu
This test case will fail when the video element fires more than one "progress" event before the test case complete.
*** This bug has been marked as a duplicate of bug 181966 ***