From 8071e3c2af77dbf77dd316e9b13b739f3835c3c4 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Tue, 29 Nov 2022 16:37:11 +0100 Subject: [PATCH] Blacklist tst_QWidgetRepainManager functions flaking on XCB QXcbBackingStore::toImage() returns a QImage that differs from what is displayed on the screen: After multiple moves of children within their parent widget, the last move is not always properly reflected on openSuSE 15.4. This patch blacklists the test functions fastMove, moveAccross and moveInOutOverlapped on openSuSE Leap. Task-number: QTBUG-109036 Pick-to: 6.4 Change-Id: Ideb505570df090b25d30762492d9c60beb6641ff Reviewed-by: Volker Hilsheimer --- .../widgets/kernel/qwidgetrepaintmanager/BLACKLIST | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/auto/widgets/kernel/qwidgetrepaintmanager/BLACKLIST diff --git a/tests/auto/widgets/kernel/qwidgetrepaintmanager/BLACKLIST b/tests/auto/widgets/kernel/qwidgetrepaintmanager/BLACKLIST new file mode 100644 index 0000000000..94692ee20a --- /dev/null +++ b/tests/auto/widgets/kernel/qwidgetrepaintmanager/BLACKLIST @@ -0,0 +1,11 @@ +# Temporary for QTBUG-109036 +[fastMove] +opensuse-leap + +# Temporary for QTBUG-109036 +[moveAccross] +opensuse-leap + +# Temporary for QTBUG-109036 +[moveInOutOverlapped] +opensuse-leap