<?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>65452</bug_id>
          
          <creation_ts>2011-08-01 01:15:09 -0700</creation_ts>
          <short_desc>[Qt] Fix tst_QWebPage::loadHtml5Video() API test</short_desc>
          <delta_ts>2014-02-03 03:18:27 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Qt</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>38654</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kristóf Kosztyó">kkristof</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>allan.jensen</cc>
    
    <cc>hausmann</cc>
    
    <cc>jturcotte</cc>
    
    <cc>ossy</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>444563</commentid>
    <comment_count>0</comment_count>
    <who name="Kristóf Kosztyó">kkristof</who>
    <bug_when>2011-08-01 01:15:09 -0700</bug_when>
    <thetext>FAIL!  : tst_QWebPage::loadHtml5Video() Compared values are not the same
   Actual (mUrl.toEncoded()): 
   Expected (url): 68 74 74 70 3A 2F 2F 64 6F 65 73 2E 6E 6F 74 2F 65 78 69 73 74 3F 61 3D 31 25 32 43 62 3D 32
   Loc: [/ramdisk/qt-linux-release/build/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp(483)]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>444565</commentid>
    <comment_count>1</comment_count>
      <attachid>102489</attachid>
    <who name="Kristóf Kosztyó">kkristof</who>
    <bug_when>2011-08-01 01:19:47 -0700</bug_when>
    <thetext>Created attachment 102489
mark failing test cases as expected fail</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>444622</commentid>
    <comment_count>2</comment_count>
      <attachid>102489</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-08-01 03:03:42 -0700</bug_when>
    <thetext>Comment on attachment 102489
mark failing test cases as expected fail 

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>444624</commentid>
    <comment_count>3</comment_count>
      <attachid>102489</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-08-01 03:05:41 -0700</bug_when>
    <thetext>Comment on attachment 102489
mark failing test cases as expected fail 

Rejecting attachment 102489 from commit-queue.

Failed to run &quot;[&apos;./Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;--bot-id=ec2-cq-03&apos;, &apos;--port...&quot; exit_code: 1

Last 500 characters of output:
cripts/webkitpy/common/system/executive.py&quot;, line 420, in run_command
    close_fds=self._should_close_fds())
  File &quot;/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/common/system/executive.py&quot;, line 476, in popen
    return subprocess.Popen(*args, **kwargs)
  File &quot;/usr/lib/python2.6/subprocess.py&quot;, line 623, in __init__
    errread, errwrite)
  File &quot;/usr/lib/python2.6/subprocess.py&quot;, line 1141, in _execute_child
    raise child_exception
TypeError: execv() arg 2 must contain only strings

Full output: http://queues.webkit.org/results/9285367</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>444631</commentid>
    <comment_count>4</comment_count>
      <attachid>102489</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-08-01 03:20:37 -0700</bug_when>
    <thetext>Comment on attachment 102489
mark failing test cases as expected fail 

patch landed in https://trac.webkit.org/changeset/92115

Leave the bug open to fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>766764</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-11-14 04:58:17 -0800</bug_when>
    <thetext>This test is skipped now, because WTF_USE_QT_MULTIMEDIA is false.
But WTF_USE_QT_MULTIMEDIA can be true only if contains(MOBILITY_CONFIG, multimedia). Qt Mobility was for Qt 4.8, QtMultimedia in Qt 5 integrates
QtMultimedia from Qt 4.8 and Qt Multimedia Kit from Mobility - http://qt-project.org/doc/qt-5.0/changes.html

So I think this code path is absolutely unreachable and unmaintained.

Source/WebKit/qt/examples/platformplugin/platformplugin.pro:
-------------------------------------------------------------
...
# HTML5 Media Support
# We require QtMultimedia
!contains(DEFINES, ENABLE_VIDEO=.) {
    contains(MOBILITY_CONFIG, multimedia) {
        CONFIG += mobility
        MOBILITY += multimedia
        DEFINES -= ENABLE_VIDEO=0
        DEFINES += ENABLE_VIDEO=1
        DEFINES -= WTF_USE_QT_MULTIMEDIA=0
        DEFINES += WTF_USE_QT_MULTIMEDIA=1
    }
}
...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>975273</commentid>
    <comment_count>6</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2014-02-03 03:18:27 -0800</bug_when>
    <thetext>=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>102489</attachid>
            <date>2011-08-01 01:19:47 -0700</date>
            <delta_ts>2011-08-01 03:20:37 -0700</delta_ts>
            <desc>mark failing test cases as expected fail </desc>
            <filename>1.patch</filename>
            <type>text/plain</type>
            <size>1345</size>
            <attacher name="Kristóf Kosztyó">kkristof</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQvcXQvQ2hhbmdlTG9nIGIvU291cmNlL1dlYktpdC9x
dC9DaGFuZ2VMb2cKaW5kZXggMzAzM2E4OS4uZDM5ZTY2OSAxMDA2NDQKLS0tIGEvU291cmNlL1dl
YktpdC9xdC9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYktpdC9xdC9DaGFuZ2VMb2cKQEAgLTEs
MyArMSwxMyBAQAorMjAxMS0wOC0wMSAgS3Jpc3TDs2YgS29zenR5w7MgIDxLb3N6dHlvLktyaXN0
b2ZAc3R1ZC51LXN6ZWdlZC5odT4KKworICAgICAgICBbUXRdIEZpeCB0c3RfUVdlYlBhZ2U6Omxv
YWRIdG1sNVZpZGVvKCkgQVBJIHRlc3QKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcv
c2hvd19idWcuY2dpP2lkPTY1NDUyCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BT
ISkuCisKKyAgICAgICAgKiB0ZXN0cy9xd2VicGFnZS90c3RfcXdlYnBhZ2UuY3BwOiBNYXJrIGZh
aWxpbmcgdGVzdCBjYXNlcyBhcyBleHBlY3RlZCBmYWlscworICAgICAgICAodHN0X1FXZWJQYWdl
Ojpsb2FkSHRtbDVWaWRlbyk6CisKIDIwMTEtMDctMzAgIFBhdHJpY2sgR2Fuc3RlcmVyICA8cGFy
b2dhQHdlYmtpdC5vcmc+CiAKICAgICAgICAgUmVtb3ZlIGluY2x1c2lvbiBvZiBNYWluVGhyZWFk
LmggZnJvbSBUaHJlYWRpbmcuaApkaWZmIC0tZ2l0IGEvU291cmNlL1dlYktpdC9xdC90ZXN0cy9x
d2VicGFnZS90c3RfcXdlYnBhZ2UuY3BwIGIvU291cmNlL1dlYktpdC9xdC90ZXN0cy9xd2VicGFn
ZS90c3RfcXdlYnBhZ2UuY3BwCmluZGV4IDdhZjI2ZmIuLjJlOTU4N2QgMTAwNjQ0Ci0tLSBhL1Nv
dXJjZS9XZWJLaXQvcXQvdGVzdHMvcXdlYnBhZ2UvdHN0X3F3ZWJwYWdlLmNwcAorKysgYi9Tb3Vy
Y2UvV2ViS2l0L3F0L3Rlc3RzL3F3ZWJwYWdlL3RzdF9xd2VicGFnZS5jcHAKQEAgLTQ4MCw2ICs0
ODAsNyBAQCB2b2lkIHRzdF9RV2ViUGFnZTo6bG9hZEh0bWw1VmlkZW8oKQogICAgIG1fdmlldy0+
c2V0SHRtbCgiPHA+PHZpZGVvIGlkID0ndmlkZW8nIHNyYz0nIiArIHVybCArICInIGF1dG9wbGF5
Lz48L3A+Iik7CiAgICAgUVRlc3Q6OnFXYWl0KDIwMDApOwogICAgIFFVcmwgbVVybCA9IER1bXBS
ZW5kZXJUcmVlU3VwcG9ydFF0OjptZWRpYUNvbnRlbnRVcmxCeUVsZW1lbnRJZChtX3BhZ2UtPm1h
aW5GcmFtZSgpLCAidmlkZW8iKTsKKyAgICBRRVhQRUNUX0ZBSUwoIiIsICJodHRwczovL2J1Z3Mu
d2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NjU0NTIiLCBDb250aW51ZSk7CiAgICAgUUNPTVBB
UkUobVVybC50b0VuY29kZWQoKSwgdXJsKTsKICNlbHNlCiAgICAgUVNLSVAoIlRoaXMgdGVzdCBy
ZXF1aXJlcyBRdCBNdWx0aW1lZGlhIiwgU2tpcEFsbCk7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>