<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:mcatanzaro@igalia.com" title="Michael Catanzaro <mcatanzaro@igalia.com>"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Layout Test media/media-source/media-source-end-of-stream-readyState.html is failing"
href="https://bugs.webkit.org/show_bug.cgi?id=143706">bug 143706</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>eocanha@igalia.com, jer.noble@apple.com, mcatanzaro@igalia.com
</td>
</tr>
<tr>
<td style="text-align:right;">Summary</td>
<td>[GTK] Layout Test media/media-source/media-source-end-of-stream-readyState.html is flaky
</td>
<td>[GTK] Layout Test media/media-source/media-source-end-of-stream-readyState.html is failing
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Tools / Tests
</td>
<td>Media Elements
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Layout Test media/media-source/media-source-end-of-stream-readyState.html is failing"
href="https://bugs.webkit.org/show_bug.cgi?id=143706#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Layout Test media/media-source/media-source-end-of-stream-readyState.html is failing"
href="https://bugs.webkit.org/show_bug.cgi?id=143706">bug 143706</a>
from <span class="vcard"><a class="email" href="mailto:mcatanzaro@igalia.com" title="Michael Catanzaro <mcatanzaro@igalia.com>"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
<pre>It's no longer timing out since r205820 "Fix failing mediasource-play.html and mediasource-config-change-mp4-v-bitrate.html tests". Now it's simply failing instead:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/media-source/media-source-end-of-stream-readyState-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/media-source/media-source-end-of-stream-readyState-actual.txt
@@ -4,10 +4,10 @@
RUN(sourceBuffer = source.addSourceBuffer("video/mock; codecs=mock"))
RUN(sourceBuffer.appendBuffer(mediaSegment))
EVENT(updateend)
-EXPECTED (source.duration.toFixed(3) == '10') OK
-EXPECTED (sourceBuffer.buffered.end(0).toFixed(3) == '5') OK
+EXPECTED (source.duration.toFixed(3) == '10'), OBSERVED 'NaN' FAIL
+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
RUN(source.endOfStream())
-EXPECTED (source.duration.toFixed(3) == '5') OK
+EXPECTED (source.duration.toFixed(3) == '5'), OBSERVED '0.000' FAIL
EXPECTED (sourceBuffer.updating == 'false') OK
END OF TEST
Updating expectations accordingly.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>