summaryrefslogtreecommitdiffstats
path: root/tests/auto/lancelot
Commit message (Collapse)AuthorAgeFilesLines
* Make autotest more resilient against network timeoutaavit2011-05-031-1/+2
|
* Lancelot: bail out if rendering consistently failsaavit2011-04-071-1/+10
|
* Make it possible to test the new font hinting in lance[elot]aavit2011-04-071-0/+26
| | | | | A rudimentary test script is also included, showing the use of the new parameter to the qps setFont command.
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Build fix for shadow built Qtaavit2011-03-011-4/+4
|
* Use runtime path instead of compile time on MaemoJiang Jiang2011-01-122-2/+7
| | | | | | | Since maemo programs are cross-compiled, we need to use the runtime application path to locate script files here. Reviewed-by: aavit
* Make the lancelot/baseline test system generically usableaavit2010-12-142-5/+2
| | | | | | | | To facilitate usage outside of tst_lancelot: - Added new QBaseLineTest simple API - Added "tst_baselineexample" autotest to show usage - Improved reporting - Results from all testfunctions collected in same report
* Make protocol less lancelot-specific, prepare use in other testcasesaavit2010-12-081-33/+32
|
* Generate thumbnails for faster loading of the web reportsaavit2010-11-231-3/+5
|
* Add cmd to simulate testfail. Misc server improvements.aavit2010-11-221-0/+28
|
* Added clean abort, dryrun mode. And stop ignoring the unused byte in RGB32aavit2010-11-191-8/+7
|
* Really fix getting qmakespec on windowsaavit2010-11-091-1/+3
|
* Add even more platform info, and make it expandable.aavit2010-11-051-0/+1
|
* Fix compilation for when there is no OpenGL moduleaavit2010-11-031-0/+8
|
* Clean up some commentsaavit2010-10-281-5/+0
|
* Remove historic remains of qt3 testingaavit2010-10-262-68/+65
|
* Don't include the arthur/common.pri file.Trond Kjernåsen2010-10-081-2/+4
| | | | | Including the arthur/common.pri file pulls in many files we don't actually need.
* Add support for blacklisting/whitelisting tests on the report page.Trond Kjernåsen2010-10-061-9/+11
| | | | | | Also changed how the GL tests are run: they now render into a multisampled FBO, which seems to be more stable than to a plain GL widget.
* This should run on GL ES 2.0 as well.Trond Kjernåsen2010-09-201-1/+3
|
* Checksumming of the script files added.aavit2010-09-131-18/+10
| | | | If the scripts themselves are modfied, it will not cause mismatch.
* Improved path mapping, added test mode for it. Misc improvements.aavit2010-09-101-2/+5
|
* Open up for all platformsaavit2010-09-091-2/+2
|
* Improved server logging and more robust client connection attemptaavit2010-09-091-14/+13
| | | | Also misc minor improvements all around
* Opened for running on Mac tooaavit2010-09-081-2/+5
|
* Fix: remove baseline checksums before adding renderedaavit2010-09-081-1/+1
| | | | | | .. otherwise, the comparison will always yield true... Also a simplification: QList provides default datastreaming ops
* It's the GL_VERSION string that usually contains the Mesa substring.Trond Kjernåsen2010-09-071-1/+1
| | | | | | This of course differs, depending on the different backends used, but so far it seems most of the Mesa implementations have Mesa mentioned in the version string.
* Make it possible to have several checksums associated with one ImageItem.Trond Kjernåsen2010-09-071-9/+9
| | | | | Also changed the meta file from being a text file to a binary file. Nothing uses the extra checksums yet, but that should be added soon.
* Add another format, and blacklist some moreaavit2010-09-071-1/+17
|
* Avoid testing on Mesaaavit2010-09-071-34/+48
|
* We only want to test hw accelerated GL 2.0 implementations.Trond Kjernåsen2010-09-061-1/+8
|
* Data column names have apparently changed :)Trond Kjernåsen2010-09-031-1/+1
|
* Add basic OpenGL testing support.Trond Kjernåsen2010-09-031-7/+63
|
* Protocol rewrite done; design cleaned up.aavit2010-09-031-153/+37
| | | | | | Client no longer fetches baseline images, not even on mismatch. Bitwise comparison, mismatch score etc. will be done on server, if wanted.
* Rewrite protocol (ImageItem/ImageItemList)aavit2010-09-021-50/+81
| | | | Not finished, but core functionality is in working state.
* try a different image formataavit2010-08-311-3/+3
|
* Add reporting of difference score on mismatchesaavit2010-08-301-15/+57
|
* Experiment with generating and storing the diff image also on failureaavit2010-08-301-0/+13
|
* Use a remote test server during dev, plus some housekeepingaavit2010-08-251-0/+1
|
* First shot at a new client-server based autotest of the Arthuraavit2010-08-2561-0/+7127
2D rendering system, based on the lance test tool. Hence dubbed lancelot.