summaryrefslogtreecommitdiffstats
path: root/tests/arthur
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add OS and git data to PlatformInfoaavit2010-10-184-25/+58
|
* Merge branch 'master' of ../qt-stg2-master into lancelotTrond Kjernåsen2010-10-122-2/+2
|\
| * Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
| * Always call QPainter::end() before using the object drawn to.Trond Kjernåsen2010-09-071-1/+1
| | | | | | | | | | | | | | This caused the background pixmap not to draw correctly on some systems. Reviewed-by: Samuel
* | Add support for blacklisting/whitelisting tests on the report page.Trond Kjernåsen2010-10-064-27/+145
| | | | | | | | | | | | 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.
* | Added support for updating the baselines via the generated HTML reports.Trond Kjernåsen2010-09-305-5/+117
| | | | | | | | | | | | | | | | | | | | | | The baselineserver can now run as a CGI binary if it detects that the QUERY_STRING variable is set. Currently it only handles commands for updating the baselines for failed tests. For this to work properly the baselineserver binary needs to have the setuid bit set, so that when it's run as a CGI binary, it will have the proper rights to move files around. The server currently assumes the CGI binary is a link to the baselineserver executable named 'server.cgi' in the configured 'cgi-bin' directory.
* | Added support for turning off text drawing.Trond Kjernåsen2010-09-162-0/+5
| | | | | | | | | | | | Text drawing is the one thing that will always differ between different platforms. If we're going to do any x-platform testing of the raster engine we'll have to turn text drawing off..
* | Server generation of HTML mismatch reports addedaavit2010-09-166-15/+178
| |
* | Checksumming of the script files added.aavit2010-09-131-1/+3
| | | | | | | | If the scripts themselves are modfied, it will not cause mismatch.
* | Improved path mapping, added test mode for it. Misc improvements.aavit2010-09-104-34/+77
| |
* | Improved server logging and more robust client connection attemptaavit2010-09-094-13/+25
| | | | | | | | Also misc minor improvements all around
* | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-081-1/+3
|\ \ | | | | | | | | | into lancelot
| * | Check the QT_LANCELOT_SERVER env var for the servername.Trond Kjernåsen2010-09-081-1/+3
| | |
* | | Shave 25% off test time by smarter qps script parsingaavit2010-09-082-3/+26
|/ /
* | Fix: remove baseline checksums before adding renderedaavit2010-09-082-25/+0
| | | | | | | | | | | | .. otherwise, the comparison will always yield true... Also a simplification: QList provides default datastreaming ops
* | Make it possible to have several checksums associated with one ImageItem.Trond Kjernåsen2010-09-073-11/+35
| | | | | | | | | | 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-0/+5
| |
* | More server storage path fixingaavit2010-09-072-7/+16
| |
* | Improve servers storage directory structureaavit2010-09-073-10/+38
| | | | | | | | | | - support different pixel formats for same engine - separate baselines per hostname
* | Minor style improvementsaavit2010-09-071-8/+6
| |
* | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-033-16/+17
|\ \ | | | | | | | | | into lancelot
| * | engineAsString() should've been const.Trond Kjernåsen2010-09-032-2/+2
| | |
| * | Move the engine->string function into ImageItem.Trond Kjernåsen2010-09-033-16/+17
| | |
* | | Proper checksum function implementedaavit2010-09-033-3/+777
|/ /
* | Add basic OpenGL testing support.Trond Kjernåsen2010-09-032-3/+20
| |
* | Protocol rewrite done; design cleaned up.aavit2010-09-034-89/+58
| | | | | | | | | | | | 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-024-40/+184
| | | | | | | | Not finished, but core functionality is in working state.
* | minor message fixaavit2010-08-271-1/+1
| |
* | Use a remote test server during dev, plus some housekeepingaavit2010-08-255-12/+21
| |
* | First shot at a new client-server based autotest of the Arthuraavit2010-08-258-0/+613
|/ | | | | 2D rendering system, based on the lance test tool. Hence dubbed lancelot.
* Merge branch '4.6'Thiago Macieira2010-01-1326-26/+26
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt doc/src/deployment/deployment.qdoc src/corelib/io/qfsfileengine_win.cpp src/corelib/xml/qxmlstream.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h tools/assistant/tools/assistant/centralwidget.cpp tools/linguist/lupdate/main.cpp
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-01-0726-26/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QIODevice: Fix readAll() Temporary hackiesh solution to prevent BOM in the xml data. Fixed qxmlstream autotest when using shadow builds. Attempt at readding the capital P headers for Phonon Remove special Phonon processing from syncqt. Use the lowercase/shortname.h headers for Phonon includes Fixes a crash when setting focus on a widget with a focus proxy. Update copyright year to 2010 doc: Clarified activeSubControls and subControls. Remove warning "statement with no effect" doc: Clarified that .lnk files are System files on Windows.
| | * Update copyright year to 2010Jason McDonald2010-01-0626-26/+26
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Merge branch '4.6'Thiago Macieira2010-01-082-0/+156
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: src/corelib/io/qfsfileengine.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp src/opengl/opengl.pro
| * | New lance test for checking aliased vs antialiased renderingTom Cooksey2010-01-042-0/+156
| |/ | | | | | | | | | | | | | | | | | | | | This test renders various primitives with anti-aliasing both on and off. It then repeats the render at several non-integer offsets. Note: The reference image was generated with the raster engine, which seems to have off-by-one errors on fills when rendering aliased (It seems to ceil the coords rather than round them). Reviewed-By: Trustme
* | Merge branch '4.6'Thiago Macieira2009-11-102-11/+11
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: src/gui/styles/qcommonstyle.cpp tools/assistant/lib/lib.pro tools/assistant/lib/qhelp_global.cpp tools/assistant/tools/assistant/assistant.qch tools/assistant/tools/assistant/mainwindow.cpp
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-062-9/+9
| | | | | | | | | | | | | | | | | | | | QPaintDevice and QImage used the functions numColors(), setNumColors(), and numBytes(). However, this is not consistent with the rest of the Qt API which uses *Count() and set*Count(). Removed all usage of these functions inside Qt and test-cases. Reviewed-by: Andreas Aardal Hanssen
| * Fixed warning in lance on printf with wrong typesgunnar2009-11-051-2/+2
| | | | | | | | Reviewed-by: TrustMe
* | Fixed crash in Lance under Mac OS X without graphics systemGunnar Sletta2009-10-201-1/+6
|/
* Fixed a leak in lance that could cause crashes on exit.Trond Kjernåsen2009-09-101-0/+1
| | | | Reviewed-by: Kim
* Update license headers again.Jason McDonald2009-09-0926-104/+104
| | | | Reviewed-by: Trust Me
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3126-338/+338
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/boxes/glshaders.cpp demos/boxes/vector.h demos/embedded/fluidlauncher/pictureflow.cpp demos/embedded/fluidlauncher/pictureflow.h doc/src/desktop-integration.qdoc doc/src/distributingqt.qdoc doc/src/examples-overview.qdoc doc/src/examples.qdoc doc/src/frameworks-technologies/dbus-adaptors.qdoc doc/src/geometry.qdoc doc/src/groups.qdoc doc/src/objecttrees.qdoc doc/src/platform-notes.qdoc doc/src/plugins-howto.qdoc doc/src/qt3support.qdoc doc/src/qtdbus.qdoc doc/src/qtdesigner.qdoc doc/src/qtgui.qdoc doc/src/qtmain.qdoc doc/src/qtopengl.qdoc doc/src/qtsvg.qdoc doc/src/qtuiloader.qdoc doc/src/qundo.qdoc doc/src/richtext.qdoc doc/src/topics.qdoc src/corelib/tools/qdumper.cpp src/gui/embedded/qkbdpc101_qws.cpp src/gui/embedded/qkbdsl5000_qws.cpp src/gui/embedded/qkbdusb_qws.cpp src/gui/embedded/qkbdvr41xx_qws.cpp src/gui/embedded/qkbdyopy_qws.cpp src/gui/embedded/qmousebus_qws.cpp src/gui/embedded/qmousevr41xx_qws.cpp src/gui/embedded/qmouseyopy_qws.cpp src/gui/painting/qpaintengine_d3d.cpp src/gui/painting/qwindowsurface_d3d.cpp src/opengl/gl2paintengineex/glgc_shader_source.h src/opengl/gl2paintengineex/qglpexshadermanager.cpp src/opengl/gl2paintengineex/qglpexshadermanager_p.h src/opengl/gl2paintengineex/qglshader.cpp src/opengl/gl2paintengineex/qglshader_p.h src/opengl/util/fragmentprograms_p.h src/plugins/kbddrivers/linuxis/linuxiskbdhandler.cpp src/plugins/mousedrivers/linuxis/linuxismousehandler.cpp src/script/parser/qscript.g src/script/qscriptarray_p.h src/script/qscriptasm_p.h src/script/qscriptbuffer_p.h src/script/qscriptclass.cpp src/script/qscriptclassdata_p.h src/script/qscriptcompiler.cpp src/script/qscriptcompiler_p.h src/script/qscriptcontext.cpp src/script/qscriptcontext_p.cpp src/script/qscriptcontext_p.h src/script/qscriptcontextfwd_p.h src/script/qscriptecmaarray.cpp src/script/qscriptecmaarray_p.h src/script/qscriptecmaboolean.cpp src/script/qscriptecmacore.cpp src/script/qscriptecmadate.cpp src/script/qscriptecmadate_p.h src/script/qscriptecmaerror.cpp src/script/qscriptecmaerror_p.h src/script/qscriptecmafunction.cpp src/script/qscriptecmafunction_p.h src/script/qscriptecmaglobal.cpp src/script/qscriptecmaglobal_p.h src/script/qscriptecmamath.cpp src/script/qscriptecmamath_p.h src/script/qscriptecmanumber.cpp src/script/qscriptecmanumber_p.h src/script/qscriptecmaobject.cpp src/script/qscriptecmaobject_p.h src/script/qscriptecmaregexp.cpp src/script/qscriptecmaregexp_p.h src/script/qscriptecmastring.cpp src/script/qscriptecmastring_p.h src/script/qscriptengine.cpp src/script/qscriptengine_p.cpp src/script/qscriptengine_p.h src/script/qscriptenginefwd_p.h src/script/qscriptextenumeration.cpp src/script/qscriptextenumeration_p.h src/script/qscriptextqobject.cpp src/script/qscriptextqobject_p.h src/script/qscriptextvariant.cpp src/script/qscriptfunction.cpp src/script/qscriptfunction_p.h src/script/qscriptgc_p.h src/script/qscriptmember_p.h src/script/qscriptobject_p.h src/script/qscriptprettypretty.cpp src/script/qscriptprettypretty_p.h src/script/qscriptvalue.cpp src/script/qscriptvalueimpl.cpp src/script/qscriptvalueimpl_p.h src/script/qscriptvalueimplfwd_p.h src/script/qscriptvalueiteratorimpl.cpp src/script/qscriptxmlgenerator.cpp src/script/qscriptxmlgenerator_p.h tests/auto/linguist/lupdate/testdata/recursivescan/project.ui tests/auto/linguist/lupdate/testdata/recursivescan/sub/finddialog.cpp tests/auto/qkeyevent/tst_qkeyevent.cpp tools/linguist/shared/cpp.cpp
| * Update tech preview license header.Jason McDonald2009-08-3126-338/+338
| | | | | | | | Reviewed-by: Trust Me
| * Update license headers.Jason McDonald2009-08-1126-26/+26
| | | | | | | | Reviewed-by: Trust Me