summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-09 14:48:38 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-09 14:48:38 +0200
commitc390c797b2de96b18db21eb3cdcf7829a6220598 (patch)
tree7b15da4f11e456672bd0e4201752c687b95558b7
parent9e1d20017c6e7a59083d1a2bc1af0e4710b0ffb2 (diff)
downloadqutebrowser-c390c797b2de96b18db21eb3cdcf7829a6220598.tar.gz
qutebrowser-c390c797b2de96b18db21eb3cdcf7829a6220598.zip
tests: Ignore QtWebKit image format warning
In "Cancelling a MHTML download (issue 1535)" (downloads.feature) we load an invalid page as a fake "image". With Qt 5.6.1, we get this warning then.
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index a7e0df881..325875882 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -37,5 +37,6 @@ qt_log_ignore =
^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127
^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\)
^QXcbClipboard: Cannot transfer data, no data available
+ ^Image of format '' blocked because it is not considered safe. If you are sure it is safe to do so, you can white-list the format by setting the environment variable QTWEBKIT_IMAGEFORMAT_WHITELIST=
qt_wait_signal_raising = true
xfail_strict = true