From 3e8e3817237edc72aa2b8aaca6a19a8215705ddc Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 1 Oct 2020 12:19:10 +0200 Subject: Temporarily blacklist failing touch tests So that we can unblock CI. The failures need more time to be looked into. Task-number: QTBUG-87018 Change-Id: I350a4100011127588077edecb73ae11078100940 Reviewed-by: Shawn Rutledge --- tests/auto/controls/basic/BLACKLIST | 35 +++++++++++++++++++++++++++++++++ tests/auto/controls/fusion/BLACKLIST | 35 +++++++++++++++++++++++++++++++++ tests/auto/controls/imagine/BLACKLIST | 35 +++++++++++++++++++++++++++++++++ tests/auto/controls/material/BLACKLIST | 35 +++++++++++++++++++++++++++++++++ tests/auto/controls/universal/BLACKLIST | 35 +++++++++++++++++++++++++++++++++ tests/auto/qquickmenu/BLACKLIST | 4 ++++ 6 files changed, 179 insertions(+) create mode 100644 tests/auto/controls/basic/BLACKLIST create mode 100644 tests/auto/controls/fusion/BLACKLIST create mode 100644 tests/auto/controls/imagine/BLACKLIST create mode 100644 tests/auto/controls/material/BLACKLIST create mode 100644 tests/auto/controls/universal/BLACKLIST (limited to 'tests') diff --git a/tests/auto/controls/basic/BLACKLIST b/tests/auto/controls/basic/BLACKLIST new file mode 100644 index 00000000..9442a2a8 --- /dev/null +++ b/tests/auto/controls/basic/BLACKLIST @@ -0,0 +1,35 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-87018 +[DelayButton::test_mouse] +* + +[ScrollBar::test_hover:enabled] +* + +[ScrollBar::test_hover:non-interactive] +* + +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_mouseButtons] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[TextArea::test_hover] +* + +[TextField::test_hover] +* diff --git a/tests/auto/controls/fusion/BLACKLIST b/tests/auto/controls/fusion/BLACKLIST new file mode 100644 index 00000000..9442a2a8 --- /dev/null +++ b/tests/auto/controls/fusion/BLACKLIST @@ -0,0 +1,35 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-87018 +[DelayButton::test_mouse] +* + +[ScrollBar::test_hover:enabled] +* + +[ScrollBar::test_hover:non-interactive] +* + +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_mouseButtons] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[TextArea::test_hover] +* + +[TextField::test_hover] +* diff --git a/tests/auto/controls/imagine/BLACKLIST b/tests/auto/controls/imagine/BLACKLIST new file mode 100644 index 00000000..9442a2a8 --- /dev/null +++ b/tests/auto/controls/imagine/BLACKLIST @@ -0,0 +1,35 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-87018 +[DelayButton::test_mouse] +* + +[ScrollBar::test_hover:enabled] +* + +[ScrollBar::test_hover:non-interactive] +* + +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_mouseButtons] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[TextArea::test_hover] +* + +[TextField::test_hover] +* diff --git a/tests/auto/controls/material/BLACKLIST b/tests/auto/controls/material/BLACKLIST new file mode 100644 index 00000000..9442a2a8 --- /dev/null +++ b/tests/auto/controls/material/BLACKLIST @@ -0,0 +1,35 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-87018 +[DelayButton::test_mouse] +* + +[ScrollBar::test_hover:enabled] +* + +[ScrollBar::test_hover:non-interactive] +* + +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_mouseButtons] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[TextArea::test_hover] +* + +[TextField::test_hover] +* diff --git a/tests/auto/controls/universal/BLACKLIST b/tests/auto/controls/universal/BLACKLIST new file mode 100644 index 00000000..9442a2a8 --- /dev/null +++ b/tests/auto/controls/universal/BLACKLIST @@ -0,0 +1,35 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-87018 +[DelayButton::test_mouse] +* + +[ScrollBar::test_hover:enabled] +* + +[ScrollBar::test_hover:non-interactive] +* + +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_mouseButtons] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[TextArea::test_hover] +* + +[TextField::test_hover] +* diff --git a/tests/auto/qquickmenu/BLACKLIST b/tests/auto/qquickmenu/BLACKLIST index 71d96dfd..f71a4e03 100644 --- a/tests/auto/qquickmenu/BLACKLIST +++ b/tests/auto/qquickmenu/BLACKLIST @@ -1,2 +1,6 @@ [popup] macos # Can't control cursor (QTBUG-76312) + +# QTBUG-87018 +[subMenuDisabledMouse] +macos -- cgit v1.2.3