RESOLVED INVALID 65452
[Qt] Fix tst_QWebPage::loadHtml5Video() API test
https://bugs.webkit.org/show_bug.cgi?id=65452
Summary [Qt] Fix tst_QWebPage::loadHtml5Video() API test
Kristóf Kosztyó
Reported 2011-08-01 01:15:09 PDT
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)]
Attachments
mark failing test cases as expected fail (1.31 KB, patch)
2011-08-01 01:19 PDT, Kristóf Kosztyó
no flags
Kristóf Kosztyó
Comment 1 2011-08-01 01:19:47 PDT
Created attachment 102489 [details] mark failing test cases as expected fail
Csaba Osztrogonác
Comment 2 2011-08-01 03:03:42 PDT
Comment on attachment 102489 [details] mark failing test cases as expected fail r=me
WebKit Review Bot
Comment 3 2011-08-01 03:05:41 PDT
Comment on attachment 102489 [details] mark failing test cases as expected fail Rejecting attachment 102489 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-03', '--port..." exit_code: 1 Last 500 characters of output: cripts/webkitpy/common/system/executive.py", line 420, in run_command close_fds=self._should_close_fds()) File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/common/system/executive.py", line 476, in popen return subprocess.Popen(*args, **kwargs) File "/usr/lib/python2.6/subprocess.py", line 623, in __init__ errread, errwrite) File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child raise child_exception TypeError: execv() arg 2 must contain only strings Full output: http://queues.webkit.org/results/9285367
Csaba Osztrogonác
Comment 4 2011-08-01 03:20:37 PDT
Comment on attachment 102489 [details] mark failing test cases as expected fail patch landed in https://trac.webkit.org/changeset/92115 Leave the bug open to fix it.
Csaba Osztrogonác
Comment 5 2012-11-14 04:58:17 PST
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 } } ...
Jocelyn Turcotte
Comment 6 2014-02-03 03:18:27 PST
=== 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.
Note You need to log in before you can comment on or make changes to this bug.