Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Build fix for shadow built Qt | aavit | 2011-03-01 | 1 | -4/+4 |
| | |||||
* | Use runtime path instead of compile time on Maemo | Jiang Jiang | 2011-01-12 | 2 | -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 usable | aavit | 2010-12-14 | 2 | -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 testcases | aavit | 2010-12-08 | 1 | -33/+32 |
| | |||||
* | Generate thumbnails for faster loading of the web reports | aavit | 2010-11-23 | 1 | -3/+5 |
| | |||||
* | Add cmd to simulate testfail. Misc server improvements. | aavit | 2010-11-22 | 1 | -0/+28 |
| | |||||
* | Added clean abort, dryrun mode. And stop ignoring the unused byte in RGB32 | aavit | 2010-11-19 | 1 | -8/+7 |
| | |||||
* | Really fix getting qmakespec on windows | aavit | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | Add even more platform info, and make it expandable. | aavit | 2010-11-05 | 1 | -0/+1 |
| | |||||
* | Fix compilation for when there is no OpenGL module | aavit | 2010-11-03 | 1 | -0/+8 |
| | |||||
* | Clean up some comments | aavit | 2010-10-28 | 1 | -5/+0 |
| | |||||
* | Remove historic remains of qt3 testing | aavit | 2010-10-26 | 2 | -68/+65 |
| | |||||
* | Don't include the arthur/common.pri file. | Trond Kjernåsen | 2010-10-08 | 1 | -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åsen | 2010-10-06 | 1 | -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åsen | 2010-09-20 | 1 | -1/+3 |
| | |||||
* | Checksumming of the script files added. | aavit | 2010-09-13 | 1 | -18/+10 |
| | | | | If the scripts themselves are modfied, it will not cause mismatch. | ||||
* | Improved path mapping, added test mode for it. Misc improvements. | aavit | 2010-09-10 | 1 | -2/+5 |
| | |||||
* | Open up for all platforms | aavit | 2010-09-09 | 1 | -2/+2 |
| | |||||
* | Improved server logging and more robust client connection attempt | aavit | 2010-09-09 | 1 | -14/+13 |
| | | | | Also misc minor improvements all around | ||||
* | Opened for running on Mac too | aavit | 2010-09-08 | 1 | -2/+5 |
| | |||||
* | Fix: remove baseline checksums before adding rendered | aavit | 2010-09-08 | 1 | -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åsen | 2010-09-07 | 1 | -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åsen | 2010-09-07 | 1 | -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 more | aavit | 2010-09-07 | 1 | -1/+17 |
| | |||||
* | Avoid testing on Mesa | aavit | 2010-09-07 | 1 | -34/+48 |
| | |||||
* | We only want to test hw accelerated GL 2.0 implementations. | Trond Kjernåsen | 2010-09-06 | 1 | -1/+8 |
| | |||||
* | Data column names have apparently changed :) | Trond Kjernåsen | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | Add basic OpenGL testing support. | Trond Kjernåsen | 2010-09-03 | 1 | -7/+63 |
| | |||||
* | Protocol rewrite done; design cleaned up. | aavit | 2010-09-03 | 1 | -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) | aavit | 2010-09-02 | 1 | -50/+81 |
| | | | | Not finished, but core functionality is in working state. | ||||
* | try a different image format | aavit | 2010-08-31 | 1 | -3/+3 |
| | |||||
* | Add reporting of difference score on mismatches | aavit | 2010-08-30 | 1 | -15/+57 |
| | |||||
* | Experiment with generating and storing the diff image also on failure | aavit | 2010-08-30 | 1 | -0/+13 |
| | |||||
* | Use a remote test server during dev, plus some housekeeping | aavit | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | First shot at a new client-server based autotest of the Arthur | aavit | 2010-08-25 | 61 | -0/+7127 |
2D rendering system, based on the lance test tool. Hence dubbed lancelot. |