summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-0/+7
|\
| * QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-183-4/+45
|\|
| * Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
| * QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41
* | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-232-9/+47
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-222-2/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-145-8/+155
|\|
| * Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-0/+24
| * QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
| * Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-1/+44
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-5/+73
| |\
| | * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-0/+73
| | * Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-5/+0
* | | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-13/+13
* | | Fix building with QT_NO_LIBRARYUlf Hermann2015-09-302-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-16/+5
|\| |
| * | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-3/+3
| * | Stabilize qguieventloop test.Jędrzej Nowacki2015-09-241-13/+2
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0519-19/+7
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0115-15/+0
* | | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-1913-134/+134
|/ /
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-20/+20
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-202-0/+28
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-183-0/+53
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+58
|\|
| * Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-1/+58
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-015-3/+66
|\|
| * Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+6
| * Autotest: Check where global event filters get runThiago Macieira2015-06-192-0/+58
| * fix usage of wince scopeOswald Buddenhagen2015-06-052-2/+2
* | QPointer: add member-swapMarc Mutz2015-06-171-0/+17
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-145-0/+14
* | Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-121-0/+12
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-1/+56
|\|
| * QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+30
| * QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-0/+2
| * Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+8
| * Don't overwrite applicationName if already set.David Faure2015-05-091-0/+16
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+16
|\|
| * Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+48
|\|
| * Add support for unregistering of custom meta types.Robert Griebl2015-04-141-0/+48
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-244-16/+53
|\|
| * Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-1/+20
| * iOS: Skip tests that don't make sense or don't work on the platformTor Arne Vestbø2015-03-161-1/+1
| * Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-163-14/+32
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+3
|\|
| * Fix building tests on QNXAllan Sandfeld Jensen2015-03-091-2/+3
* | tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
|/