summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | tst_QTimeZone::printTimeZone: pass zone by referenceEdward Welbourne2016-12-121-2/+2
* | | | tst_QTimeZone: tidy up handling of debug memberEdward Welbourne2016-12-121-8/+4
* | | | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-122-2/+54
* | | | foreach: do not use operators that trigger non-evaluated contextsGiuseppe D'Angelo2016-12-101-0/+7
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-1733-106/+59
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-1629-0/+16
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-1529-0/+16
| | |\|
| | | * Improve the validation algorithm for binary JSONLars Knoll2016-11-1129-0/+16
| * | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-0/+33
| * | | Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-091-4/+4
| * | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-092-96/+1
| * | | Replace custom type traits with std one'sKai Koehne2016-11-082-5/+3
| * | | QVariant to QJsonValue::Null conversionAllan Sandfeld Jensen2016-11-081-3/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-028-13/+71
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-1/+35
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-272-1/+22
| | |\|
| | | * Autotest: fix silly mistake in assigning where a comparison was intendedThiago Macieira2016-10-251-1/+1
| | | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-0/+21
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-1/+62
| | |\|
| | | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-0/+13
| | | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-181-1/+49
| * | | Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
| * | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-203-8/+22
| * | | QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-181-3/+13
* | | | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-2316-17/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-135-265/+467
|\| | |