From 7789b872da10fb43d418b40dbb80ad9da811c88c Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 18 Aug 2011 11:07:42 +1000 Subject: [PATCH] test: mark tst_qtextlayout as insignificant for qpa, xcb This autotest segfaults in this configuration. Task-number: QTBUG-20979 Change-Id: I7f038416d9333b690695f48e4ad01d52767f45cd Reviewed-on: http://codereview.qt.nokia.com/3120 Reviewed-by: Qt Sanity Bot Reviewed-by: Kalle Lehtonen --- tests/auto/qtextlayout/qtextlayout.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qtextlayout/qtextlayout.pro b/tests/auto/qtextlayout/qtextlayout.pro index 222e69b..6bf0065 100644 --- a/tests/auto/qtextlayout/qtextlayout.pro +++ b/tests/auto/qtextlayout/qtextlayout.pro @@ -9,3 +9,4 @@ symbian { TARGET.EPOCHEAPSIZE = 100000 20000000 } +qpa:contains(QT_CONFIG,qpa):CONFIG+=insignificant_test # QTBUG-20979 -- 2.7.4