diff options
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qscriptengine/tst_qscriptengine.cpp | 6 | ||||
-rw-r--r-- | tests/auto/qscriptjstestsuite/expect_fail.txt | 9 | ||||
-rw-r--r-- | tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp | 4 |
3 files changed, 0 insertions, 19 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp index dde048b..19a6f7e 100644 --- a/tests/auto/qscriptengine/tst_qscriptengine.cpp +++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp @@ -51,12 +51,6 @@ Q_DECLARE_METATYPE(QList<int>) Q_DECLARE_METATYPE(QObjectList) Q_DECLARE_METATYPE(QScriptProgram) -#if defined(Q_OS_SYMBIAN) -# define STRINGIFY(x) #x -# define TOSTRING(x) STRINGIFY(x) -# define SRCDIR "C:/Private/" TOSTRING(SYMBIAN_SRCDIR_UID) -#endif - class tst_QScriptEngine : public QObject { Q_OBJECT diff --git a/tests/auto/qscriptjstestsuite/expect_fail.txt b/tests/auto/qscriptjstestsuite/expect_fail.txt index b15542e..6fedd4a 100644 --- a/tests/auto/qscriptjstestsuite/expect_fail.txt +++ b/tests/auto/qscriptjstestsuite/expect_fail.txt @@ -197,12 +197,3 @@ ecma/Math/15.8.2.6.js | Infinity/Math.ceil(-0.9) ecma/Math/15.8.2.9.js | Infinity/Math.floor(-0) ecma/TypeConversion/9.3.1-3.js | var z = 0; print(1/-z) ecma/TypeConversion/9.3.1-3.js | 1/-1e-2000 - -[Q_OS_SYMBIAN] -ecma/Math/15.8.2.13.js | Math.pow(-1, 0.5) -ecma/Math/15.8.2.13.js | Math.pow(-1, -0.5) -ecma_3/Operators/order-01.js | operator evaluation order: 11.5.1 * -ecma_3/Operators/order-01.js | operator evaluation order: 11.5.2 / -ecma_3/Operators/order-01.js | operator evaluation order: 11.6.2 - -ecma_3/Operators/order-01.js | operator evaluation order: 11.13.2 *= -ecma_3/Operators/order-01.js | operator evaluation order: 11.13.2 /= diff --git a/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp b/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp index 13668c6..3ce2397 100644 --- a/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp +++ b/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp @@ -37,10 +37,6 @@ #include <QtScript> -#if defined(Q_OS_SYMBIAN) -# define SRCDIR "." -#endif - struct TestRecord { TestRecord() : lineNumber(-1) { } |