<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>45102</bug_id>
          
          <creation_ts>2010-09-02 03:52:09 -0700</creation_ts>
          <short_desc>[Chromium] media/media-can-play-mpeg4-video.html fails under Chromium</short_desc>
          <delta_ts>2010-09-10 06:35:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="anton muhin">antonm</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>dglazkov</cc>
    
    <cc>pnormand</cc>
    
    <cc>scherkus</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>273312</commentid>
    <comment_count>0</comment_count>
    <who name="anton muhin">antonm</who>
    <bug_when>2010-09-02 03:52:09 -0700</bug_when>
    <thetext>Test added in http://trac.webkit.org/changeset/66646/ fails for Chromium.  Diff is:

--- /b/slave/webkit-rel-mac-webkit-org/build/src/webkit/Release/../../../layout-test-results/media/media-can-play-mpeg4-video-expected.txt 
+++ /b/slave/webkit-rel-mac-webkit-org/build/src/webkit/Release/../../../layout-test-results/media/media-can-play-mpeg4-video-actual.txt 
@@ -1,5 +1,5 @@
 Test HTMLMediaElement canPlayType() method with multiple video mpeg4 MIME types.
 
-EXPECTED (video.canPlayType(&apos;video/x-m4v&apos;) == &apos;maybe&apos;) OK
-EXPECTED (video.canPlayType(&apos;video/mp4&apos;) == &apos;maybe&apos;) OK
+EXPECTED (video.canPlayType(&apos;video/x-m4v&apos;) == &apos;maybe&apos;), OBSERVED &apos;&apos; FAIL
+EXPECTED (video.canPlayType(&apos;video/mp4&apos;) == &apos;maybe&apos;), OBSERVED &apos;&apos; FAIL
 END OF TEST

(see also http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;useWebKitCanary=true&amp;tests=media%2Fmedia-can-play-mpeg4-video.html)

Apparently it&apos;s a genuine failure and I shouldn&apos;t just rebaseline expectations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273318</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2010-09-02 04:04:01 -0700</bug_when>
    <thetext>Can it be skipped then?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273319</commentid>
    <comment_count>2</comment_count>
    <who name="anton muhin">antonm</who>
    <bug_when>2010-09-02 04:05:37 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; Can it be skipped then?

That&apos;s precisely what I do for now, but ideally we&apos;d have it resolved.

BTW, if you think the diff is fine, I&apos;ll just rebaseline.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273341</commentid>
    <comment_count>3</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2010-09-02 04:46:58 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; Can it be skipped then?
&gt; 
&gt; That&apos;s precisely what I do for now, but ideally we&apos;d have it resolved.
&gt; 
&gt; BTW, if you think the diff is fine, I&apos;ll just rebaseline.

Well you should return something i think. Be it &quot;maybe&quot; or &quot;probably&quot;.

Thanks for skipping it anyway.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>276556</commentid>
    <comment_count>4</comment_count>
    <who name="Andrew Scherkus">scherkus</who>
    <bug_when>2010-09-09 10:32:05 -0700</bug_when>
    <thetext>this is expected as the Chromium port only supports Ogg+Theora/Vorbis and WebM+VP8/Vorbis

this test explicitly checks for support for a format that Chromium doesn&apos;t support -- so it&apos;s safe to mark as SKIP

there&apos;s already a section in test_expectations.txt for tests like these (look for some media tests marked as SKIP with a comment that explains the situation)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>276596</commentid>
    <comment_count>5</comment_count>
      <attachid>67064</attachid>
    <who name="anton muhin">antonm</who>
    <bug_when>2010-09-09 11:06:53 -0700</bug_when>
    <thetext>Created attachment 67064
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>277129</commentid>
    <comment_count>6</comment_count>
      <attachid>67064</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-09-10 05:28:39 -0700</bug_when>
    <thetext>Comment on attachment 67064
Patch

Clearing flags on attachment: 67064

Committed r67192: &lt;http://trac.webkit.org/changeset/67192&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>277130</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-09-10 05:28:44 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>277161</commentid>
    <comment_count>8</comment_count>
    <who name="anton muhin">antonm</who>
    <bug_when>2010-09-10 06:35:17 -0700</bug_when>
    <thetext>Thanks a lot, Kent and Andrew.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>67064</attachid>
            <date>2010-09-09 11:06:53 -0700</date>
            <delta_ts>2010-09-10 05:28:39 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-45102-20100909220651.patch</filename>
            <type>text/plain</type>
            <size>1547</size>
            <attacher name="anton muhin">antonm</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL0NoYW5nZUxvZyBiL0xheW91dFRlc3RzL0NoYW5nZUxv
ZwppbmRleCA1YTJlZDI4ZWQzMTk5NjgzYWJiZGNiOTg0ZTQ0OWVjYmI5Y2ZlMGY4Li45MjVhMDc4
MDVlY2M4YjcxYzgyYmI2ZjkyMWIxN2MzNmY2NWJlZWRiIDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0
cy9DaGFuZ2VMb2cKKysrIGIvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTUgQEAK
KzIwMTAtMDktMDkgIEFudG9uIE11aGluICA8YW50b25tQGNocm9taXVtLm9yZz4KKworICAgICAg
ICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBbQ2hyb21pdW1dIG1lZGlh
L21lZGlhLWNhbi1wbGF5LW1wZWc0LXZpZGVvLmh0bWwgZmFpbHMgdW5kZXIgQ2hyb21pdW0KKyAg
ICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTQ1MTAyCisKKyAg
ICAgICAgQ2hyb21pdW0gaXMgbm90IGdvaW5nIHRvIHN1cHBvcnQgbXBlZywgc28gbWVkaWEvbWVk
aWEtY2FuLXBsYXktbXBlZzQtdmlkZW8uaHRtbAorICAgICAgICBpcyBleHBlY3RlZCB0byBmYWls
LgorCisgICAgICAgICogcGxhdGZvcm0vY2hyb21pdW0vdGVzdF9leHBlY3RhdGlvbnMudHh0Ogor
CiAyMDEwLTA5LTA5ICBDaHJpcyBGbGVpemFjaCAgPGNmbGVpemFjaEBhcHBsZS5jb20+CiAKICAg
ICAgICAgUmV2aWV3ZWQgYnkgRGF2aWQgS2lsemVyLgpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMv
cGxhdGZvcm0vY2hyb21pdW0vdGVzdF9leHBlY3RhdGlvbnMudHh0IGIvTGF5b3V0VGVzdHMvcGxh
dGZvcm0vY2hyb21pdW0vdGVzdF9leHBlY3RhdGlvbnMudHh0CmluZGV4IDZlMTE4N2ZlM2EwZjEz
ZjU1Y2NhNDUwOTkwMzM4YTIyYWNjOWYyN2QuLjE0MmQ4MWFkZGNlYjU0ZDA2MWUwMDk1ZDVjMTU0
YzJjODkzMTFlY2QgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3RzL3BsYXRmb3JtL2Nocm9taXVtL3Rl
c3RfZXhwZWN0YXRpb25zLnR4dAorKysgYi9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9jaHJvbWl1bS90
ZXN0X2V4cGVjdGF0aW9ucy50eHQKQEAgLTc2Miw2ICs3NjIsNyBAQCBCVUcxNjc3OSBXT05URklY
IFNLSVAgOiBtZWRpYS9tZWRpYS1jYW4tcGxheS1tcGVnLWF1ZGlvLmh0bWwgPSBURVhUCiBCVUcx
Njc3OSBXT05URklYIFNLSVAgOiBtZWRpYS92aWRlby1jYW4tcGxheS10eXBlLmh0bWwgPSBGQUlM
IFRJTUVPVVQKIEJVRzE2Nzc5IFdPTlRGSVggU0tJUCA6IG1lZGlhL3ZpZGVvLWRvY3VtZW50LXR5
cGVzLmh0bWwgPSBGQUlMIFRJTUVPVVQKIEJVRzE2Nzc5IFdPTlRGSVggU0tJUCA6IG1lZGlhL3Zp
ZGVvLXNpemUtaW50cmluc2ljLXNjYWxlLmh0bWwgPSBGQUlMIFRJTUVPVVQKK0JVR1dLNDUxMDIg
V09OVEZJWCBTS0lQIDogbWVkaWEvbWVkaWEtY2FuLXBsYXktbXBlZzQtdmlkZW8uaHRtbCA9IFRF
WFQKIAogLy8gV2UgaGF2ZW4ndCBpbXBsZW1lbnRlZCB0aGUgV2ViS2l0IGZ1bGxzY3JlZW4gZXh0
ZW5zaW9uLgogQlVHMTY3MzUgOiBtZWRpYS9tZWRpYS1mdWxsc2NyZWVuLWlubGluZS5odG1sID0g
VElNRU9VVAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>