aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-11-23 21:03:14 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2020-11-24 12:33:09 +0100
commitca4d62883639a6cd66882b941076cd98e7733754 (patch)
treef32f83555833620ecbbaf4cffa149dc17e7a70e2 /tests/auto/quick
parent08eb485a006dc2baca42eb280ae60e9f0fc00dff (diff)
Attempt to stabilize tst_QQuickListView::sectionsSnap
It only failed due to being in a "bad" sequence with other tests somehow. Fixing by reordering is lame, but I can't find the actual reason that it fails, so far. Task-number: QTBUG-86729 Change-Id: I8450c2e4b3119326c8518a526801cd10e933dca0 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/qquicklistview/BLACKLIST2
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp4
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/quick/qquicklistview/BLACKLIST b/tests/auto/quick/qquicklistview/BLACKLIST
index 1984999130..6ef69550a4 100644
--- a/tests/auto/quick/qquicklistview/BLACKLIST
+++ b/tests/auto/quick/qquicklistview/BLACKLIST
@@ -12,5 +12,3 @@ macos
macos
opensuse-leap
ubuntu-18.04
-[sectionsSnap]
-macos ci # QTBUG-86729
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index 3a742f2a6d..fbc4b92762 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -130,6 +130,8 @@ private slots:
void spacing();
void qAbstractItemModel_package_sections();
void qAbstractItemModel_sections();
+ void sectionsSnap_data();
+ void sectionsSnap();
void sectionsPositioning();
void sectionsDelegate_data();
void sectionsDelegate();
@@ -139,8 +141,6 @@ private slots:
void sectionPropertyChange();
void sectionDelegateChange();
void sectionsItemInsertion();
- void sectionsSnap_data();
- void sectionsSnap();
void cacheBuffer();
void positionViewAtBeginningEnd();
void positionViewAtIndex();