summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings about constructor initialization order in tst_QObject.Friedemann Kleint2016-02-261-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-184-1/+22
|\
| * Update testdataMaurice Kalinowski2016-02-171-1/+1
| * winrt: Fix usage of testdataMaurice Kalinowski2016-02-171-0/+9
| * winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-162-0/+12
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-0/+97
* | tst_qeventloop: replace select with pollLouai Al-Khanji2016-02-041-5/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-262-47/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-47/+48
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-47/+48
| | |\
| | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
| | | * Fix UB in tst_QMetaTypeMarc Mutz2016-01-061-43/+43
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | | | Updated license headersJani Heikkinen2016-01-2127-461/+326
|/ / /
* | | 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
|\|