summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for numbered territories in CLDREdward Welbourne2018-08-131-4/+6
* | Fix time-zone tests on macOS >= 10.13, which now knows what CET isEdward Welbourne2018-08-132-16/+16
* | Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+5
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-114-2/+48
* | Extend blacklisting of tst_QSequentialAnimationGroup to macOS 10.13Tony Sarajärvi2018-08-081-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-077-26/+141
|\|
| * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+13
| * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
| * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* | 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