diff --git a/tests/auto/gui/rhi/qrhi/BLACKLIST b/tests/auto/gui/rhi/qrhi/BLACKLIST index f1f54e160cc..0ce85b84a34 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 d6fc9b71745..f3d0781b0ee 100644 --- a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp +++ b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp @@ -2470,6 +2470,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());