qutebrowser/tests/end2end
Florian Bruhin fff777404b Use QApplication.postEvent again
We had some funny segfaults reported during scrolling (i.e. with
QApplication.sendEvent), and some code already had to use postpone=True
so there was no segfault...

So now we're back to postEvent again, and eliminated the main reason for
segfaults with it, which was re-using (and -posting) events which had
already been posted.

At least during tests this seems to run stable, let's hope it helps for
the people having crashes as well.
2016-09-11 19:37:09 +02:00
..
data Merge branch 'windows-userscripts' of https://github.com/Kingdread/qutebrowser into Kingdread-windows-userscripts 2016-09-11 16:14:25 +02:00
features Use QApplication.postEvent again 2016-09-11 19:37:09 +02:00
fixtures Fix lint 2016-09-10 17:32:04 +02:00
conftest.py Mark :insert-text with undo test as xfail on OS X 2016-09-07 19:01:24 +02:00
test_dirbrowser.py Mark test_dirbrowser as qtwebengine_skip 2016-08-18 23:05:31 +02:00
test_hints_html.py tests: Add QUTE_BDD_WEBENGINE environment variable 2016-09-05 15:08:00 +02:00
test_insert_mode.py Add missing :leave-mode for insert-mode test 2016-09-07 11:21:27 +02:00
test_invocations.py Fix lint 2016-09-10 17:32:04 +02:00
test_mhtml_e2e.py tests: Mark test_mhtml_e2e as qtwebengine_todo 2016-08-18 23:32:26 +02:00