summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-20 19:04:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-20 19:17:52 +0200
commitfcac33167b4194b91d3741c26593338fe5801af4 (patch)
tree10317559b4e22781d88393182ca669afc70f1fc8 /tests
parentdd92e3363c5bd14191f66499c5206dd18ce07b71 (diff)
downloadqtscript-fcac33167b4194b91d3741c26593338fe5801af4.tar.gz
test: Fix XPASS for tst_QScriptJsTestSuite::ecma/Math(Math.pow()
This tests seem to be passing on MinGW 4.8, so removing them from the expect_fail.txt file. Change-Id: I3786d410f1e0937ddc1ceedd8ffd3c07d2619c40 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscriptjstestsuite/expect_fail.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qscriptjstestsuite/expect_fail.txt b/tests/auto/qscriptjstestsuite/expect_fail.txt
index 2cc3a0a..a611f8a 100644
--- a/tests/auto/qscriptjstestsuite/expect_fail.txt
+++ b/tests/auto/qscriptjstestsuite/expect_fail.txt
@@ -137,8 +137,6 @@ ecma_3/Operators/order-01.js | operator evaluation order: 11.7.3 >>> | QTBUG-805
ecma_3/Operators/order-01.js | operator evaluation order: 11.13.2 >>>= | QTBUG-8056
[Q_CC_MINGW]
-ecma/Math/15.8.2.13.js | Math.pow(NaN,0)
-ecma/Math/15.8.2.13.js | Math.pow(NaN,-0)
ecma/Math/15.8.2.5.js | Math.atan2(Infinity, Infinity)
ecma/Math/15.8.2.5.js | Math.atan2(Infinity, -Infinity)
ecma/Math/15.8.2.5.js | Math.atan2(-Infinity, Infinity)