summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macgui
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-30 13:32:06 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-31 10:20:07 +0200
commit83d4ca3f66aa269ff47ff77e718fcbea594f2179 (patch)
tree348d6ac2bc82e8ca4468fb3b552cba66009a61b9 /tests/auto/other/macgui
parent87a4841cb642408f8d30159a21cdb0fca4245e2d (diff)
Remove QEXPECT_FAIL from passing test
The test is blacklisted in dev and 6.1, let it fail properly. We can watch the history of the test and remove the blacklisting if/when it passes consistently on supported macOS versions. Pick-to: 6.1 Task-number: QTBUG-20984 Change-Id: I3211ecf565995578c83a092c637890c0e8bfd766 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests/auto/other/macgui')
-rw-r--r--tests/auto/other/macgui/tst_macgui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/other/macgui/tst_macgui.cpp b/tests/auto/other/macgui/tst_macgui.cpp
index ab0114fc6c..3b4e0e33cb 100644
--- a/tests/auto/other/macgui/tst_macgui.cpp
+++ b/tests/auto/other/macgui/tst_macgui.cpp
@@ -94,7 +94,6 @@ 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));
}