aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2012-10-18 11:41:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-18 14:40:07 +0200
commitc4503ab9be4748e6f6200dca9e28a6f2af4dec68 (patch)
treec336ce11cef52420b4a7cd7df812339ec6ae1958 /tests
parent9415ac6c4996f0d5611d907d23de00600b18d65b (diff)
Temporarily skip tst_QJSEngine::stringObjects test
Expected failures of this test block to land a patch to QtJSBackend that fixes them. Change-Id: If5c73cb668f9cc05e605e4f37c0dfabc0eecb5a8 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qjsengine/tst_qjsengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsengine/tst_qjsengine.cpp b/tests/auto/qml/qjsengine/tst_qjsengine.cpp
index 840030daba..7892290695 100644
--- a/tests/auto/qml/qjsengine/tst_qjsengine.cpp
+++ b/tests/auto/qml/qjsengine/tst_qjsengine.cpp
@@ -1955,6 +1955,8 @@ void tst_QJSEngine::stringObjects()
{
// See ECMA-262 Section 15.5, "String Objects".
+ QSKIP("This test is temporarily skipped until fix is not landed: https://codereview.qt-project.org/#change,37284");
+
QJSEngine eng;
QString str("ciao");
// in C++