summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-06-29 13:54:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-30 04:30:15 +0200
commit179d9fe7b4cb089c3a6c0d0c9e653119af688d23 (patch)
tree54978bf2d585843e7b238c140f4695162979bc23 /tests/auto
parent82ca0936ed6f59cd2ea5569ab924c81d2a5e04e8 (diff)
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 <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/other/macgui/macgui.pro2
-rw-r--r--tests/auto/other/macgui/tst_macgui.cpp2
2 files changed, 2 insertions, 2 deletions
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);