summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-0122-97/+674
|\ \
| * | New qfloat16 classGlen Mabey2017-01-313-0/+271
| * | tst_qvariant: fix comparison ambiguity for QMetaEnum valueGlen Mabey2017-01-311-3/+4
| * | Fix 2 clang warningsErik Verbruggen2017-01-311-1/+2
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-303-5/+14
| |\|
| | * 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
| * | tests/auto/corelib/animation: clean upMarc Mutz2017-01-263-9/+8
| * | Fix QString comparison on Aarch64Erik Verbruggen2017-01-261-0/+8
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2513-79/+367
| |\|
| | * 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
* | | Use qtConfig where appropriateJake Petroules2017-01-271-2/+4
|/ /
* | Add conversion functions for QTimeZone and CFTimeZone/NSTimeZoneJake Petroules2017-01-233-0/+84
* | Make variant selection possible if base is missingSebastian Lösch2017-01-201-1/+1
* | Long live QStaticByteArrayMatcher!Marc Mutz2017-01-192-4/+106
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-2/+0
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-4/+4
* | Remove two unused static methods of QDateTimePrivateEdward Welbourne2017-01-121-2/+0
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-124-0/+47
* | Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-113-0/+98
* | Long live QTest::addRow()!Marc Mutz2017-01-105-13/+13
* | Introduce QDir::isEmpty()Elvis Angelaccio2017-01-081-0/+23
* | QDateTime test: clarify overflow-checkEdward Welbourne2017-01-021-6/+4
* | Extend qChecksum calculationLars Schmertmann2016-12-251-0/+30