disable qtext2dentity test on all OpenGL ES 2 environments
authorDmitry Shachnev <mitya57@debian.org>
Fri, 13 Jan 2023 08:01:14 +0000 (08:01 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 13 Jan 2023 08:01:14 +0000 (08:01 +0000)
Forwarded: no
Last-Update: 2020-10-30

It fails on Debian armel/armhf too, because of this error:
QEGLPlatformContext: eglMakeCurrent failed: 3009

Gbp-Pq: Name tst_qtext2dentity_gles_disable.diff

tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp

index 6fcc2e63701241bbb30443ebcc0a6682ba1e47d3..678702120b542f8e66cc187dc0c323262b083604 100644 (file)
@@ -77,7 +77,7 @@ private slots:
 
 void tst_qtext2dentity::checkChangeArbiter()
 {
-#if !defined(QT_OPENGL_ES_2_ANGLE)
+#if !defined(QT_OPENGL_ES_2)
     // GIVEN
     Qt3DExtras::Quick::Qt3DQuickWindow view;
     view.setSource(QUrl("qrc:/qtext2dentity.qml"));