Unblacklist tst_qrhi renderToTextureSampleWithSeparateTextureAndSampler
Unblacklist test function by skipping it with Android with Vulkan. Fixes: QTQAINFRA-6335 Change-Id: I2ee093542f09f68044baa044b697a09af066fcd8 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Lauri Pohjanheimo <lauri.pohjanheimo@qt.io> (cherry picked from commit fd15b2178a3468bf1fcd04b79467e1400ec6c8d3)
This commit is contained in:
parent
05d247e10e
commit
e8a71279c6
@ -11,8 +11,6 @@ android
|
|||||||
[renderToTextureTextureArray]
|
[renderToTextureTextureArray]
|
||||||
android
|
android
|
||||||
# Ditto
|
# Ditto
|
||||||
[renderToTextureSampleWithSeparateTextureAndSampler]
|
|
||||||
android
|
|
||||||
[renderToFloatTexture]
|
[renderToFloatTexture]
|
||||||
android
|
android
|
||||||
[tessellation vulkan]
|
[tessellation vulkan]
|
||||||
|
@ -2322,6 +2322,12 @@ void tst_QRhi::renderToTextureSampleWithSeparateTextureAndSampler()
|
|||||||
QFETCH(QRhi::Implementation, impl);
|
QFETCH(QRhi::Implementation, impl);
|
||||||
QFETCH(QRhiInitParams *, initParams);
|
QFETCH(QRhiInitParams *, initParams);
|
||||||
|
|
||||||
|
#ifdef Q_OS_ANDROID
|
||||||
|
if (impl == QRhi::Vulkan) {
|
||||||
|
QSKIP("This function fails with Vulkan on Android, see QTQAINFRA-6926 for more info.");
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
QScopedPointer<QRhi> rhi(QRhi::create(impl, initParams, QRhi::Flags(), nullptr));
|
QScopedPointer<QRhi> rhi(QRhi::create(impl, initParams, QRhi::Flags(), nullptr));
|
||||||
if (!rhi)
|
if (!rhi)
|
||||||
QSKIP("QRhi could not be created, skipping testing rendering");
|
QSKIP("QRhi could not be created, skipping testing rendering");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user