aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix expected error messageLars Knoll2013-06-211-1/+1
| * | | | | Fix expected test output for one list model testLars Knoll2013-06-212-2/+2
| * | | | | Remove XFAILs that was due to strict modeSimon Hausmann2013-06-211-7/+0
| * | | | | Mark test as xfail that assumes writability of the global objectSimon Hausmann2013-06-211-0/+1
| * | | | | Disable the v8profiler, not the qml profilerLars Knoll2013-06-211-2/+2
| * | | | | Skip some tests that are failing because of our date time parserLars Knoll2013-06-211-16/+19
| * | | | | Disable some debugger tests until we have a reimplementation for v4Lars Knoll2013-06-211-3/+3
| * | | | | Fix scope chain for eval in strict modeLars Knoll2013-06-211-2/+0
| * | | | | Fix instanceStateValues xhr testSimon Hausmann2013-06-201-10/+10
| * | | | | Fix tst_qqmlecmascript::functionAssignmentfromJS_invalidSimon Hausmann2013-06-181-2/+2
| * | | | | Fix tst_qqmlecmascript::functionAssignment_fromJSSimon Hausmann2013-06-181-10/+10
| * | | | | Fix two more errors in the worker script auto testLars Knoll2013-06-181-1/+1
| * | | | | Fix url test in qqmllanguageSimon Hausmann2013-06-171-1/+0
| * | | | | Fix the console autotestsLars Knoll2013-06-171-10/+10
| * | | | | Fix qmlmin testLars Knoll2013-06-171-0/+1
| * | | | | Fix the remaining test failures in the jsonbinding autotestLars Knoll2013-06-171-1/+1
| * | | | | Fix and enable the qmldirparser autotestLars Knoll2013-06-173-2/+2
| * | | | | Fix most qjsonbinding auto testsLars Knoll2013-06-171-3/+3
| * | | | | 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 qqmlproperty::warnOnInvalidBindingSimon Hausmann2013-06-152-2/+2
| * | | | | Comment out test of octal numbersLars Knoll2013-06-141-3/+3
| * | | | | Implement error.fileName and error.lineNumberLars Knoll2013-06-141-3/+0
| * | | | | Remove test case that violates the ecma specLars Knoll2013-06-131-42/+0
| * | | | | Fix test caseLars Knoll2013-06-131-1/+1
| * | | | | 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
| * | | | | Fix test case. QDateTime actually writes milliseconds since 5.2Lars Knoll2013-06-131-2/+0
| * | | | | Properly implement Object.prototype.__proto__Lars Knoll2013-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-123-24/+21
| * | | | | Small fix in tst_qqmlecmascriptSimon Hausmann2013-06-121-2/+2
| * | | | | Fix qqmlecmascript::enums and nonNotifyableSimon Hausmann2013-06-081-7/+7
| * | | | | Fix qqmlecmascript::sequenceConversionBindingsSimon Hausmann2013-06-081-1/+1
| * | | | | Remove failing testSimon Hausmann2013-06-082-29/+0
| * | | | | Fix qqmlecmascript::signalWithJSValueInVariantSimon Hausmann2013-06-081-2/+2
| * | | | | Fix qqmlecmascript::nonExistentAttachedObjectSimon Hausmann2013-06-081-1/+1
| * | | | | Fix a few more QJSValue autotestsLars Knoll2013-06-071-1/+0
| * | | | | Fix various errors in the qjsvalue auto testLars Knoll2013-06-071-13/+0
| * | | | | Fix tst_qqmlecmascript::scriptErrors()Simon Hausmann2013-06-071-1/+1
| * | | | | Fix tst_qqmlecmascript::signalArgumentsSimon Hausmann2013-06-073-6/+0
| * | | | | Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-071-1/+1
| * | | | | Introducing SSA.Erik Verbruggen2013-06-061-3/+10