qt5base-lts/tests/auto/gui/kernel
Marc Mutz 0a8fd9c620 tst_qguimetatype::flags(): port to QTypeInfoQuery
QTypeInfoQuery was introduced for 5.6 to decouple isStatic
and isRelocatable so old code continues to work. But since
this test still uses !isStatic to mean trivially-relocatable,
it will fail as soon as one of the checked types is marked as
Q_RELOCATABLE_TYPE instead of Q_MOVABLE_TYPE.

Incidentally, such a change is in the pipeline for Qt 5.7/5.8,
so fix the test by porting to QTypeInfoQuery. Do this in 5.6,
because that's when QTypeInfoQuery was introduced.

Change-Id: I06f815f26ca9b430e124c4a2f8de2a729999762b
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-02-26 09:12:23 +00:00
..
noqteventloop Allow socket events processing with a foreign event loop on Windows 2016-01-05 13:05:35 +00:00
qbackingstore Update copyright headers 2015-02-11 06:49:51 +00:00
qclipboard don't rely on transitive dependencies 2016-01-08 18:51:02 +00:00
qdrag Update copyright headers 2015-02-11 06:49:51 +00:00
qevent Update copyright headers 2015-02-11 06:49:51 +00:00
qfileopenevent Update copyright headers 2015-02-11 06:49:51 +00:00
qguiapplication Merge remote-tracking branch 'origin/5.5' into 5.6 2015-10-02 16:59:55 +02:00
qguieventdispatcher QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qguieventloop Stabilize qguieventloop test. 2015-09-24 07:36:25 +00:00
qguimetatype tst_qguimetatype::flags(): port to QTypeInfoQuery 2016-02-26 09:12:23 +00:00
qguitimer QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qguivariant Fix conversion QVariant(QColor) to QString. 2015-11-30 12:10:49 +00:00
qinputmethod Tests: Harmonize code checking on platform name. 2015-09-24 07:49:30 +00:00
qkeyevent Add basic QKeyEvent auto-test 2016-01-30 05:13:21 +00:00
qkeysequence Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivate 2016-02-02 05:57:08 +00:00
qmouseevent Update copyright headers 2015-02-11 06:49:51 +00:00
qmouseevent_modal Update copyright headers 2015-02-11 06:49:51 +00:00
qopenglwindow tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpalette Update copyright headers 2015-02-11 06:49:51 +00:00
qpixelformat tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qrasterwindow Update copyright headers 2015-02-11 06:49:51 +00:00
qscreen Update copyright headers 2015-02-11 06:49:51 +00:00
qsurfaceformat Update copyright headers 2015-02-11 06:49:51 +00:00
qtouchevent high-DPI tweaks for autotests 2015-07-30 18:09:12 +00:00
qwindow xcb: Deliver mouse enter event to window when closing modal window 2016-02-24 09:03:14 +00:00
kernel.pro Add basic QKeyEvent auto-test 2016-01-30 05:13:21 +00:00