From: Dmitry Shachnev Date: Sat, 17 Dec 2022 15:20:02 +0000 (+0000) Subject: disable qtext2dentity test on all OpenGL ES 2 environments X-Git-Tag: archive/raspbian/5.15.8+dfsg-2+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b2f8fa2002a2f478518c5c20b0ced05a2f5471a;p=qt3d-opensource-src.git disable qtext2dentity test on all OpenGL ES 2 environments 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 --- diff --git a/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp b/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp index 6fcc2e6..6787021 100644 --- a/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp +++ b/tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp @@ -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"));