From cbb7f8b10e99fad675839d7625d3236ed67b3e01 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Mon, 12 Mar 2012 13:13:48 +0100 Subject: Skip test that accesses deleted QML engine The test is blocking the CI because it crashes on linux/x64. By "luck" it doesn't crash on the other test machines -- valgrind still complains, though. Task-number: QTBUG-24734 Change-Id: I6bc12ca72f8900339bc9139b40cf828aff8e47ba Reviewed-by: Lars Knoll --- tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/qml/qqmlproperty') diff --git a/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp b/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp index ae300900c9..13ea1abd73 100644 --- a/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp +++ b/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp @@ -1553,6 +1553,8 @@ void tst_qqmlproperty::crashOnValueProperty() delete engine; engine = 0; + QSKIP("QTBUG-24734: test accesses deleted QML engine from QQmlProperty::propertyTypeName()"); + QCOMPARE(p.propertyTypeName(), "int"); QCOMPARE(p.read(), QVariant(10)); p.write(QVariant(20)); -- cgit v1.2.3