Remove QEXPECT_FAIL from test on macOS
The flakiness was reported for macOS 10.8 a long time ago and I am not able to reproduce it, so lets remove the workaround for it. Task-number: QTBUG-32690 Change-Id: I92e64065c7480b8f4c5d1d1e6cb5fdd218a70313 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
1a9ebfabcd
commit
d7944c2921
@ -491,10 +491,6 @@ void tst_QGlyphRun::drawMultiScriptText2()
|
||||
drawGlyphs.save("drawMultiScriptText2_drawGlyphIndexes.png");
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_OSX
|
||||
if (drawGlyphs.toImage() != textLayoutDraw.toImage())
|
||||
QEXPECT_FAIL("", "See QTBUG-32690", Continue);
|
||||
#endif // Q_OS_OSX
|
||||
QCOMPARE(drawGlyphs, textLayoutDraw);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user