Skip test that crashes entire test suite.
authorToby Tomkins <toby.tomkins@nokia.com>
Wed, 19 Oct 2011 03:34:24 +0000 (13:34 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 19 Oct 2011 04:01:53 +0000 (06:01 +0200)
Task-number: QTBUG-21995

Change-Id: Ic6b6d052f20e4d8c710e00f7b13bacdc146288d6
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>

tests/auto/declarative/qsgpositioners/qsgpositioners.pro
tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp

index e7e30c7..d0ecbd6 100644 (file)
@@ -8,6 +8,4 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private v8-private declarative-private opengl-private testlib
index 3afc7df..0ef10c1 100644 (file)
@@ -1405,6 +1405,7 @@ void tst_qsgpositioners::test_attachedproperties_data()
 
 void tst_qsgpositioners::test_attachedproperties_dynamic()
 {
+    QSKIP("QTBUG-21995 - Test crashes on exit", SkipAll);
     QSGView *canvas = createView(TESTDATA("attachedproperties-dynamic.qml"));
     QVERIFY(canvas->rootObject() != 0);