From fcac33167b4194b91d3741c26593338fe5801af4 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 20 Aug 2013 19:04:18 +0200 Subject: 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 --- tests/auto/qscriptjstestsuite/expect_fail.txt | 2 -- 1 file changed, 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) -- cgit v1.2.1