summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove use of QRegExp from QSharedMemorySamuel Gaist2017-12-301-0/+1
* QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-301-0/+16
* Remove testQuitLock from BLACKLISTMorten Johan Sørvig2017-12-141-1/+0
* Kludge round MS TZ APIs' lies breaking a testEdward Welbourne2017-12-131-0/+8
* Remove spurious execute permissionsEdward Welbourne2017-12-083-0/+0
* Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-026-18/+31
* Add a check of selected time-zone offset dataEdward Welbourne2017-11-301-0/+47
* QDateTimeParser: reject all short values in fixed-width fieldsEdward Welbourne2017-11-301-0/+10
* Raise the upper bound on years to 9999Edward Welbourne2017-11-303-0/+9
* QSortFilterProxyModel: Clear persistent indexes on source model changeChristian Ehrlicher2017-11-301-0/+21
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-304-6/+161
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-304-6/+161
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-283-6/+93
| | |\
| | | * Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-6/+18
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-251-0/+63
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+63
| | | | |\
| | | | | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
| | | * | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-0/+12
| | | |/ /
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+68
| | |\| |
| | | * | Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
* | | | | QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-301-7/+11
* | | | | QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-301-1/+1
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-3021-152/+469
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2321-152/+469
| |\| | |
| | * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-126-30/+30
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-096-30/+30
| | | |\| |
| | | | * | Fix tst_QFile::openDirectory for systems using builtin test dataOliver Wolff2017-11-091-2/+3
| | | | * | Fix tst_QFile::handle for systems using builtin test dataOliver Wolff2017-11-091-2/+3
| | | | * | Fix tst_QFile::useQFileInAFileHandler for systems using resources for test dataOliver Wolff2017-11-091-1/+12
| | | | * | qfile tests: Make sure files are writable before deleting themOliver Wolff2017-11-091-0/+2
| | | | |/
| | | | * testlib: start sharing common helper functionsGatis Paeglis2017-11-044-25/+8
| | | | * macOS: Blacklist tst_QSequentialAnimationGroup::groupWithZeroDurationAnimatio...Friedemann Kleint2017-11-031-0/+2
| | * | | Blacklist tst_qstandardpaths::testFindExecutable for b2qt/arm64Sami Nurmenniemi2017-11-121-0/+3
| | * | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-111-0/+41
| | * | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-111-0/+19
| | * | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-111-81/+253
| | * | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-111-1/+0
| | |/ /
| | * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-087-17/+14
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-307-23/+109
| | |\|
| | | * tst_QFile::largeUncFileSupport(): Use QTRY_VERIFY() to open the fileFriedemann Kleint2017-10-271-5/+31
| | | * tst_QFile: Introduce StdioFileGuardFriedemann Kleint2017-10-271-21/+43
| | | * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-0/+35
| | | * Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-245-1/+4
* | | | tst_qstringlistmodel: remove an invalid testGiuseppe D'Angelo2017-11-241-6/+0
* | | | tst_qitemmodel: do not pass illegal indices to QAbstractItemModel APIsGiuseppe D'Angelo2017-11-241-4/+0
* | | | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-212-0/+44
* | | | Add support for C11 static_assert and thread_localThiago Macieira2017-11-213-1/+129
|/ / /
* | | QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-142-8/+101
* | | Fix typo in tst_QTimeZone::testEpochTranPrivate()Edward Welbourne2017-11-061-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-052-35/+4
|\| |