Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 <lars.knoll@nokia.com>
  • Loading branch information
Kent Hansen authored and Qt by Nokia committed Mar 12, 2012
1 parent 2553575 commit cbb7f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit cbb7f8b

Please sign in to comment.