aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement Symbol.species getter functionsLars Knoll2018-05-151-12/+0
* Move a couple more tests into the 'wont fix' categoryLars Knoll2018-05-151-7/+7
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-156-0/+70
|\
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-0/+41
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-115-0/+29
* | v4: add the remaining Math.log functionsShawn Rutledge2018-05-151-12/+0
* | TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-152-2/+70
* | Isolate the different tests from each otherLars Knoll2018-05-1411-37/+272
* | Partial support for calling iterator.return when break a for-of loopLars Knoll2018-05-141-3/+0
* | Call iterator.return when required in destructuring assignmentsLars Knoll2018-05-141-89/+0
* | Implement support for destructuring of rest elementsLars Knoll2018-05-141-327/+0
* | TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-0/+92
* | TableView: add support for table marginsRichard Moe Gustavsen2018-05-141-7/+89
* | Fix array destructuringLars Knoll2018-05-131-63/+0
* | Fix the prototype of the Generator prototype objectLars Knoll2018-05-131-30/+0
* | Give for loops a per-iteration context as wellLars Knoll2018-05-111-6/+0
* | Add test case for delete inside a for-in loopSimon Hausmann2018-05-111-0/+15
* | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-112-0/+68
* | Fix storing QObject pointers in dynamic role modelsSimon Hausmann2018-05-113-0/+157
* | Give case blocks a proper scopeLars Knoll2018-05-111-6/+0
* | Give for loops a proper block scope for it's lexically declared varsLars Knoll2018-05-111-5/+0
* | Improve for-in and for-of supportLars Knoll2018-05-111-204/+0
* | Nail down that we will continue to treat 'let' as a reserved keywordLars Knoll2018-05-111-7/+15
* | Support destructuring inside catch()Lars Knoll2018-05-111-55/+0
* | Ensure we have a lexical scope for global codeLars Knoll2018-05-111-18/+2
* | Add some basic support for for-of loopsLars Knoll2018-05-091-56/+1
* | TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-091-0/+61
* | tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-093-10/+94
* | Fix crash when using repeaters with packagesErik Verbruggen2018-05-092-0/+59
* | Fix running ES tests with ASAN -Og buildsSimon Hausmann2018-05-091-1/+1
* | Fix return value of qjstestSimon Hausmann2018-05-091-1/+5
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-095-3/+49
|\|
| * tests: unblacklist tst_qquickwindow.cpp::touchEvent_propagationGatis Paeglis2018-05-081-3/+0
| * Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-0/+28
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-082-0/+18
| * tests: blacklist tst_qquickitem::qtBug60123Gatis Paeglis2018-05-081-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-0411-8/+89
|\|
| * QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-302-0/+27
| * Tests: Silence Clang warningsFriedemann Kleint2018-04-272-7/+5
| * test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
| * Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-272-0/+22
| * Normalize URL before loading typesErik Verbruggen2018-04-274-0/+36
* | name anonymous functions that wayLars Knoll2018-05-031-2/+0
* | The length property of function objects is configurableLars Knoll2018-05-031-18/+0
* | Add Generator supportLars Knoll2018-05-032-570/+6
* | Add support for horizontal gradients in RectangleMichael Brasser2018-05-031-1/+22
* | Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-022-0/+26
* | Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-022-2/+9
* | Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-1/+1
* | Raise the stack limit of threads in the threadpoolLars Knoll2018-05-021-0/+1