Removed QEXPECT_FAIL for non reproducible showFullScreen bug on Mac
Task-number: QTBUG-25310 Change-Id: If5786340386de5f6664ccfa45439858d209a45ba Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
e558ed1680
commit
67093abf53
@@ -445,9 +445,6 @@ void tst_QVideoWidget::nullService()
|
|||||||
|
|
||||||
widget.setFullScreen(true);
|
widget.setFullScreen(true);
|
||||||
QTest::qWaitForWindowShown(&widget);
|
QTest::qWaitForWindowShown(&widget);
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
QEXPECT_FAIL("", "QTBUG-25310 - Fails on Mac", Continue);
|
|
||||||
#endif
|
|
||||||
QCOMPARE(widget.isFullScreen(), true);
|
QCOMPARE(widget.isFullScreen(), true);
|
||||||
|
|
||||||
widget.setAspectRatioMode(Qt::IgnoreAspectRatio);
|
widget.setAspectRatioMode(Qt::IgnoreAspectRatio);
|
||||||
@@ -958,9 +955,6 @@ void tst_QVideoWidget::fullScreenWindowControl()
|
|||||||
QCOMPARE(spy.count(), 4);
|
QCOMPARE(spy.count(), 4);
|
||||||
widget.showNormal();
|
widget.showNormal();
|
||||||
QTest::qWaitForWindowShown(&widget);
|
QTest::qWaitForWindowShown(&widget);
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
QEXPECT_FAIL("", "QTBUG-25310 - Fails on Mac", Abort);
|
|
||||||
#endif
|
|
||||||
QCOMPARE(object.testService->windowControl->isFullScreen(), false);
|
QCOMPARE(object.testService->windowControl->isFullScreen(), false);
|
||||||
QCOMPARE(widget.isFullScreen(), false);
|
QCOMPARE(widget.isFullScreen(), false);
|
||||||
QCOMPARE(spy.count(), 4);
|
QCOMPARE(spy.count(), 4);
|
||||||
|
|||||||
Reference in New Issue
Block a user