qt6-bb10/tests/auto
Thiago Macieira 10c529b08d Add a way for auxiliary threads to handle events without CoreApp
Long-lived threads started by Qt itself can now receive events even if
QCoreApplication hasn't been created. This is required in all threads we
start that will handle events, unless we're sure that the thread will
exit before the global application object begins destruction.

Otherwise, those threads will have race conditions dealing with the
event delivery system trying to call the QCoreApplication::notify()
virtual while the object is being destroyed.

Change-Id: I27eaacb532114dd188c4ffff13d4ad2a4bb443e6
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-18 02:24:59 +00:00
..
android
bic/data
cmake CMake: Fix regression with quoted OPTIONS parameter 2015-03-11 07:31:33 +00:00
compilerwarnings/data
concurrent Fix build of tests on QNX. 2015-03-14 07:05:34 +00:00
corelib Add a way for auxiliary threads to handle events without CoreApp 2015-07-18 02:24:59 +00:00
dbus Extend flakeyness of tst_QDBusAbstractAdaptor::overloadedSignalEmission(int) 2015-06-20 15:26:10 +00:00
gui Merge remote-tracking branch 'origin/5.5' into HEAD 2015-07-17 16:35:42 +02:00
guiapplauncher
installed_cmake
network Disable spdy test on Windows 2015-07-10 16:38:07 +00:00
opengl Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
other tst_qaccessibility: Add message in case fuzzy comparison of QRect fails. 2015-07-16 13:29:41 +00:00
printsupport tst_qprintdevice: Extend output. 2015-07-17 14:15:04 +00:00
shared
sql Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
testlib Fix sub test float of tests/auto/testlib/selftests/tst_selftests for MSVC 2015. 2015-07-17 14:15:19 +00:00
tools Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
widgets Merge remote-tracking branch 'origin/5.5' into HEAD 2015-07-17 16:35:42 +02:00
xml Remove exec bits from files that should not be executable 2015-06-07 22:50:19 +00:00
auto.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00
network-settings.h
qtest-config.h
test.pl