Android: skip tst_qopengl::fboRenderingRGB30()
This fails on Android 12 in CI. Task-number: QTBUG-105738 Change-Id: I94fcefae3d88087cd96f4043b015f9469ed629a9 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 0fb59d68f79328215a5c3b3602c5baefdc0d1178) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
c28859a861
commit
52acf391ec
@ -618,6 +618,10 @@ static bool supportsInternalFboFormat(QOpenGLContext *ctx, int glFormat)
|
|||||||
|
|
||||||
void tst_QOpenGL::fboRenderingRGB30()
|
void tst_QOpenGL::fboRenderingRGB30()
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_ANDROID
|
||||||
|
if (QNativeInterface::QAndroidApplication::sdkVersion() >= 31)
|
||||||
|
QSKIP("Fails on Android 12 (QTBUG-105738)");
|
||||||
|
#endif
|
||||||
#if defined(Q_OS_LINUX) && defined(Q_CC_GNU) && !defined(__x86_64__)
|
#if defined(Q_OS_LINUX) && defined(Q_CC_GNU) && !defined(__x86_64__)
|
||||||
QSKIP("QTBUG-22617");
|
QSKIP("QTBUG-22617");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user