<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <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>
               &nbsp;
           </td>
           <td>eocanha&#64;igalia.com, jer.noble&#64;apple.com, mcatanzaro&#64;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&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>It's no longer timing out since r205820 &quot;Fix failing mediasource-play.html and mediasource-config-change-mp4-v-bitrate.html tests&quot;. 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
&#64;&#64; -4,10 +4,10 &#64;&#64;
 RUN(sourceBuffer = source.addSourceBuffer(&quot;video/mock; codecs=mock&quot;))
 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>