summaryrefslogtreecommitdiffstats
path: root/tests/arthur
Commit message (Collapse)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-0136-72/+72
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-1136-36/+36
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add option to compare to different platform in lancelot autotestaavit2011-08-057-71/+122
|
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-0636-615/+615
|\ | | | | | | | | | | | | | | Conflicts: src/plugins/platforms/wayland/qwaylandclipboard.cpp src/plugins/platforms/wayland/qwaylandclipboard.h src/plugins/platforms/wayland/qwaylanddisplay.cpp src/s60installs/eabi/QtOpenGLu.def
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1336-615/+615
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Add basic static text drawing capability to lanceJiang Jiang2011-06-032-0/+21
|/ | | | | | | | | Task-number: QTBUG-17514 Change-Id: Ife7cd8f940424d805f634ca190bcbf6fd83d8682 Reviewed-on: http://codereview.qt.nokia.com/321 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: aavit (cherry picked from commit ce041a6516bfb0d9bd9ee1707605b478e1c9171a)
* Make autotest more resilient against network timeoutaavit2011-05-032-5/+7
|
* Do not filter adhoc clientsaavit2011-05-031-2/+2
|
* Lancelot: Add configurable client filtering to baseline serveraavit2011-05-032-10/+32
|
* Improve error reporting on failure to connect to baseline serveraavit2011-05-032-1/+2
|
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-134-2/+128
| | | | | | | | The extended radial gradients conform to the radial gradient specification in HTML 5 canvas. Task-number: QTBUG-14075 Reviewed-by: Andreas Kling
* Lancelot: support for custom keys added to protocol. API cleanup.aavit2011-04-112-53/+144
|
* Minor optimization to lance/elotaavit2011-04-071-1/+2
|
* Make it possible to test the new font hinting in lance[elot]aavit2011-04-072-6/+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-1010-10/+10
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Improved error msgaavit2011-03-041-1/+1
|
* Make updating single baseline work againaavit2011-03-014-13/+11
|
* Updated for new git repo structureaavit2011-03-011-1/+1
|
* Re-added the update-all-baselines commandaavit2011-03-014-26/+38
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2aavit2011-01-1826-26/+26
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1726-26/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| | * Update copyright year to 2011.Jason McDonald2011-01-1026-26/+26
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Avoid runId clashesaavit2011-01-143-20/+32
| | |
* | | Small improvements to host mapping and mismatch reportaavit2011-01-132-8/+10
| | |
* | | Implemented storing the full set of metadata (platform info) for baselinesaavit2011-01-124-22/+67
|/ /
* | Added api for efficient data driven baseline testingaavit2011-01-072-32/+114
| |
* | Need not keep client waiting until server has savedaavit2010-12-161-8/+7
| |
* | Make the lancelot/baseline test system generically usableaavit2010-12-1411-155/+438
| | | | | | | | | | | | | | | | 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-084-55/+49
| |
* | Added new View command on reportsaavit2010-12-026-6/+108
| |
* | Avoid race condition: don't quit until new executable is readyaavit2010-11-252-0/+3
| |
* | Stream raw image data instead of PNG: more info, and faster.aavit2010-11-242-4/+50
| |
* | Generate thumbnails for faster loading of the web reportsaavit2010-11-232-2/+19
| |
* | Separate reports from adhoc and pulse runsaavit2010-11-222-2/+4
| |
* | Add cmd to simulate testfail. Misc server improvements.aavit2010-11-221-10/+17
| |
* | Added command to clear all baselinesaavit2010-11-193-53/+18
| |
* | Added clean abort, dryrun mode. And stop ignoring the unused byte in RGB32aavit2010-11-193-16/+46
| |
* | Fix black- and whitelisting of individual itemsaavit2010-11-184-85/+41
| |
* | Filter runs on git branch and repoaavit2010-11-121-1/+14
| |
* | New and much improved mapping of items to fs storageaavit2010-11-103-39/+68
| |
* | Really fix getting qmakespec on windowsaavit2010-11-091-2/+1
| |
* | Get the qmakespec correctly on all platformsaavit2010-11-081-1/+3
| |
* | Add even more platform info, and make it expandable.aavit2010-11-056-69/+88
| |
* | Hide nonfunctional links, and improve htmlaavit2010-11-031-3/+8
| |
* | Fix license headersaavit2010-11-038-2/+323
| | | | | | | | Reviewed-by: trustme
* | Put more platform info in the report headersaavit2010-11-023-8/+8
| |
* | Fix getting git info on Winaavit2010-10-261-1/+10
| |
* | Testing auto-rebuild on serveraavit2010-10-251-1/+1
| |
* | Another change for running on actual serveraavit2010-10-251-6/+3
| |
* | Preparations for running on actual serveraavit2010-10-252-5/+9
| |