aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Mark some tests as insignificant on MacSamuli Piippo2012-11-092-0/+4
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-0820-168/+168
* When declarative debug tests fail in CI, confirm timeout as reasonShawn Rutledge2012-11-081-0/+2
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-053-3/+50
* CMake: Remove obsolete test_modules testStephen Kelly2012-11-013-87/+0
* CMake: Add a test for module includesStephen Kelly2012-10-291-0/+7
* Update qml test scenes with new property namesaavit2012-10-293-4/+4
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* test: Mark `tst_qquicklistview', `tst_qquicktext', and `tst_qquicktextedit' a...Sergio Ahumada2012-10-293-0/+6
* Mark failing tests as insignificant.Stephen Kelly2012-10-241-0/+2
* Allow QQmlDebugProcess to be child of other qobjects.Frederik Gladhorn2012-10-237-8/+9
* Allow tests to run despite custom message patterns.Frederik Gladhorn2012-10-231-1/+1
* Change qml list interfaceMarco Bubke2012-10-233-3/+68
* Skip flaky subtests of tests/auto/qmltest.Friedemann Kleint2012-10-222-0/+2
* Re-enable tst_QJSEngine::stringObjects testPeter Varga2012-10-191-4/+0
* Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-193-46/+43
* Temporarily skip tst_QJSEngine::stringObjects testPeter Varga2012-10-181-0/+2
* Remove interim compatibility measuresAlan Alpert2012-10-1613-122/+122
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-113-1/+104
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-0/+2
* In tst_qqmlnotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-101-0/+24
* Update regex related tests of QJSEnginePeter Varga2012-10-101-15/+12
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-281-1/+1
* Added lancelot-based scenegraph rendering regression testaavit2012-09-27208-0/+9671
* Mark some tests as insignificant to let change#35527 be integratedKonstantin Ritt2012-09-262-0/+6
* Fixed instances of "to to" in qtdeclarative.Samuel Rødal2012-09-242-2/+2
* test: Change declarative -> qml in global.cfgSergio Ahumada2012-09-241-1/+1
* tst_QQuickListView::sectionsDelegate_headerVisibility(): restore QSKIPJ-P Nurmi2012-09-241-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23575-13622/+13622
* Remove outdated bic test file.Frederik Gladhorn2012-09-172-18160/+0
* Auto tests: PlatformQuirks::isClipboardAvailable()J-P Nurmi2012-09-173-111/+116
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-1412-75/+74
* Remove tst_qquicktext::alignments()J-P Nurmi2012-09-1311-97/+0
* Remove tst_qquicktextedit::alignments()J-P Nurmi2012-09-1311-91/+0
* Remove tst_qquicktextinput::horizontalAlignment()J-P Nurmi2012-09-134-36/+0
* tst_v4::qtscript(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-131-3/+1
* tst_QJSEngine::jsFutureReservedWords(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-121-1/+10
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* test: Check for null string comparisonSergio Ahumada2012-09-101-1/+1
* tst_qquickfontloader: remove unnecessary skips on WindowsJ-P Nurmi2012-09-071-21/+0
* Fix tst_qquickanimatedimage::mirror_running()J-P Nurmi2012-09-071-10/+14
* QtQml tests: remove QSKIP -> wrap within !QTEST_CROSS_COMPILED guardsJ-P Nurmi2012-09-072-14/+12
* tst_QQuickPathView::package(): updated QSKIP()J-P Nurmi2012-09-071-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-073-3/+3
* Updated tst_QJSEngineJ-P Nurmi2012-09-071-9/+5
* tst_qquickflickable: fix compilation warningJ-P Nurmi2012-09-071-1/+1
* Wrap tst_qqmllocale::timeZoneUpdated() within Q_OS_UNIX to remove QSKIPJ-P Nurmi2012-09-071-19/+20
* doc: fix some typos in .qml filesSergio Ahumada2012-09-078-8/+8
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-313-3/+50