Exclude a QCOMPARE in tst_QListWidget instead of excluding the whole class.
authorStephen Kelly <stephen.kelly@kdab.com>
Tue, 9 Oct 2012 14:24:52 +0000 (16:24 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 16 Oct 2012 06:41:48 +0000 (08:41 +0200)
commitf7241e8cb949ecf2d86fae2a759a8e1fdb148a26
treed613a88058cb6de23cb3aa41dc8b3a65e91fdaea
parentf696205b37bc8553796cd1973b7da109185ec22f
Exclude a QCOMPARE in tst_QListWidget instead of excluding the whole class.

The original bug was reported as a different test failing. Looking
through the CI logs, that test now always passes, but fastScroll fails
unstably. The fastScroll test is already excluded on Mac, but the patch and
reason for that predates the public git history.

This is a regression since marking the entire test as insignificant,
and shows why insignification of tests should be as narrow as possible.

Narrow this one now.

Task-number: QTBUG-21098
Change-Id: I0d6c22e422af190c9e6331e123db38022af28e4b
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/widgets/itemviews/qlistwidget/qlistwidget.pro
tests/auto/widgets/itemviews/qlistwidget/tst_qlistwidget.cpp