[Webkit-unassigned] [Bug 198103] New: imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/currentTime.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 02:03:30 PDT 2019


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

            Bug ID: 198103
           Summary: imported/w3c/web-platform-tests/html/semantics/embedde
                    d-content/media-elements/offsets-into-the-media-resour
                    ce/currentTime.html is flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com

It usually passes, but sometimes it doesn't:

  var v = document.createElement('video');
  assert_equals(v.readyState, v.HAVE_NOTHING);
  v.currentTime = Number.MAX_VALUE;
  assert_equals(v.currentTime, Number.MAX_VALUE);

--- /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/currentTime-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/currentTime-actual.txt
@@ -1,5 +1,7 @@
+
+Harness Error (TIMEOUT), message = null

 PASS currentTime initial value 
 FAIL setting currentTime when readyState is HAVE_NOTHING assert_equals: expected 1.7976931348623157e+308 but got 0
-PASS setting currentTime when readyState is greater than HAVE_NOTHING 
+TIMEOUT setting currentTime when readyState is greater than HAVE_NOTHING Test timed out

-- 
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/20190522/c95ba228/attachment.html>


More information about the webkit-unassigned mailing list