diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2012-04-11 16:53:49 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-11 19:14:43 +0200 |
commit | e2f2bfb8ccf6e415320cb1c6f465b3feaafa053d (patch) | |
tree | 1d0c610f1f8a0d55fd53b14a67e9f004546c479e /tests/auto/widgets/graphicsview/qgraphicsgridlayout | |
parent | d6ad749e8fdce0ebf595cc05a9367be5bf52240d (diff) | |
download | qtbase-e2f2bfb8ccf6e415320cb1c6f465b3feaafa053d.tar.gz |
Remove insignification from tst_qgraphicsgridlayout.
Crash on XCB can no longer be reproduced.
Task-number: QTBUG-20756
Change-Id: I057231a397573f2a28a1325c6d6f728735ebbee6
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/widgets/graphicsview/qgraphicsgridlayout')
-rw-r--r-- | tests/auto/widgets/graphicsview/qgraphicsgridlayout/qgraphicsgridlayout.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicsgridlayout/qgraphicsgridlayout.pro b/tests/auto/widgets/graphicsview/qgraphicsgridlayout/qgraphicsgridlayout.pro index b32c638948..5796cbfd73 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsgridlayout/qgraphicsgridlayout.pro +++ b/tests/auto/widgets/graphicsview/qgraphicsgridlayout/qgraphicsgridlayout.pro @@ -4,5 +4,3 @@ TARGET = tst_qgraphicsgridlayout QT += widgets testlib SOURCES += tst_qgraphicsgridlayout.cpp CONFIG += parallel_test -# ### fixme: QTBUG-20756 crashes on xcb -contains(QT_CONFIG,xcb):CONFIG+=insignificant_test |