summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_QSharedPointer: raise the timeout for running qmake and makespecThiago Macieira2018-08-041-7/+13
* Enable QPluginLoader test for static buildsSimon Hausmann2018-08-032-2/+32
* QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-0/+6
* Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-3110-21/+249
|\
| * Merge branch '5.11' into devEdward Welbourne2018-07-3110-21/+249
| |\
| | * QSFPM unittest: check dataChanged and layoutChanged signalsDavid Faure2018-07-281-0/+48
| | * tst_qpluginloader: Fix preprocessor conditionOliver Wolff2018-07-271-1/+1
| | * Check against copying the husk left by a moveEdward Welbourne2018-07-261-0/+3
| | * tst_qplugin: Re-enable loadReleasePlugin test caseOliver Wolff2018-07-261-0/+1
| | * Skip qplugin auto test for static configurationsOliver Wolff2018-07-261-0/+1
| | * Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-3/+3
| | * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-15/+29
| | * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-2/+163
* | | tst_qsystemsemaphore: Use qt_test_helper functionalityOliver Wolff2018-07-317-51/+14
* | | tst_qobject: Use qt_test_helper functionalityOliver Wolff2018-07-314-50/+13
* | | tst_qsharedmemory: Use qt_test_helper functionalityOliver Wolff2018-07-317-56/+16
* | | Extend blacklistin of tst_QTimeLine tests to macOS 10.13Tony Sarajärvi2018-07-311-0/+1
* | | Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.13Tony Sarajärvi2018-07-311-0/+1
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-302-4/+169
|/ /
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-0/+10
* | Reduce redundancy and duplication in tst_QFile::appendAndReadEdward Welbourne2018-07-301-6/+5
* | Actually truncate when asked toEdward Welbourne2018-07-301-3/+10
* | QRandomGenerator: remove unnecessary cast to float in RandomValueFPThiago Macieira2018-07-291-1/+1
* | Logging: Accept .ini files written by QSettingsKai Koehne2018-07-281-0/+7
* | QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-0/+52
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-262-6/+14
* | tst_qtextcodec: Use qt_test_helper functionalityOliver Wolff2018-07-255-18/+10
* | Rework the start-of-time fileTimes() test to add another test-caseEdward Welbourne2018-07-251-11/+21
* | Fix two "unused variable" warningsEdward Welbourne2018-07-251-1/+2
* | tst_QCommandLineParser: Add missing QVERIFYJędrzej Nowacki2018-07-251-12/+12
* | corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-253-0/+108
* | Add qt_test_helper featureOliver Wolff2018-07-254-48/+28
* | Introduce QScopeGuardSérgio Martins2018-07-212-0/+89
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-201-0/+12
* | Revert "Blacklist tst_QThread::create"Joni Jäntti2018-07-201-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-176-4/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-176-4/+32
| |\|
| | * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-141-2/+2
| | * Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-0/+3
| | * Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
| | * Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
| | * Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* | | Fix typo: s/Numering/Numbering/Edward Welbourne2018-07-171-4/+4
* | | Made more tst_QLocale tests data-drivenEdward Welbourne2018-07-171-98/+104
* | | Assume Win >= Win7 in code that used to test itEdward Welbourne2018-07-171-21/+8
|/ /
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-161-2/+2
* | Split up many long lines in tst_QLocaleEdward Welbourne2018-07-161-69/+138
* | Adjust some indentation and spacing in tst_QLocaleEdward Welbourne2018-07-161-23/+22
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-131-0/+20
* | Allow loading of empty translation filesKai Koehne2018-07-126-24/+42