From 179d9fe7b4cb089c3a6c0d0c9e653119af688d23 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Fri, 29 Jun 2012 13:54:21 +1000 Subject: Flag consistently failing tests as expected fail tests. Task-number: QTBUG-26372 Task-number: QTBUG-26371 Task-number: QTBUG-20984 Change-Id: I7ae558243c366769cd6c587e77f862558e8053a1 Reviewed-by: Rohan McGovern --- tests/auto/other/macgui/macgui.pro | 2 -- tests/auto/other/macgui/tst_macgui.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/other/macgui/macgui.pro b/tests/auto/other/macgui/macgui.pro index b7adbb470e..b557806555 100644 --- a/tests/auto/other/macgui/macgui.pro +++ b/tests/auto/other/macgui/macgui.pro @@ -7,5 +7,3 @@ HEADERS += guitest.h QT = core-private widgets-private testlib requires(mac) - -CONFIG+=insignificant_test # QTBUG-20984, fails unstably diff --git a/tests/auto/other/macgui/tst_macgui.cpp b/tests/auto/other/macgui/tst_macgui.cpp index e1fddabf9f..0466fdd594 100644 --- a/tests/auto/other/macgui/tst_macgui.cpp +++ b/tests/auto/other/macgui/tst_macgui.cpp @@ -99,6 +99,7 @@ void tst_MacGui::scrollbarPainting() QPixmap pixmap = grabWindowContents(&colorWidget); + QEXPECT_FAIL("", "QTBUG-26371", Abort); QVERIFY(isContent(pixmap.toImage(), verticalScrollbar.geometry(), GuiTester::Horizontal)); QVERIFY(isContent(pixmap.toImage(), horizontalScrollbar.geometry(), GuiTester::Vertical)); } @@ -221,6 +222,7 @@ void tst_MacGui::spinBoxArrowButtons() // Set focus by clicking the less button. QAccessibleInterface *lessInterface = wn.find(QAccessible::Name, "Less", &spinBox); + QEXPECT_FAIL("", "QTBUG-26372", Abort); QVERIFY(lessInterface); const int delay = 500; clickLater(lessInterface, Qt::LeftButton, delay); -- cgit v1.2.3