Ignore IMAGEFORMAT_WHITELIST warning in tests

This commit is contained in:
Florian Bruhin 2016-09-05 17:01:55 +02:00
parent bb4d09ffd9
commit d71aa2c0ba

View File

@ -38,4 +38,5 @@ qt_log_ignore =
^QXcbClipboard: Cannot transfer data, no data available ^QXcbClipboard: Cannot transfer data, no data available
^load glyph failed ^load glyph failed
^Error when parsing the netrc file ^Error when parsing the netrc file
^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=
xfail_strict = true xfail_strict = true