summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable QPluginLoader test for static buildsSimon Hausmann2018-08-032-2/+32
* QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-0/+6
* Disable Docker-based test servers on QEMU devices temporarilyRyan Chu2018-08-031-1/+1
* Extend 'ignoreExpectedErrors' testTimur Pocheptsov2018-08-021-9/+28
* Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-3111-21/+261
|\
| * Merge branch '5.11' into devEdward Welbourne2018-07-3111-21/+261
| |\
| | * 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
| | * Reset geometry constraints when removing stylesheetSergio Martins2018-07-171-0/+12
* | | QDtls: respect pre-set verification errorsTimur Pocheptsov2018-07-311-0/+27
* | | 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
* | | Extend blacklisting of showMinimizedKeepFocus to 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
* | Rework QNetworkReply tests to use docker-based test serversRyan Chu2018-07-2712-209/+512
* | QDtls - use conventional namesTimur Pocheptsov2018-07-271-24/+24
* | Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-262-0/+9
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-262-6/+14
* | QDtls - refactorTimur Pocheptsov2018-07-262-31/+31
* | Fix compilation of tst_QGraphicsItem in Visual StudioOliver Wolff2018-07-261-1/+1
* | 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
* | Add API for reading and decoding graphical texture filesEirik Aavitsland2018-07-246-1/+109
* | Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-241-1/+1
* | Blacklist tst_Gestures::graphicsView on Ubuntu 18.04Joni Jantti2018-07-241-0/+2
* | Blacklist tst_QWidget_window::setWindowStateJoni Jantti2018-07-241-0/+2
* | Blacklist tst_QWidget_window::tst_resize_countJoni Jantti2018-07-241-0/+1
* | Revert "Blacklist tst_QWidget_window::setWindowState"Joni Jäntti2018-07-241-1/+0
* | Fix wrong relative path to qdbus_symbols.cppRichard Weickelt2018-07-241-1/+1
* | Introduce QScopeGuardSérgio Martins2018-07-212-0/+89
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-201-0/+12