aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
...
* Skip two tests that don't work reliably with a conservative GCLars Knoll2013-09-261-0/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-6/+6
* Fix Persistent/WeakValue APILars Knoll2013-09-262-10/+12
* Split off crashing test from qqmlecmascript.Erik Verbruggen2013-09-251-15/+21
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+17
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-183-0/+51
* Fix handling of empty ValuesLars Knoll2013-09-181-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-11/+16
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Fix return type checks in test.Erik Verbruggen2013-09-111-2/+14
* Move CallData onto the JS stackLars Knoll2013-09-111-11/+15
* change calling convention for JS function callsLars Knoll2013-09-021-6/+12
* Improve reliability of propertyVarOwnership testSimon Hausmann2013-08-272-3/+9
* Don't crash with deferred propertiesAlan Alpert2013-08-224-0/+49
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-1/+0
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-1/+0
* Fix some GC related tests to work with MSVCSimon Hausmann2013-08-061-6/+22
* Disable some GC sensitive tests with MSVCSimon Hausmann2013-08-051-0/+9
* Improve reliability of GC related testsSimon Hausmann2013-07-297-32/+16
* Silence qqmlecmascript::propertyVarInheritance failures with clang release bu...Simon Hausmann2013-07-261-0/+6
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-7/+6
* Fix failing GC related tests with gcc in release buildsSimon Hausmann2013-07-051-3/+21
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-244-0/+60
|\
| * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-224-0/+60
* | Fix expected error messages in singleonType testSimon Hausmann2013-06-231-2/+1
* | Mark qqmlecmascript::hasOwnProperty as xfailSimon Hausmann2013-06-211-0/+1
* | Mark a sub-test in qqmlecmascript::scope() as xfailSimon Hausmann2013-06-211-0/+1
* | Remove XFAILs that was due to strict modeSimon Hausmann2013-06-211-7/+0
* | Fix tst_qqmlecmascript::functionAssignmentfromJS_invalidSimon Hausmann2013-06-181-2/+2
* | Fix tst_qqmlecmascript::functionAssignment_fromJSSimon Hausmann2013-06-181-10/+10
* | Mark the eval() test as xfailSimon Hausmann2013-06-171-0/+1
* | Adjust expected error message for qqmlecmascript::qtbug_22843Simon Hausmann2013-06-171-2/+2
* | Re-enable two disabled var property tests and make them passSimon Hausmann2013-06-151-30/+19
* | Fix qqmlecmascript::propertyVarOwnershipSimon Hausmann2013-06-131-3/+8
* | Don't allow for a QJSValue to be taken from one engine to another through QVa...Simon Hausmann2013-06-131-1/+1
* | Cosmetic: Silence the with statement warnings, in addition to the XFAILSimon Hausmann2013-06-131-1/+7
* | Fix tst_qqmlecmascript::callQtInvokablesSimon Hausmann2013-06-131-0/+3
* | Fix exception type when trying to assign to read-only QObject propertiesSimon Hausmann2013-06-131-2/+2
* | Fix diagnostic error message when put fails because of a read-only propertySimon Hausmann2013-06-131-2/+4
* | Fix toString lookups on QObject bindings (And thus qqmlecmascript::toObjectSt...Simon Hausmann2013-06-131-3/+7
* | Fix syntax error propagationSimon Hausmann2013-06-131-1/+1
* | Mark test using with statement as expected failureSimon Hausmann2013-06-131-0/+1
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-122-22/+21
* | Small fix in tst_qqmlecmascriptSimon Hausmann2013-06-121-2/+2
* | Fix qqmlecmascript::enums and nonNotifyableSimon Hausmann2013-06-081-7/+7