aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-10-19 13:34:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-19 06:01:53 +0200
commit8b7af5dc1c230c84ba091683d0af475c68c1865e (patch)
tree519c66a5c4454c39119bac854c6eb03baadda8be /tests
parentf383c47dd53e867f182f3d3e0725a03f7f873479 (diff)
Skip test that crashes entire test suite.
Task-number: QTBUG-21995 Change-Id: Ic6b6d052f20e4d8c710e00f7b13bacdc146288d6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgpositioners/qsgpositioners.pro2
-rw-r--r--tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/qsgpositioners/qsgpositioners.pro b/tests/auto/declarative/qsgpositioners/qsgpositioners.pro
index e7e30c7576..d0ecbd677c 100644
--- a/tests/auto/declarative/qsgpositioners/qsgpositioners.pro
+++ b/tests/auto/declarative/qsgpositioners/qsgpositioners.pro
@@ -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
diff --git a/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp b/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp
index 3afc7dfb27..0ef10c1eb3 100644
--- a/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp
+++ b/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp
@@ -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);