From: Dmitry Shachnev Date: Tue, 21 May 2024 15:43:48 +0000 (+0300) Subject: disable qtext2dentity test on all OpenGL ES 2 environments X-Git-Tag: archive/raspbian/5.15.13+dfsg-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8928875588a9f1398da3d790c7aebe4875c7abe6;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 35e2418..c652995 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"));