Remove insignification of QSizeGrip test on Mac OS X.
The test has one stable failure. Mark it with QEXPECT_FAIL and re-enable the test. Task-number: QTBUG-23681 Change-Id: Iade17cbbd1570863bb628572d8da52ec9c0f62ba Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
This commit is contained in:
parent
342d66995a
commit
8e11d8b3ae
@ -3,5 +3,3 @@ TARGET = tst_qsizegrip
|
|||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
QT += widgets testlib
|
QT += widgets testlib
|
||||||
SOURCES += tst_qsizegrip.cpp
|
SOURCES += tst_qsizegrip.cpp
|
||||||
|
|
||||||
mac: CONFIG += insignificant_test # failures on mac, QTBUG-23681
|
|
||||||
|
@ -140,6 +140,7 @@ void tst_QSizeGrip::hideAndShowOnWindowStateChange()
|
|||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
QVERIFY(!sizeGrip->isVisible());
|
QVERIFY(!sizeGrip->isVisible());
|
||||||
#else
|
#else
|
||||||
|
QEXPECT_FAIL("", "QTBUG-23681", Abort);
|
||||||
QVERIFY(sizeGrip->isVisible());
|
QVERIFY(sizeGrip->isVisible());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user