From 64e88ca0af727b68049c277574da4593fb544066 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Sun, 20 May 2012 03:24:07 +0200 Subject: Skip tst_QScriptEngine::collectGarbage This test is blocking CI. It is possible that depending on the optimisation flags, some pointers are still on the stack. This feature is also tested in tst_QScriptEngine::collectGarbageAfterConnect Change-Id: I264f634aa58a002738b8d9c87c43ee1790bb329a Reviewed-by: Toby Tomkins --- tests/auto/qscriptengine/tst_qscriptengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp index c93dd8d..a7aee35 100644 --- a/tests/auto/qscriptengine/tst_qscriptengine.cpp +++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp @@ -2838,6 +2838,7 @@ void tst_QScriptEngine::collectGarbage() QVERIFY(ptr != 0); (void)eng.newQObject(ptr, QScriptEngine::ScriptOwnership); collectGarbage_helper(eng); + QSKIP("This test does not work reliably"); // (maybe some pointers are still on the stack somewhere) QVERIFY(ptr == 0); } -- cgit v1.2.1