Commit Graph

6 Commits

Author SHA1 Message Date
Simon Hausmann 8f488d0d54 Update Ecmascript testsuite submodule
Changed the url and sha1 to the new repository that lives next to qtdeclarative

Change-Id: I39dd50490c635e1a2858afc913cfcbbf10302fa1
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
2015-03-17 11:38:42 +00:00
Simon Hausmann be3c0ce948 Prospective fix for builds in the CI system on Windows machines
Don't check out the test262 module by default, it isn't strictly necessary
at this point and is causing issues on some Windows machines.

Change-Id: I633404f1c00d83dcbdca06a1d287623190323028
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-08-07 11:51:25 +02:00
Simon Hausmann 2cd8a90bd4 Merge branch 'master' of ssh://codereview.qt-project.org:29418/playground/v4vm into v4
This is the initial merge of the v4vm JS engine, designed specifically for QML.

The engine is tested on Linux and Mac OS X, works on x86, x86-64 and ARM.

Change-Id: I826b72cfa3d3575007b70d78604080582db568db

Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-04-15 12:47:53 +02:00
Simon Hausmann f97c4e15ea Initial import of Test262 test suite
This also includes a copy of the test262.py script to run
all the tests, which we are going to modify to suit our needs.

Change-Id: I15fd7d0278e39c7076d4e45650fbcf786f7a483f
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-01-04 21:09:22 +01:00
Kent Hansen e71904e231 Remove V8 submodule from QtDeclarative
QtDeclarative should now link against the QtV8 library
from qtbase.

The patch files have been moved to qtbase as well.

Applications that use the QtDeclarative private headers
may need to add the following to their .pro file:

QT += v8-private

This ensures that <private/v8.h> is found, which is
(indirectly) included by many QtDeclarative private
headers.

Task-number: QTBUG-20963

Change-Id: I31e973a6fcc0c416d3b258a61c26564cee3dcd4b
Reviewed-on: http://codereview.qt.nokia.com/3093
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
2011-08-29 14:20:43 +02:00
Aaron Kennedy 6b54de600c Initial V8 integration 2011-06-06 11:50:48 +10:00