Temporarily skip tst_QJSEngine::stringObjects test
authorPeter Varga <pvarga@inf.u-szeged.hu>
Thu, 18 Oct 2012 09:41:42 +0000 (11:41 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 18 Oct 2012 12:40:07 +0000 (14:40 +0200)
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>
tests/auto/qml/qjsengine/tst_qjsengine.cpp

index 840030d..7892290 100644 (file)
@@ -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++