From 67093abf53fa650a11fa56e4c016f30c1e9e2697 Mon Sep 17 00:00:00 2001 From: Dmytro Poplavskiy Date: Tue, 24 Jul 2012 12:50:40 +1000 Subject: [PATCH] Removed QEXPECT_FAIL for non reproducible showFullScreen bug on Mac Task-number: QTBUG-25310 Change-Id: If5786340386de5f6664ccfa45439858d209a45ba Reviewed-by: Michael Goddard --- tests/auto/unit/qvideowidget/tst_qvideowidget.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp b/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp index ab99405..e00697a 100644 --- a/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp +++ b/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp @@ -445,9 +445,6 @@ void tst_QVideoWidget::nullService() widget.setFullScreen(true); QTest::qWaitForWindowShown(&widget); -#ifdef Q_OS_MAC - QEXPECT_FAIL("", "QTBUG-25310 - Fails on Mac", Continue); -#endif QCOMPARE(widget.isFullScreen(), true); widget.setAspectRatioMode(Qt::IgnoreAspectRatio); @@ -958,9 +955,6 @@ void tst_QVideoWidget::fullScreenWindowControl() QCOMPARE(spy.count(), 4); widget.showNormal(); QTest::qWaitForWindowShown(&widget); -#ifdef Q_OS_MAC - QEXPECT_FAIL("", "QTBUG-25310 - Fails on Mac", Abort); -#endif QCOMPARE(object.testService->windowControl->isFullScreen(), false); QCOMPARE(widget.isFullScreen(), false); QCOMPARE(spy.count(), 4); -- 2.7.4