summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1329-234/+286
|\
| * Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
| * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-062-80/+89
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-065-6/+8
| * tst_QVersionNumber: fix Clang warning about superfluous moveMarc Mutz2017-03-061-1/+1
| * Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-0/+10
| * tst_utf8: Fix one of the overlong sequences to be what we meantThiago Macieira2017-03-011-2/+2
| * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-0/+50
| * Properly use the "process" featureUlf Hermann2017-02-2719-97/+98
| * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-0/+23
* | Deprecate QString::nullMarc Mutz2017-03-122-3/+3
* | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-1/+5
* | Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-249-45/+100
|\|
| * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-1/+1
| * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
| * tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
| * Make the factoryloader test compile without library supportUlf Hermann2017-02-222-0/+4
| * Make sure to use C locale during time tests that assume itEdward Welbourne2017-02-203-14/+33
| * QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-0/+1
| * QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-2/+15
| * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-1/+1
* | Unexport QTimeZonePrivateMarc Mutz2017-02-231-0/+2
* | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+92
* | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-166-36/+95
|\|
| * Package transient zone setting in test to ensure restore on failEdward Welbourne2017-02-151-13/+25
| * tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
| * Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
| * tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
| * Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
| * 50 ms isn't enough for the CI, so increase to 100 msThiago Macieira2017-02-151-4/+4
| * tst_QMimeDatabase: increase timeoutMarc Mutz2017-02-141-1/+6
| * tst_QSemaphore: avoid deadlock on test failuresMarc Mutz2017-02-141-2/+4
| * Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-02-141-0/+3
* | QString(Ref): make toLatin1()/toLocal8Bit() null handling consistentMarc Mutz2017-02-152-5/+197
* | tst_qlocale::macDefaultLocale - remove flaky/incorrect testTimur Pocheptsov2017-02-151-2/+0
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-143-7/+6
|\|
| * Blacklist tst_QWaitCondition::wakeOne() on WindowsMarc Mutz2017-02-141-0/+2
| * Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-121-7/+2
| * Revert "Add tests for QCollatorSortKey"Thiago Macieira2017-02-122-44/+2
| * Add tests for QCollatorSortKeyMarc Mutz2017-02-112-2/+44
| * Blacklist tst_QElapsedTimer::elapsed() on WindowsMarc Mutz2017-02-091-0/+2
* | Blacklist tst_QSemaphore::tryAcquireWithTimeout(0.2s) on WindowsMarc Mutz2017-02-101-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-088-10/+115
|\|
| * QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-071-2/+11
| * Reset QFileDevicePrivate::cachedSize on file closeAleksey Lysenko2017-02-061-0/+62
| * Use a precise timer in tst_QTimer::remainingTimeThiago Macieira2017-02-051-0/+1
| * Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-033-0/+22
| * tst_qurl: add test for fromUserInput(3 args) using "." as working dirDavid Faure2017-02-021-1/+4