aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-191-1/+1
|\ | | | | | | into qtquick2
| * Update unit test according to intended behaviour change.Kim Motoyoshi Kalland2011-05-191-1/+1
| | | | | | | | | | The behaviour was changed in commit 9d7eb51da37e8dffbe284fc564c9b9f08a89bea2.
* | Normalize createQmlObject error messageAlan Alpert2011-05-191-3/+3
|/
* Fix unstable test.Martin Jones2011-05-191-2/+1
| | | | Change-Id: I336b6a02b763c3be9b01a074f641cb031cf18268
* Link item focus to canvas widget focus.Martin Jones2011-05-195-0/+218
| | | | Change-Id: I7da1db30819c80b48f4c285a43274b668c686826
* Remove QEXPECT_FAIL from QSGTextInput test.Andrew den Exter2011-05-191-1/+0
| | | | | | The QSGPaintedItem::setContentSize() function has now been implemented. Change-Id: I620824073143de5e50c8ce2e4f886dc60dd79e64
* Fix test TextEdit preeditMicroFocus test failure.Andrew den Exter2011-05-181-1/+7
| | | | | Port change from QDeclarativeTextEdit test which removed a check for an update when the cursor position had not changed.
* Skip mirror autotests while QTBUG-19351 and QTBUG-19252 are not resolved.Yann Bodson2011-05-183-5/+4
|
* Make SG Text test work by disabling pixmap comparison.Martin Jones2011-05-181-0/+2
| | | | This won't work with scenegraph. Manual test needed.
* More autotests fixes.Yann Bodson2011-05-182-27/+17
|
* Fix QSGBorderImage autotest.Yann Bodson2011-05-181-10/+10
| | | | QtQuick 1.0 -> QtQuick 2.0
* Reduce usage of Q_ASSERT in autotests.Jason McDonald2011-05-184-26/+28
| | | | | | | | | | Using Q_ASSERT does nothing in release-mode builds, and in debug builds it causes tests to terminate prematurely. It is much better to use QVERIFY or QCOMPARE. Task-number: QTBUG-17582 Reviewed-by: Rohan McGovern (cherry picked from commit 3475168550c1a804f04f2a4edfeb30c04cd36551)
* Remove Q_ASSERT from qdeclarativexmllistmodel testJason McDonald2011-05-181-1/+4
| | | | | | | | | | Report a meaningful warning in all builds rather than aborting in debug builds and doing nothing in release builds. Change-Id: I14aa7bc8699f5307e1ec34b18006b9fbbd8aca8e Task-number: QTBUG-17582 Reviewed-by: Rohan McGovern (cherry picked from commit 1ea84cba1f90a9c95c54480117342dba0eae3d2f)
* Remove Q_ASSERT's from ecmascript test.Jason McDonald2011-05-181-4/+0
| | | | | | | | | | These Q_ASSERT's were redundant as the test functions that call these functions already verify that "value == 0". Change-Id: Ic23e539c5814153d67fea8156ade0783f91d7b83 Task-number: QTBUG-17582 Reviewed-by: Rohan McGovern (cherry picked from commit 6f791f8ad0b7ef023d91c1609ce076443f335c13)
* Remove Q_ASSERT from QDeclarativeListModel autotest.Jason McDonald2011-05-181-1/+4
| | | | | | | Change-Id: Ic15b747fa50bcec54df748b173b299058f69c681 Task-number: QTBUG-17582 Reviewed-by: Rohan McGovern (cherry picked from commit 59a6e6200984ccbb862b8758436a5e88b8c40bbc)
* Remove redundant Q_ASSERT from qmlvisual autotest.Jason McDonald2011-05-181-2/+0
| | | | | | | Change-Id: I5c413793ee6322b5be1ae52658362803dc4c2010 Task-number: QTBUG-17582 Reviewed-by: Alan Alpert (cherry picked from commit d6bd4db2db6dbefec327e226bf54a69a20690a45)
* Remove Q_ASSERT calls that wrap side-effecting code.Jason McDonald2011-05-181-3/+9
| | | | | | | | | | In release mode builds, code inside Q_ASSERT macros is not executed, so putting code with side-effects inside Q_ASSERT is not a good idea. Task-number: QTBUG-17582 Change-Id: I1a5d8ccce666ee7b7f120bf9cbb49e30dac9add4 Reviewed-by: Rohan McGovern (cherry picked from commit 1750a4351a8125756bf38a53d6d8312993c7d85e)
* Add autotests to .pro fileYann Bodson2011-05-171-0/+2
|
* Make QSGImage autotests compile.Yann Bodson2011-05-177-123/+68
|
* skip unit tests if no required OpenGL 2.0 feature on this platformCharles Yin2011-05-1712-1/+167
| | | | Change-Id: I68feb5938339f327b45cf66b7aec1c582753f18d
* Fix QSGBorderImage and QSGAnimatedImage autotestsYann Bodson2011-05-163-36/+25
|
* Fix QSGBorderImage autotest.Yann Bodson2011-05-132-58/+19
|
* Added auto tests for properties initialized using JS statementsRoberto Raggi2011-05-122-0/+11
|
* Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-121-0/+30
| | | | Task-number: QTBUG-15117
* tests: mark tst_qsgitem as a private-testRohan McGovern2011-05-121-3/+1
| | | | | | | This test uses private symbols. Reviewed-by: Jason McDonald Change-Id: I026f4d00be5f53203d0b155e08533474cc4d9605
* Improve error message for invalid image provider name.Martin Jones2011-05-121-2/+2
| | | | Also fix broken qdeclarativeimageprovider test.
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-113-0/+38
|\ | | | | | | into qtquick2
| * Benchmark component creation with different types of bindings.Martin Jones2011-05-103-0/+38
| |
* | Add private parts to autotest .pro filesAlan Alpert2011-05-11103-0/+123
|/
* Add unit test and documentation for module APIChris Adams2011-05-064-2/+10
| | | | | | | | | | Related to commit ae6c7a44394d4a5f943f1fc92f4de015ec7bcc96. Previously, only property access on module API was tested. This commit adds a test which calls a method on a module API. It also adds documentation for the qmlRegisterModuleApi functions. Task-number: QMLNG-33 Reviewed-by: Martin Jones
* Fix evaluation of boolean conditionsRoberto Raggi2011-05-052-0/+24
| | | | Ensure that the operand of IR::OpIfTrue and IR::OpNot has boolean type.
* Compilation benchmarkAaron Kennedy2011-05-051-2/+72
| | | | Change-Id: Iaa875817367d3a9600dd1ad685f996377af9f82d
* Inline static data for basic types into the QML instructionAaron Kennedy2011-05-052-28/+162
| | | | | | | | | | | | | The following types are now entirely inline: QPoint, QPointF QSize, QSizeF QRect, QRectF QVector3D, QTime, QDateTime CustomTypeData Reviewed-by: Martin Jones Change-Id: I7024d136c77f8fb23ef6a6abb23ddfe0f9f8a1ca
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-051-109/+109
| | | | | Reviewed-by: Martin Jones Change-Id: Ib04b8d46a78723d3a734e14d22a2f2256c1627c2
* Only include line numbers when necessaryAaron Kennedy2011-05-051-103/+52
| | | | | | | | | The mandatory line number bloats QML instructions for no reason. Moving it inline actually increases the instruction size further, but that will come down again once variable sized instruction support is added. Change-Id: I0ace03a50371ef57946edbb7c8e0e8c2fa4fdd76
* Update SG items with GV item changes.Martin Jones2011-05-041-1/+1
|
* Fix QSGText autotestsYann Bodson2011-05-041-55/+0
|
* Merged master into qtquick2.axis2011-04-2711-23/+150
|\
| * Add tst_headersclean for each moduleLiang Qi2011-04-274-0/+72
| |
| * Modularized tst_compilerwarningsLiang Qi2011-04-271-0/+51
| |
| * Modularized tst_bic and add some helper functions for global testLiang Qi2011-04-271-0/+5
| |
| * Fixed parserstress test.axis2011-04-272-20/+19
| |
| * Make auto test buildLiang Qi2011-04-273-3/+3
| |
* | Initial import from qtquick2.Qt by Nokia2011-04-27562-1766/+40954
|/ | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* Initial import from the monolithic Qt.Qt by Nokia2011-04-272479-0/+262628
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12