summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Update webview visual tests to new skip modeAlan Alpert2010-10-2912-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | New mode requires them to at least compile. Now that I've noticed this, removing that check on compile failures in QDeclarativeTester. Task-number: QTBUG-14792
| * | Revert "Disable WebView visualtests"Alan Alpert2010-10-2924-0/+12940
| | | | | | | | | | | | | | | | | | This reverts commit 8ba02a8f5a537b9f7e1ff671abe6eed67029db58. ExpectFail state has been altered. Redoing that commit. This commit also adds the new line to indicate tests we don't care about
| * | Mark dynamic.qml as expect-fail the new wayAlan Alpert2010-10-299-2/+1605
| | | | | | | | | | | | | | | | | | Also remove the check for the old way in tst_qmlvisual Task-number: QTBUG-14792
| * | Update gridview visual testsAlan Alpert2010-10-2913-373/+374
| | | | | | | | | | | | | | | | | | | | | The bug found in gridview.qml doesn't actually stop the test from passing, so it's now updated. Task-number: QTBUG-14792
| * | Revert "Mark qdeclarativegridview autotests as expect-fail"Alan Alpert2010-10-2925-4/+5338
| |/ | | | | | | | | This reverts commit b6ee57e14e145d9caa3f572d55447ec92f78cea4. Changed our mind about how to mark tests as expect-fail
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-10-293-35/+45
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (25 commits) QNAM: Fix doc rendering of QNetworkRequest remove the connecting thread, and use async call to dbus instead. QScriptValue::construct(): Don't crash if function throws non-Object Network code: Fix code comment spellchecking errors. QNAM: fix build QNAM HTTP: Remove the error() of QHttpNetworkConnection QNAM HTTP: Remove enableEncryption() QNAM HTTP: Remove unused code QNAM HTTP: Move authenticationRequired() to QHttpNetworkReply QNAM HTTP: Move proxyAuthenticationRequired() to QHttpNetworkReply QNAM HTTP: Move cacheCredentials() to QHttpNetworkReply QNAM HTTP: Use sslErrors() from QHttpNetworkReply QNAM HTTP: Remove Wait4AuthState QNAM: Internal function renaming QNAM HTTP: Internal variable spelling mistakes QNAM HTTP: Pause connection when emitting proxy auth signal QNAM HTTP: Also pause connection when emitting sslErrors() QNAM HTTP: Also resume uploads after connection pause QNAM HTTP: Process authenticationRequired() from HTTP properly QNAM HTTP: Pause sockets while emitting to user code. ...
| * QScriptValue::construct(): Don't crash if function throws non-ObjectKent Hansen2010-10-282-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | If an exception occurs, we should ignore the result of JSC::construct() and return the exception value, even if the exception is not an object. This makes the behavior match the documentation: "Calling construct() can cause an exception to occur in the script engine; in that case, construct() returns the value that was thrown". Task-number: QTBUG-14801 Reviewed-by: Jedrzej Nowacki
| * QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-271-2/+0
| | | | | | | | | | | | | | | | Removed the distinction between reply error and connection error. The QNetworkAccessManager was treating them the same way anyway. Reviewed-by: Prasanth Task-Number: QTBUG-13234
| * QNAM HTTP: Remove enableEncryption()Markus Goetz2010-10-271-21/+5
| | | | | | | | | | Reviewed-by: Prasanth Task-Number: QTBUG-13234
| * QNAM HTTP: Move authenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-271-9/+9
| | | | | | | | | | Reviewed-by: Prasanth Task-Number: QTBUG-13234
| * QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-271-4/+6
| | | | | | | | | | Reviewed-by: Prasanth Task-Number: QTBUG-13234
| * QNAM HTTP: Process authenticationRequired() from HTTP properlyMarkus Goetz2010-10-271-4/+4
| | | | | | | | | | | | | | | | | | Fixes a bug where a different QNetworkReply(Impl) handles an authentication request. Reviewed-by: Peter Hartmann Reviewed-by: Prasanth Task-Number: QTBUG-13234
* | Add 'skip' property that QML visual tests can useAlan Alpert2010-10-2923-3/+2230
| | | | | | | | | | | | | | | | | | | | This property can be set with a reason to skip the test (i.e. known bug) and the failure will not count for blocking purposes. This change also alters one of the failing tests to use the new property Task-number: QTBUG-14792 Reviewed-by: Michael Brasser
* | Almost all visual tests pass on linuxAlan Alpert2010-10-294-3195/+2
| | | | | | | | | | | | Still looking into text/fonts/plaintext which just developed an issue. Task-number: QTBUG-14792
* | Disable WebView visualtestsAlan Alpert2010-10-2912-12928/+0
| | | | | | | | | | | | | | Until this element is maintained, all tests are entering expectFail state. Task-number: QTBUG-14792
* | Clean up repeater visual testsAlan Alpert2010-10-2928-4260/+60
| | | | | | | | | | | | Replace text with coloured rectangles, for more cross platform stability Task-number: QTBUG-14792
* | Clean up QML Rect visual testsAlan Alpert2010-10-296-276/+22
| | | | | | | | | | | | Mostly just creating the test scripts. Task-number: QTBUG-14792
* | Update qdeclarativespringanimation visual testsAlan Alpert2010-10-2936-2901/+2378
| | | | | | | | | | | | | | Still correct, main problem was not getting updated visuals when we switched away from follows. Task-number: QTBUG-14792
* | Clean up qdeclarativesmoothedanimation visual testsAlan Alpert2010-10-299-1852/+0
| | | | | | | | | | | | Smoothed animation test is actually just a subset of smoothed follow now Task-number: QTBUG-14792
* | Clean up qdeclarativepositioner testsAlan Alpert2010-10-2911-1871/+70
| | | | | | | | | | | | dynamic.qml is now at expect-fail status, see QTBUG-14839 Task-number: QTBUG-14792
* | Update visuals for qdeclarativepathview visual testsAlan Alpert2010-10-2916-580/+580
| | | | | | | | | | | | | | The only difference appears to be a change to the flicking parameters, so the test is still valid. Task-number: QTBUG-14792
* | Clean up qdeclarativeparticles visual testAlan Alpert2010-10-295-193/+193
| | | | | | | | | | | | update visuals, and add a couple comments. Task-number: QTBUG-14792
* | Mark qdeclarativegridview autotests as expect-failAlan Alpert2010-10-2925-5338/+4
| | | | | | | | | | | | Includes the task numbers of the bugs, for later processing. Task-number: QTBUG-14792
* | Clean up qdeclarativeflickable visual testsAlan Alpert2010-10-2932-4348/+3274
| | | | | | | | | | | | | | They are mostly still fine, it's just that the flickable parameters had changed. Expected outputs have been revised. Task-number: QTBUG-14792
* | Clean up qdeclarativeboarderimage visual testsAlan Alpert2010-10-2919-3078/+262
| | | | | | | | | | | | Includes speeding up the animated resize tests. Task-number: QTBUG-14792
* | Add a test for multiline text alignmentAlan Alpert2010-10-295-0/+518
| | | | | | | | | | | | Apparently this is something we've had troubles with in the past Task-number: QTBUG-14792
* | Update when text changes to ""Alan Alpert2010-10-295-0/+972
| | | | | | | | | | | | Also fixes a doc typo. Includes test. Task-number: QTBUG-14469
* | Shrink and update qdeclarativetext visual testsAlan Alpert2010-10-2910-70/+112
| | | | | | | | Task-number: QTBUG-14792
* | Clean up package views visual testAlan Alpert2010-10-2925-2595/+603
| | | | | | | | | | | | Shorten duration and remove the element of flicking (not under test). Task-number: QTBUG-14792
* | Clean up qmlvisual/qdeclarativetextinput visual testsAlan Alpert2010-10-2944-3305/+3029
| | | | | | | | | | | | Platform visuals and some cleanup after extended neglect Task-number: QTBUG-14792
* | Cleanup qmlvisual/qdeclarativetextedit testsAlan Alpert2010-10-2965-2989/+13177
| | | | | | | | | | | | Platform visuals and working again after a long period of neglect Task-number: QTBUG-14792
* | Cleanup qmlvisual/qdeclarativetext visual testsAlan Alpert2010-10-2930-2861/+2182
| | | | | | | | | | | | | | Getting them running again, and smaller. Need to fix a bug before they pass again though. Task-number: QTBUG-14792
* | Clean up qmlvisual/focusscope testsAlan Alpert2010-10-2866-13609/+931
| | | | | | | | | | | | Remove text, to make them less platform specific Task-number: QTBUG-14792
* | Clean up qmlvisual/animation visual testsAlan Alpert2010-10-2822-962/+1720
| | | | | | | | | | | | | | | | | | Add platform specific colorAnimation Visuals remove color animation from propertyAction remove gradient from qtbug10586 shrink scriptAction-visual.qml Task-number: QTUBG-14792
* | Clean up ListView visual testsAlan Alpert2010-10-2854-7096/+318
|/ | | | | | listview.qml is still expected to fail, filing a bug about that soon Task-number: QTBUG-14792
* Remove widget subtree from backing store tracker when reparentedGareth Stockwell2010-10-261-3/+21
| | | | | | | | | | | | | When a native widget is reparented such that the value of maybeBackingStore() changes, it and all of its native descendents must be removed from the old QWidgetBackingStoreTracker. If this is not done, the backing store may not be deleted when the top-level widget is hidden, thereby consuming memory unnecessarily. Task-number: MOBILITY-1315 Reviewed-by: Jason Barron Reviewed-by: bnilsen
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-10-251-0/+38
|\ | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: add autotest for QString::setRawData()
| * add autotest for QString::setRawData()Oswald Buddenhagen2010-10-251-0/+38
| | | | | | | | | | | | ... and improve the one for fromRawData() marginally Reviewed-by: olivier
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-251-1/+1
|\ \ | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fixed many spelling errors.
| * | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| |/
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-251-0/+0
|\ \ | |/ |/| | | | | | | Conflicts: src/corelib/tools/qcryptographichash.cpp src/opengl/qgl_p.h
| * Rename .pro file to match directory name.Jason McDonald2010-10-121-0/+0
| | | | | | | | | | Task-number: none Reviewed-by: Trust Me
* | Corrected build fail for autotestsTitta Heikkala2010-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | Autotests compiled only for Symbian, this is now corrected. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-10-212-0/+84
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: QS60Style: The QComboBox/QSpinBox text color is not according to theme Using TLS to store QThreadData on Symbian Functions that are externally defined to QtOpenGL needs to be imported. Added include for missing file for Symbian3 Support for clipboard between Qt and Symbian applications
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-10-211-1/+26
| |\ \
| * | | Added include for missing file for Symbian3Titta Heikkala2010-10-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian3 has KClipboardUidTypePlainText defined in different file to previous Symbian versions. The missing file is now included. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
| * | | Support for clipboard between Qt and Symbian applicationsTitta Heikkala2010-10-212-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clipboard now supports copying text between Qt and Symbian applications. Text is always copied to QClipboard and to Symbian clipboard. If QClipboard is empty, Symbian clipboard is checked and text is pasted from there. Corresponding test cases added. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>