Skip more QScroller tests on Mac, they are all flakey
Task-number: QTBUG-29950 Change-Id: Ieda94dbcab3d75678597544a029c5ca6d2dc8226 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
d7c2227651
commit
bb2d95ce43
@ -365,6 +365,9 @@ void tst_QScroller::scrollerProperties()
|
||||
|
||||
void tst_QScroller::scrollTo()
|
||||
{
|
||||
#ifdef Q_OS_MAC
|
||||
QSKIP("Flakey test - https://bugreports.qt-project.org/browse/QTBUG-29950");
|
||||
#endif
|
||||
{
|
||||
tst_QScrollerWidget *sw = new tst_QScrollerWidget();
|
||||
sw->scrollArea = QRectF( 0, 0, 1000, 1000 );
|
||||
@ -391,7 +394,9 @@ void tst_QScroller::scrollTo()
|
||||
|
||||
void tst_QScroller::scroll()
|
||||
{
|
||||
#ifdef Q_OS_MAC
|
||||
QSKIP("Flakey test - https://bugreports.qt-project.org/browse/QTBUG-30133");
|
||||
#endif
|
||||
#ifndef QT_NO_GESTURES
|
||||
// -- good case. normal scroll
|
||||
tst_QScrollerWidget *sw = new tst_QScrollerWidget();
|
||||
@ -434,6 +439,9 @@ void tst_QScroller::scroll()
|
||||
|
||||
void tst_QScroller::overshoot()
|
||||
{
|
||||
#ifdef Q_OS_MAC
|
||||
QSKIP("Flakey test - https://bugreports.qt-project.org/browse/QTBUG-29950");
|
||||
#endif
|
||||
#ifndef QT_NO_GESTURES
|
||||
tst_QScrollerWidget *sw = new tst_QScrollerWidget();
|
||||
sw->scrollArea = QRectF(0, 0, 1000, 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user