From c2e6830e7af23a6c4c01e47cea3fdf6acb263beb Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 10 Sep 2012 17:04:42 +0200 Subject: [PATCH] tst_v4::qtscript(): QSKIP -> QEXPECT_FAIL Change-Id: I0a9b657b3ce81e0fc3bc788d0db64d27505eba10 Reviewed-by: Caroline Chao --- tests/auto/qml/v4/tst_v4.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/auto/qml/v4/tst_v4.cpp b/tests/auto/qml/v4/tst_v4.cpp index e4a8a2e..c09a020 100644 --- a/tests/auto/qml/v4/tst_v4.cpp +++ b/tests/auto/qml/v4/tst_v4.cpp @@ -117,9 +117,6 @@ static void v4ErrorsMsgHandler(QtMsgType, const char *message) void tst_v4::qtscript() { - if (strcmp(QTest::currentDataTag(), "jsvalueHandling") == 0) - QSKIP("Test failing - QTBUG-26951"); - QFETCH(QString, file); QV4Compiler::enableBindingsTest(true); @@ -138,6 +135,7 @@ void tst_v4::qtscript() foreach (const QByteArray &msg, v4ErrorMessages) qDebug() << msg; } + QEXPECT_FAIL("jsvalueHandling", "QTBUG-26951 - QJSValue has a different representation of NULL to QV8Engine", Continue); QCOMPARE(v4ErrorCount, 0); QV4Compiler::enableBindingsTest(false); -- 2.7.4