aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
Commit message (Expand)AuthorAgeFilesLines
* [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-0/+13
* Fix a crash in JSON.parseLars Knoll2013-12-041-0/+8
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-22/+5
* Remove milliseconds before comparing JS + Qt date strings.Mitch Curtis2013-09-201-0/+2
* Revert "Temporarily disable tst_QJSEngine tests [...]"Mitch Curtis2013-09-201-28/+24
* Temporarily disable tst_QJSEngine tests to allow qtbase dev integrationMitch Curtis2013-09-181-24/+28
* Skip unstable testsLars Knoll2013-09-181-0/+2
* Allow for function declarations inside conditionalsSimon Hausmann2013-08-231-0/+18
* Fix another bug with automatic semicolon insertionSimon Hausmann2013-08-081-0/+5
* Fix some GC related tests to work with MSVCSimon Hausmann2013-08-061-3/+15
* Skip the date time conversion tests on WindowsSimon Hausmann2013-08-051-0/+9
* Fix automatic semicolon insertion. Again.Erik Verbruggen2013-07-021-4/+0
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-1/+1
|\
| * Don't remove milliseconds now that toString() includes them.Mitch Curtis2013-06-051-2/+0
| * Doc: Fix module name formatSze Howe Koh2013-04-231-2/+2
| * Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* | Mark automatic-semicolon insertion bugs as XFAILSimon Hausmann2013-06-241-0/+4
* | 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 test case. QDateTime actually writes milliseconds since 5.2Lars Knoll2013-06-131-2/+0
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-2/+0
* | convert QV8VariantWrapper to v4Lars Knoll2013-05-171-1/+0
* | Fix keywords testLars Knoll2013-05-051-14/+3
* | Some fixes to the autotestLars Knoll2013-05-051-6/+0
* | Fix compilation of testLars Knoll2013-05-041-102/+0
* | Small fixes to auto testLars Knoll2013-04-191-1/+0
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-152-2/+2
|/
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Reenable temporarily skipped QML testsPeter Varga2013-01-091-2/+0
* | Update some QML tests and temporarily skip themPeter Varga2013-01-091-7/+4
|/
* Re-enable tst_QJSEngine::stringObjects testPeter Varga2012-10-191-4/+0
* Temporarily skip tst_QJSEngine::stringObjects testPeter Varga2012-10-181-0/+2
* Update regex related tests of QJSEnginePeter Varga2012-10-101-15/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* tst_QJSEngine::jsFutureReservedWords(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-121-1/+10
* Updated tst_QJSEngineJ-P Nurmi2012-09-071-9/+5
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-241-3/+5
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add gui-private to testsGirish Ramakrishnan2012-06-221-1/+1
* Clean up QJSEngine tests.Mitch Curtis2012-05-311-3629/+0
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-292-1/+105
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove QJS exception APIKent Hansen2012-05-031-26/+6
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-271-0/+14
* Make QVariant conversion for JS null type symmetricKent Hansen2012-03-201-0/+4
* Don't allow tst_QJSEngine or tst_QJSValue instance to be collectedChris Adams2012-03-151-9/+15
* Changed qml tests to work from install directoryKurt Korbatits2012-03-071-8/+2