aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktestresult.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
* Get rid of v8::LocalLars Knoll2013-05-061-2/+2
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-1/+1
* Get rid of QV8Engine::toString()Lars Knoll2013-04-291-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Remove interim compatibility measuresAlan Alpert2012-10-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add waitForRendering() function for qmltestCharles Yin2012-07-251-0/+9
* Add fuzzyCompare() to qmltestCharles Yin2012-07-181-3/+91
* QQuickCanvas renamesAlan Alpert2012-07-171-3/+3
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-131-1/+0
* Add pixel comparation support to qmltestCharles Yin2012-06-121-0/+66
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-131-12/+6
* CodeCoverage: Fixes regression.Caroline Chao2012-02-221-0/+5
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-131-18/+10
* Remove code related to test location.Jason McDonald2012-02-091-11/+0
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-091-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Add dummy test column for data driven test in qmltestCharles Yin2012-01-251-0/+3
* Call new pass/fail/skip count function in QTestLog.Jason McDonald2012-01-241-4/+4
* Avoid using QTestResult::ignoreMessage().Jason McDonald2012-01-241-1/+1