summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation for when there is no OpenGL moduleaavit2010-11-031-0/+8
|
* Fix tst_collections::insert_remove_loop on 32bitOlivier Goffart2010-11-031-1/+1
| | | | It was working on 64bit by luck
* Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-0312-0/+140
| | | | | | | For consistency. Merge-request: 871 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
* Containers: add member-swapMarc Mutz2010-11-0310-0/+105
| | | | | | | Member-swap is required by the STL Sequence concept, but is also needed to write exception-safe code. Merge-request: 871 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2aavit2010-11-021-0/+212
|\
| * QVarLenghtArray: Implement more API from QVectorOlivier Goffart2010-11-021-0/+212
| | | | | | | | | | | | | | | | | | ... for consistency and to allow easy replacement of one by the other. In particular this change allows to use QVarLenghtArray inside foreach Reviewed-by: Gabriel Task-number: QTBUG-14010
* | Merge branch 'lancelot'aavit2010-11-0263-0/+7187
|\ \ | |/ |/| | | | | | | | | First iteration of the Lancelot graphics regression autotest system. Reviewed-by: Trond Reviewed-by: aavit
| * Clean up some commentsaavit2010-10-281-5/+0
| |
| * Remove historic remains of qt3 testingaavit2010-10-262-68/+65
| |
| * Merge branch 'master' of ../qt-stg2-master into lancelotTrond Kjernåsen2010-10-121088-1871/+182234
| |\
| * | 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-2562-0/+7128
| | | | | | | | | | | | | | | 2D rendering system, based on the lance test tool. Hence dubbed lancelot.
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2aavit2010-11-02595-58269/+42770
|\ \ \
| * \ \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-0169-5595/+11778
| |\ \ \
| | * | | Quickly clicking an item that doesn't use double clicking should result in ↵Joona Petrell2010-11-012-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | two separate clicks Task-number: QTBUG-14832 Reviewed-by: Martin Jones
| | * | | Fix QML visual tests on Mac.Yann Bodson2010-11-0167-5595/+11720
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14792
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-11-011-0/+23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fix compilation in qglobal.h when included from a .c file Fix compilation in namespace qSwap: use std::swap as implementation, and specialize std::swap for our container
| | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-10-301-0/+23
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fix compilation in qglobal.h when included from a .c file Fix compilation in namespace qSwap: use std::swap as implementation, and specialize std::swap for our container
| | | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-10-301-0/+23
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fix compilation in namespace qSwap: use std::swap as implementation, and specialize std::swap for our container
| | | | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-10-291-0/+23
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2: qSwap: use std::swap as implementation, and specialize std::swap for our container
| | | | | * | | | qSwap: use std::swap as implementation, and specialize std::swap for our ↵Olivier Goffart2010-10-291-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | container std::swap might be reimplemented for many types. That might speedup our Qt algorithms that uses qSwap. (std::swap also use std::move) Specialize std::swap for our shared type, so stl algorithls work faster Reviewed-by: Joao
| * | | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-311-0/+33
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-301-0/+33
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/auto/qpainter/tst_qpainter.cpp
| | | * | | | | | Fix Windows compilation.Samuel Rødal2010-10-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't take for granted that these are included... Task-number: QTBUG-14614 Reviewed-by: Bradley T. Hughes
| | | * | | | | | Fixed race condition in raster paint engine.Samuel Rødal2010-10-271-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to protect the gradient cache accesses with a mutex. Task-number: QTBUG-14614 Reviewed-by: Bradley T. Hughes
| * | | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-3062-25/+19929
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | / / / / / | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-2962-25/+19929
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Update webview visual tests to new skip mode Remove unnecessary QML import project dependency to Symbian deployment pri file used by Qt demos Update visual tests for Mac Revert "Disable WebView visualtests" Mark dynamic.qml as expect-fail the new way Update gridview visual tests Revert "Mark qdeclarativegridview autotests as expect-fail"
| | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-294-0/+22
| | | |\ \ \ \ \ \
| | | | * | | | | | Update visual tests for MacYann Bodson2010-10-294-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14792