summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-241-2/+45
* | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-161-1/+3
* | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-0/+44
* | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-141-0/+23
* | Lower timeout on tst_QSemaphore::tryAcquireWithTimeoutAllan Sandfeld Jensen2016-12-142-6/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1313-48/+336
|\|
| * 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