disable qtext2dentity test on all OpenGL ES 2 environments
authorDmitry Shachnev <mitya57@debian.org>
Sun, 27 Oct 2024 14:12:01 +0000 (17:12 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Sun, 27 Oct 2024 14:12:01 +0000 (17:12 +0300)
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 35e241839bb03bfb53f834bf2ba06c67c91e5f3c..c652995d7cbbdd3307aac476d5cd8d4b034dcabb 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"));