summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-0/+12
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-282-0/+2
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-6/+3
* Blacklist two tests on macOS that a planned CI change shall breakEdward Welbourne2018-08-242-0/+4
* Test for fractional part of Costa Rican currencyEdward Welbourne2018-08-231-0/+4
* _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-0/+25
* QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-0/+237
* QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+18
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+13
* QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* QSFPM unittest: check dataChanged and layoutChanged signalsDavid Faure2018-07-281-0/+48
* tst_qpluginloader: Fix preprocessor conditionOliver Wolff2018-07-271-1/+1
* Check against copying the husk left by a moveEdward Welbourne2018-07-261-0/+3
* tst_qplugin: Re-enable loadReleasePlugin test caseOliver Wolff2018-07-261-0/+1
* Skip qplugin auto test for static configurationsOliver Wolff2018-07-261-0/+1
* Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-3/+3
* Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-15/+29
* Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-2/+163
* QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-141-2/+2
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-0/+3
* Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-0/+11
* Android: Pass tst_qlibraryMårten Nordheim2018-06-292-15/+57
* Android: Make tst_qfile passMårten Nordheim2018-06-281-3/+22
* Android: fix tst_qloggingMårten Nordheim2018-06-282-1/+19
* Android: Pass tst_qlocaleMårten Nordheim2018-06-281-4/+19
* Android: Pass tst_QUuidMårten Nordheim2018-06-281-0/+11
* QSortFilterProxyModel unittest: add test for filtered-out-after-setDataDavid Faure2018-06-281-6/+33
* tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
* QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-3/+9
* Android: tst_qtimezone: Blacklist a bunchMårten Nordheim2018-06-271-0/+171
* Android: tst_QTimeZone::transitionEachZone: skip 2 zonesMårten Nordheim2018-06-271-0/+4
* Kludge round Android's ignorance of some esoteric time-zone transitionsEdward Welbourne2018-06-261-3/+9
* tst_QTimer: Replace unconditional qWait()s with QSignalSpyKari Oikarinen2018-06-261-152/+111
* Make tests compile for AndroidLiang Qi2018-06-259-7/+18
* Android: fix qdiriterator testMårten Nordheim2018-06-212-10/+10
* Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* Cope if mktime() deems times in a spring forward gap to be invalidEdward Welbourne2018-06-211-27/+35
* Add Android to exceptions in tst_QDateTime::toString_textDate_extra()Edward Welbourne2018-06-211-4/+8
* Cope with Android's lack of time-zone abbreviationsEdward Welbourne2018-06-211-4/+12
* Make some QEXPECT_FAIL()s consistent in form and contentEdward Welbourne2018-06-211-6/+6
* Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-0/+23
* Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-0/+39
* macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-28/+60
* QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-4/+14
* Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-0/+8