From 039d3fe4e884c3680cb21d89deba7857dde1269c Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 13 Oct 2020 14:36:18 +0300 Subject: Android: blacklist a list of failing tests for android We want to re-enable Android tests in QTQAINFRA-3867. However, many tests are failing already preventing that from happening. QTBUG-87025 is currently keeping track (links) to all of those failing tests. The current proposal is to hide those failing tests, and enable Android test running in COIN for other tests. After, that try to fix them one by one, and at the same time we can make sure no more failing tests go unnoticed. Task-number: QTBUG-87025 Change-Id: Ic1fe9fdd167cbcfd99efce9a09c69c344a36bbe4 Reviewed-by: Alexandru Croitor --- tests/auto/widgets/kernel/qwidget/BLACKLIST | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'tests/auto/widgets/kernel/qwidget/BLACKLIST') diff --git a/tests/auto/widgets/kernel/qwidget/BLACKLIST b/tests/auto/widgets/kernel/qwidget/BLACKLIST index 9df4e4c1ab..87963f0ed1 100644 --- a/tests/auto/widgets/kernel/qwidget/BLACKLIST +++ b/tests/auto/widgets/kernel/qwidget/BLACKLIST @@ -44,3 +44,33 @@ ubuntu macos # Can't move cursor (QTBUG-76312) [taskQTBUG_4055_sendSyntheticEnterLeave] macos # Can't move cursor (QTBUG-76312) + +# QTBUG-87668 +[reparent] +android +[windowState] +android +[showMinimizedKeepsFocus] +android +[normalGeometry] +android +[saveRestoreGeometry] +android +[optimizedResizeMove] +android +[resizeEvent] +android +[update] +android +[scroll] +android +[setWindowGeometry] +android +[windowMoveResize] +android +[moveChild] +android +[showAndMoveChild] +android +[multipleToplevelFocusCheck] +android -- cgit v1.2.3