diff --git a/tests/auto/gui/rhi/qrhi/BLACKLIST b/tests/auto/gui/rhi/qrhi/BLACKLIST index 3df7f70c5fc..f664eaf971f 100644 --- a/tests/auto/gui/rhi/qrhi/BLACKLIST +++ b/tests/auto/gui/rhi/qrhi/BLACKLIST @@ -1,6 +1,3 @@ -# QTBUG-87429 -[renderToTextureArrayOfTexturedQuad] -android # QTBUG-92211 [renderPassDescriptorCompatibility] android diff --git a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp index 57f5d175ef8..f70c6e5f648 100644 --- a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp +++ b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp @@ -2538,6 +2538,11 @@ void tst_QRhi::renderToTextureArrayOfTexturedQuad() if (!rhi) QSKIP("QRhi could not be created, skipping testing rendering"); + if (isAndroidOpenGLSwiftShader(impl, rhi.get())) { + QSKIP("SwiftShader software acceleration is used which does not support this OpenGLES " + "feature. See QTBUG-132934"); + } + QImage inputImage; inputImage.load(QLatin1String(":/data/qt256.png")); QVERIFY(!inputImage.isNull());