summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-2/+66
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-2/+66
| |\
| | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
| | * tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
| | * Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2
* | | AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* | | QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-0/+114
* | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-221-0/+15
* | | tst_qhooks: test that it's possible to chain multiple hooks togetherMitch Curtis2016-11-181-0/+70