summaryrefslogtreecommitdiff
path: root/pytest.ini
AgeCommit message (Collapse)Author
2018-02-08Skip failing scrolling tests on Qt 5.10 on TravisFlorian Bruhin
See #3572
2018-02-06Update pytest log handlingFlorian Bruhin
In pytest 3.4, we now need to explicitly set the log level and caplog.at_level now sets the level of the root handler.
2017-11-28Make more unit tests run with Qt 5.7.1 on a newer LinuxFlorian Bruhin
2017-11-21Fix warning regexFlorian Bruhin
2017-11-08Ignore additional Qt error messagescryzed
2017-11-07Make testsuite work with LC_ALL=CFlorian Bruhin
2017-10-13Ignore inotify_add_watch Qt warningFlorian Bruhin
This happens on Travis from time to time.
2017-10-04Increase pytest-faulthandler timeout a bitFlorian Bruhin
See #2777
2017-09-20Use a pytest marker to fake an OSFlorian Bruhin
2017-09-18Drop legacy QtWebKit supportFlorian Bruhin
See #2742
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
See #2742
2017-09-14Don't fail tests because of OpenSSL 1.1 warningsFlorian Bruhin
"Downloading with SSL errors" from downloads.feature still fails, but like this, at least all other tests pass without the need to modify LD_LIBRARY_PATH.
2017-09-13Skip tests needing AppDataLocation on older Qt versionsFlorian Bruhin
2017-09-11Merge branch 'master' into new-configFlorian Bruhin
This pulls the travis changes to drop the old Qt 5.2 environment.
2017-09-11Remove geolocation testsFlorian Bruhin
They just cause more trouble than they're worth.
2017-09-07Remove duplicate line from pytest.ini.Ryan Roden-Corrent
2017-08-20Merge remote-tracking branch 'upstream/master' into configmergeRyan Roden-Corrent
2017-08-08Ignore a new Geoclue error during testsFlorian Bruhin
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-25pytest: Show Median instead of Mean for benchmarksFlorian Bruhin
2017-07-24pytest.ini: Add benchmark-columnsFlorian Bruhin
2017-07-19pytest: Set testpathsFlorian Bruhin
2017-07-08Replace OS X with macOSFlorian Bruhin
2017-07-04Ignore another new geoclue error during testsFlorian Bruhin
2017-07-04Ignore a new Geoclue error during testsFlorian Bruhin
2017-07-04Skip test_configdata.test_init_benchmark on Travis in DockerFlorian Bruhin
See #2777
2017-06-09Adjust tests for new QtWebKit-NGFlorian Bruhin
2017-03-31tests: Update "Unable to set geometry" ignoreFlorian Bruhin
2017-03-31Add marker for #2478Florian Bruhin
2017-03-31Ignore bogus Qt warning during testsFlorian Bruhin
2017-02-09Don't make SSL resolve errors fail testsFlorian Bruhin
2017-02-08tests: Ignore more QPainter::end warningsFlorian Bruhin
2017-02-08Add simple tests for QtWebEngine renderer crash/killFlorian Bruhin
2017-02-08Ignore QPainter warning in testsFlorian Bruhin
This happens on Debian Jessie from time to time.
2017-02-06Make tests work with QtWebKit-NGFlorian Bruhin
Fixes #1571
2017-02-06Fix inserting text with QtWebEngineFlorian Bruhin
The insertText event doesn't seem to be available with newer Chromium releases, which means this broke (probably with Qt 5.7.1). Fixes #2183 Fixes #2217
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-12-20Xfail tests which fail on Docker/TravisFlorian Bruhin
See #2183
2016-11-15Reenable @qtwebengine_createWindow testsFlorian Bruhin
Closes #2121
2016-11-10tests: Get rid of flaky_once markFlorian Bruhin
2016-11-10tests: Add a js_prompt markerFlorian Bruhin
2016-10-08Ignore NetworkManager-related Qt warningsSebastian Frysztak
(discussed in #2016)
2016-09-07Add a 'this' pytest markerFlorian Bruhin
2016-09-07Mark :insert-text with undo test as xfail on OS XFlorian Bruhin
2016-09-06Add a @qtwebengine_flaky markerFlorian Bruhin
2016-09-05Merge branch 'webengine-createwindow'Florian Bruhin
2016-09-05Ignore IMAGEFORMAT_WHITELIST warning in testsFlorian Bruhin
2016-09-05WebEngine: Disable createWindow for Qt < 5.7.1Florian Bruhin
Fixes #1911. The bugfix is backported in my qt5-webengine-debug package, and QUTE_QTBUG54419_PATCHED can be set to force qutebrowser to use createWindow.
2016-09-05Add a @qtwebkit_skip markerFlorian Bruhin
2016-08-18tests: Improve @qtwebengine_* markersFlorian Bruhin
This uses xfail for @qtwebengine_todo and adds a new @qtwebengine_skip marker.