Bug 67716
Summary: | media/media-controls-invalid-url.html is failing on Mac bots | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, arko, eric.carlson, jer.noble, koivisto, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
The test added by http://trac.webkit.org/changeset/94418 is failing on various bots:
http://build.webkit.org/results/SnowLeopard%20Intel%20Debug%20(Tests)/r94669%20(2038)/media/media-controls-invalid-url-pretty-diff.html
http://build.webkit.org/results/Leopard%20Intel%20Debug%20(Tests)/r94671%20(33431)/media/media-controls-invalid-url-pretty-diff.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r94675%20(16100)/media/media-controls-invalid-url-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
I temporarily skipped the test in http://trac.webkit.org/changeset/94687.
Alexey Proskuryakov
The failure looks like this:
-EXPECTED (getTimeLineValue() == '0') OK
+EXPECTED (getTimeLineValue() == '0'), OBSERVED '1' FAIL
Ryosuke Niwa
Can anyone investigate this failure?
Simon Fraser (smfr)
Still fails.
Eric Carlson
This seems to work now.
Radar WebKit Bug Importer
<rdar://problem/33995639>
Ryosuke Niwa
Failing again:
--- /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/media-controls-invalid-url-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/media-controls-invalid-url-actual.txt
@@ -4,10 +4,10 @@
EVENT(canplaythrough)
-EXPECTED (getTimeLineValue() == '0') OK
+Faild to find -webkit-media-controls-timeline
EVENT(seeked)
-EXPECTED (getTimeLineValue() == '1') OK
+Faild to find -webkit-media-controls-timeline
EVENT(error)
-EXPECTED (getTimeLineValue() == '0') OK
+Faild to find -webkit-media-controls-timeline
END OF TEST
Ahmad Saleem
This test was removed in this commit:
https://github.com/WebKit/WebKit/commit/a39bd42ad87d82a3bea0fa6eac107376a973cf7c
Nothing to do here.