aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktestresult.cpp
Commit message (Expand)AuthorAgeFilesLines
* TestCase: Fix colors comparison in fuzzyCompare()Alexander Akulich2021-05-141-1/+1
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-1/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-7/+7
|\
| * Fix printing of garbled UTF-8 characters from QML verify() statementsDimitrios Apostolou2020-01-201-7/+7
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-6/+6
|/
* Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-6/+5
* TestCase: add isPolishScheduled() and waitForItemPolished()Mitch Curtis2018-12-101-0/+11
* Compile-fix (g++ 8): move #include of mocs outside namespaceEdward Welbourne2018-11-291-2/+2
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-161-0/+10
|\
| * Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-151-0/+10
* | Remove GPU_BLACKLIST infrastructureEdward Welbourne2018-10-121-1/+0
|/
* testlib: Support regular expression ignores in ignoreMessageRobin Burchell2018-04-091-2/+12
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-12/+12
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
* Fix compilationLars Knoll2017-09-011-0/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+6
|\
| * testlib: print out milliseconds for datetimeLiang Qi2017-06-161-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-0/+6
|\|
| * qmltest: fix compare() for urlsLiang Qi2017-06-141-0/+6
* | TestCase: Grow some new functionality on grabImageRobin Burchell2017-05-111-1/+39
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-0/+5
|\
| * qmltest: Fix build on Windows 32bitFriedemann Kleint2016-10-131-0/+5
* | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-081-1/+1
|/
* Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-091-1/+1
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-3/+1
|\
| * Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QuickTest: Enable use of BLACKLIST fileCaroline Chao2015-06-151-0/+7
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+8
* Further cleanupsLars Knoll2015-04-161-2/+2
* QuickTestResult: Try a bit harder when stringifying a valueGabriel de Dietrich2015-02-121-1/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-1/+1
|\
| * Check for window != 0 in QuickTestResult::grabImage().Friedemann Kleint2014-07-211-1/+1
* | Add findChild to TestCase.Mitch Curtis2014-07-041-0/+6
|/
* Update after changes to QTestResult API in qtbaseTor Arne Vestbø2013-09-271-1/+1
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-8/+9
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Remove some more v8 usageLars Knoll2013-06-031-10/+7
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-4/+4