| Summary: | [GTK] media/media-can-play-ogg.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | pnormand, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
I can't reproduce this here when running tests within the flatpak sdk. I haven't tried with jhbuild though: run-webkit-tests --gtk --no-show-results --iterations=2000 media/media-can-play-ogg.html The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed. Committed r263254: <https://trac.webkit.org/changeset/263254> |
The test is sometimes flaky when running it alone. Diff: --- /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/retries/media/media-can-play-ogg-expected.txt +++ /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/retries/media/media-can-play-ogg-actual.txt @@ -7,7 +7,7 @@ EXPECTED (video.canPlayType('video/ogg') == 'maybe') OK EXPECTED (video.canPlayType('audio/ogg; codecs=vorbis') == 'probably') OK EXPECTED (video.canPlayType('audio/ogg; codecs=opus') == 'probably') OK -EXPECTED (video.canPlayType('audio/ogg; codecs=speex') == 'probably') OK +EXPECTED (video.canPlayType('audio/ogg; codecs=speex') == 'probably'), OBSERVED '' FAIL EXPECTED (video.canPlayType('video/ogg; codecs=theora') == 'probably') OK EXPECTED (video.canPlayType('video/ogg; codecs=theora,vorbis') == 'probably') OK END OF TEST