Revert "tests: XFAIL tst_QOpenGL::bufferMapRange() on Wayland"
This reverts commit e49d2daf19.
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 <eskil.abrahamsen-blomfeldt@qt.io>
bb10
parent
dd608329b2
commit
f8898cae83
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue