summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Properly use the "process" featureUlf Hermann2017-02-2719-97/+98
* QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-0/+23
* 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
* 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
* 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
* 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
* QVariant: don't do fuzzy comparisons with NaN and infinitiesThiago Macieira2017-01-311-2/+13
* Read the .ini file back in text modeThiago Macieira2017-01-311-5/+2
* QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-0/+11
* Improve QTest::qWait() precision and switch to QDeadlineTimerAllan Sandfeld Jensen2017-01-251-1/+1
* Stabilize tst_QPropertyAnimation::noStartValue()Friedemann Kleint2017-01-251-4/+2
* tst_QPauseAnimation: Use QTRY_COMPARE for checking the stopped stateFriedemann Kleint2017-01-201-39/+25
* Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-144-0/+49
* tst_utf8: remove duplicate nonCharacters() dataMarc Mutz2017-01-101-33/+0
* Fixed Chinese language selection on iOSJason Erb2017-01-101-1/+38
* Drop unnecessary dependencies from some testsUlf Hermann2017-01-103-3/+3
* Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
* QIPM: Persist model indexes after emitting layoutChange, not beforeStephen Kelly2016-12-211-0/+76
* QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-211-0/+46
* QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-211-0/+126
* QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-121-1/+6
* QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-4/+12
* tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
* Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-292-4/+5
* tst_qchar: Silence deprecation warningFriedemann Kleint2016-11-291-0/+5
* Fix tst_QString::sprintf()Friedemann Kleint2016-11-291-6/+11
* Fix some warnings in testsFriedemann Kleint2016-11-281-1/+2