2015-07-19 21:55:55 +02:00
|
|
|
[pytest]
|
2016-07-27 18:27:32 +02:00
|
|
|
addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error
|
2015-07-19 21:55:55 +02:00
|
|
|
markers =
|
|
|
|
gui: Tests using the GUI (e.g. spawning widgets)
|
2016-02-27 02:45:34 +01:00
|
|
|
posix: Tests which only can run on a POSIX OS.
|
|
|
|
windows: Tests which only can run on Windows.
|
|
|
|
linux: Tests which only can run on Linux.
|
|
|
|
osx: Tests which only can run on OS X.
|
|
|
|
not_osx: Tests which can not run on OS X.
|
|
|
|
not_frozen: Tests which can't be run if sys.frozen is True.
|
2016-02-16 20:36:23 +01:00
|
|
|
no_xvfb: Tests which can't be run with Xvfb.
|
2016-02-27 02:45:34 +01:00
|
|
|
frozen: Tests which can only be run if sys.frozen is True.
|
2016-05-29 18:20:00 +02:00
|
|
|
integration: Tests which test a bigger portion of code
|
|
|
|
end2end: End to end tests which run qutebrowser as subprocess
|
2016-01-14 07:53:00 +01:00
|
|
|
xfail_norun: xfail the test with out running it
|
2016-02-27 02:45:34 +01:00
|
|
|
ci: Tests which should only run on CI.
|
2016-06-09 11:17:18 +02:00
|
|
|
flaky_once: Try to rerun this test once if it fails
|
2016-08-18 13:05:37 +02:00
|
|
|
qtwebengine_todo: Features still missing with QtWebEngine
|
2016-08-18 18:16:33 +02:00
|
|
|
qtwebengine_skip: Tests not applicable with QtWebEngine
|
2015-07-19 21:55:55 +02:00
|
|
|
qt_log_level_fail = WARNING
|
|
|
|
qt_log_ignore =
|
|
|
|
^SpellCheck: .*
|
|
|
|
^SetProcessDpiAwareness failed: .*
|
|
|
|
^QWindowsWindow::setGeometryDp: Unable to set geometry .*
|
2015-07-24 14:56:00 +02:00
|
|
|
^QProcess: Destroyed while process .* is still running\.
|
2015-09-09 22:05:48 +02:00
|
|
|
^"Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist
|
2016-01-24 19:12:43 +01:00
|
|
|
^"Method \\"GetAll\\" with signature \\"s\\" on interface \\"org\.freedesktop\.DBus\.Properties\\" doesn't exist\\n"
|
2015-10-02 10:59:11 +02:00
|
|
|
^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805
|
|
|
|
^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805
|
2015-10-05 08:22:53 +02:00
|
|
|
^Type conversion already registered from type .*
|
2015-11-02 08:09:07 +01:00
|
|
|
^QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once\.
|
2015-11-03 06:38:48 +01:00
|
|
|
^QWaitCondition: Destroyed while threads are still waiting
|
2015-11-09 22:12:10 +01:00
|
|
|
^QXcbXSettings::QXcbXSettings\(QXcbScreen\*\) Failed to get selection owner for XSETTINGS_S atom
|
2015-12-15 17:53:36 +01:00
|
|
|
^QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to .*
|
2016-01-14 19:06:36 +01:00
|
|
|
^QGeoclueMaster error creating GeoclueMasterClient\.
|
|
|
|
^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127
|
2016-01-24 19:34:00 +01:00
|
|
|
^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\)
|
2016-02-03 08:11:18 +01:00
|
|
|
^QXcbClipboard: Cannot transfer data, no data available
|
2016-07-12 09:39:43 +02:00
|
|
|
^load glyph failed
|
2016-08-16 19:56:49 +02:00
|
|
|
^Error when parsing the netrc file
|
2016-03-02 07:14:50 +01:00
|
|
|
xfail_strict = true
|