Skip to content

Commit

Permalink
Remove QEXPECT_FAIL from passing test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vohi committed Mar 31, 2021
1 parent 87a4841 commit 83d4ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/auto/other/macgui/tst_macgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 83d4ca3

Please sign in to comment.