[Webkit-unassigned] [Bug 173611] New: Layout Test media/video-buffered.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 11:42:12 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173611

            Bug ID: 173611
           Summary: Layout Test media/video-buffered.html is flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jlewis3 at apple.com

media/video-buffered.html is a flaky failure
According to the flakiness Dashboard, the test has been intermittently failing for a long time on all platforms. This doesn't seem to be a recent regression.
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fvideo-buffered.html

https://build.webkit.org/results/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/r218595%20(2415)/results.html
https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/builds/2415

diff:
--- /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/media/video-buffered-expected.txt
+++ /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/media/video-buffered-actual.txt
@@ -5,9 +5,9 @@
 TEST(video.buffered.start(0)) THROWS(DOMException.INDEX_SIZE_ERR) OK
 TEST(video.buffered.end(0)) THROWS(DOMException.INDEX_SIZE_ERR) OK
 EVENT(canplaythrough)
-EXPECTED (video.buffered.length == '1') OK
-EXPECTED (video.buffered.start(0) == '0') OK
-EXPECTED (video.buffered.end(0) > '0') OK
+EXPECTED (video.buffered.length == '1'), OBSERVED '0' FAIL
+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
 TEST(video.buffered.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
 TEST(video.buffered.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
 TEST(video.buffered.start(1)) THROWS(DOMException.INDEX_SIZE_ERR) OK

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170620/0b9e5e69/attachment-0001.html>


More information about the webkit-unassigned mailing list