aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Skip test that is currently asserting on macOSLars Knoll2018-05-021-0/+4
* | Skip tests that are currently asserting on macOSLars Knoll2018-05-022-0/+7
* | Fix asan warningsLars Knoll2018-05-021-1/+0
* | Adjust expected error message to new parserLars Knoll2018-05-021-2/+2
* | Revert "tests, qquicktableview: add countDelegateItems()"Lars Knoll2018-05-023-52/+0
* | Implement StringIteratorLars Knoll2018-05-021-11/+0
* | Implement support for arguments[Symbol.iterator]Lars Knoll2018-05-021-11/+0
* | Cleanup creation code for builtin functionsLars Knoll2018-05-022-6/+1
* | Make instanceOf compliant with the ES7 specLars Knoll2018-05-021-9/+0
* | Add Array Iterator objects from ES6 (22.1.5)Robin Burchell2018-05-021-49/+4
* | Use the new test runner for the autotestLars Knoll2018-05-024-8513/+7754
* | Replace the test262 python script with a C++ based executableLars Knoll2018-05-024-0/+1007
* | Add SymbolObject, well known symbols and fix most remaining issuesLars Knoll2018-05-021-95/+1
* | Implement Symbol.for and Symbol.keyForLars Knoll2018-05-021-16/+0
* | Partial Symbol supportLars Knoll2018-05-022-195/+2