From 4d12ab2c6a62e2771e7cc9c2c67ab48962987421 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 18 Aug 2017 12:12:28 +0200 Subject: tst_swipedelegate: blacklist failing tests Some tests started failing after the recent wip/pointerhandler to dev merge in declarative. Until a fix can be found, we'll blacklist the tests so that integration isn't blocked. The issues will need to be fixed before the release. Task-number: QTBUG-62412 Change-Id: Idfa887f979c946311136a4ee1438ee2921267214 Reviewed-by: Simon Hausmann --- tests/auto/controls/default/BLACKLIST | 20 ++++++++++++++++++++ tests/auto/controls/fusion/BLACKLIST | 20 ++++++++++++++++++++ tests/auto/controls/imagine/BLACKLIST | 20 ++++++++++++++++++++ tests/auto/controls/material/BLACKLIST | 20 ++++++++++++++++++++ tests/auto/controls/universal/BLACKLIST | 20 ++++++++++++++++++++ 5 files changed, 100 insertions(+) create mode 100644 tests/auto/controls/default/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/default/BLACKLIST b/tests/auto/controls/default/BLACKLIST new file mode 100644 index 00000000..92121233 --- /dev/null +++ b/tests/auto/controls/default/BLACKLIST @@ -0,0 +1,20 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-62412 +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[SwipeDelegate::test_swipeVelocity] +* diff --git a/tests/auto/controls/fusion/BLACKLIST b/tests/auto/controls/fusion/BLACKLIST new file mode 100644 index 00000000..92121233 --- /dev/null +++ b/tests/auto/controls/fusion/BLACKLIST @@ -0,0 +1,20 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-62412 +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[SwipeDelegate::test_swipeVelocity] +* diff --git a/tests/auto/controls/imagine/BLACKLIST b/tests/auto/controls/imagine/BLACKLIST new file mode 100644 index 00000000..92121233 --- /dev/null +++ b/tests/auto/controls/imagine/BLACKLIST @@ -0,0 +1,20 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-62412 +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[SwipeDelegate::test_swipeVelocity] +* diff --git a/tests/auto/controls/material/BLACKLIST b/tests/auto/controls/material/BLACKLIST new file mode 100644 index 00000000..92121233 --- /dev/null +++ b/tests/auto/controls/material/BLACKLIST @@ -0,0 +1,20 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-62412 +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[SwipeDelegate::test_swipeVelocity] +* diff --git a/tests/auto/controls/universal/BLACKLIST b/tests/auto/controls/universal/BLACKLIST new file mode 100644 index 00000000..92121233 --- /dev/null +++ b/tests/auto/controls/universal/BLACKLIST @@ -0,0 +1,20 @@ +# See qtbase/src/testlib/qtestblacklist.cpp for format + +# https://bugreports.qt.io/browse/QTBUG-62412 +[SwipeDelegate::test_close] +* + +[SwipeDelegate::test_dragSideAction] +* + +[SwipeDelegate::test_eventsToLeftAndRight] +* + +[SwipeDelegate::test_multipleClickableActions] +* + +[SwipeDelegate::test_removableDelegates] +* + +[SwipeDelegate::test_swipeVelocity] +* -- cgit v1.2.3