From: Dmitry Shachnev Date: Mon, 13 Jun 2022 18:36:10 +0000 (+0100) Subject: disable qtext2dentity test on all OpenGL ES 2 environments X-Git-Tag: archive/raspbian/5.15.4+dfsg-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=39583759ea638400aae7c21c581887b22354a251;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"));