diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-02-12 11:09:34 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-02-12 11:11:11 (GMT) |
commit | db849a123ee639a4a63aabd83a450b05542f917f (patch) | |
tree | 3d5c1d336b454ed1146abe5cb6f2d864d43a6e03 /tests | |
parent | 8f8ad618261875e173c0e1d3931c1b7dd838d152 (diff) | |
download | Qt-db849a123ee639a4a63aabd83a450b05542f917f.zip Qt-db849a123ee639a4a63aabd83a450b05542f917f.tar.gz Qt-db849a123ee639a4a63aabd83a450b05542f917f.tar.bz2 |
Add MSVC-specific expected failures for JS test suite
These are not failing on MinGW.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp b/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp index 41df98c..10ff488 100644 --- a/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp +++ b/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp @@ -688,7 +688,7 @@ tst_Suite::tst_Suite() addExpectedFailure("ecma/TypeConversion/9.3.1-3.js", "- -\"0x80000000\"", willFixInNextReleaseMessage); #endif -#ifdef Q_OS_WIN +#ifdef Q_CC_MSVC addExpectedFailure("ecma_3/Expressions/11.7.3-01.js", "11.7.3 - >>> should evaluate operands in order: order", "QTBUG-8056"); addExpectedFailure("ecma_3/Operators/order-01.js", "operator evaluation order: 11.7.3 >>>", "QTBUG-8056"); addExpectedFailure("ecma_3/Operators/order-01.js", "operator evaluation order: 11.13.2 >>>=", "QTBUG-8056"); |