From 9b62b01ddda3b8bc0672fd5e6c2f6842fbfee683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Wed, 14 Nov 2012 16:23:46 +0100 Subject: Disable static contents optimization for now. Since none of the platform backingstore implementations currently implement this, skip trying to use the optimization for now to avoid graphical glitches. Task-number: QTBUG-27971 Change-Id: Ic6d263bb552ef0b4786910d71f965d26d810b7eb Reviewed-by: Paul Olav Tvete --- tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp index a84709a6dd..f3f63b2067 100644 --- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp +++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp @@ -3550,9 +3550,7 @@ void tst_QWidget::optimizedResizeMove() void tst_QWidget::optimizedResize_topLevel() { -#if defined(Q_OS_MAC) - QSKIP("We do not yet have static contents support for *top-levels* on this platform"); -#endif + QSKIP("We do not yet have static contents support, see QTBUG-28012"); StaticWidget topLevel; topLevel.gotPaintEvent = false; -- cgit v1.2.3