Skip to content

Commit

Permalink
Revert "tests: XFAIL tst_QOpenGL::bufferMapRange() on Wayland"
Browse files Browse the repository at this point in the history
This reverts commit e49d2da.

This doesn't fail on Wayland, perhaps a false alarm.

Fixes: QTBUG-100918
Pick-to: 6.4 6.2
Change-Id: I1415afdeaf1bff26dba3b3100b2aafcda00bcdd9
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
  • Loading branch information
liangqi committed Oct 7, 2022
1 parent dd60832 commit f8898ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/auto/gui/qopengl/tst_qopengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1636,8 +1636,6 @@ void tst_QOpenGL::bufferMapRange()
buf.unmap();

p = (char *) buf.mapRange(0, sizeof(data), QOpenGLBuffer::RangeRead);
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
QEXPECT_FAIL("", "This fails on Wayland, see QTBUG-100918.", Abort);
QVERIFY(!strcmp(p, "sOMe data"));
buf.unmap();

Expand Down

0 comments on commit f8898ca

Please sign in to comment.