From c4503ab9be4748e6f6200dca9e28a6f2af4dec68 Mon Sep 17 00:00:00 2001
From: Peter Varga <pvarga@inf.u-szeged.hu>
Date: Thu, 18 Oct 2012 11:41:42 +0200
Subject: [PATCH] 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>
---
 tests/auto/qml/qjsengine/tst_qjsengine.cpp | 2 ++
 1 file changed, 2 insertions(+)

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++
-- 
GitLab