Increase test coverage for V4
authorMatthew Vogt <matthew.vogt@nokia.com>
Tue, 21 Aug 2012 02:44:42 +0000 (12:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Aug 2012 06:16:24 +0000 (08:16 +0200)
commit9ee6bb0e14d968647350683eafbe80eed7a27058
tree6218951a0de9e1f47ea2f76a2673d26bac85097f
parent540092608b26c469d4905d3c673374542cc32940
Increase test coverage for V4

Add test for integer operations, Math functions and exercise some
previously uncovered code.

Change-Id: Idff3f3672498775ac117ca98bf34b0fe96cbf760
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
17 files changed:
src/qml/qml/v4/qv4bindings.cpp
src/qml/qml/v8/qv8engine.cpp
src/qml/qml/v8/qv8engine_p.h
src/qml/qml/v8/qv8valuetypewrapper.cpp
src/qml/qml/v8/qv8valuetypewrapper_p.h
tests/auto/qml/v4/data/conditionalExpr.qml
tests/auto/qml/v4/data/integerOperations.qml [new file with mode: 0644]
tests/auto/qml/v4/data/jsvalueHandling.qml [new file with mode: 0644]
tests/auto/qml/v4/data/mathCeil.qml
tests/auto/qml/v4/data/mathCos.qml [new file with mode: 0644]
tests/auto/qml/v4/data/mathFloor.qml [new file with mode: 0644]
tests/auto/qml/v4/data/mathSin.qml [new file with mode: 0644]
tests/auto/qml/v4/data/strictEquals.qml
tests/auto/qml/v4/data/stringComparison.qml
tests/auto/qml/v4/testtypes.cpp
tests/auto/qml/v4/testtypes.h
tests/auto/qml/v4/tst_v4.cpp