Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.6
-
None
-
-
30e46e37a (dev), 9d8f5dde5 (6.5)
Description
Running the test added in https://codereview.qt-project.org/c/qt/qtdeclarative/+/470969 on the Android emulator makes the test exit with an error code, after printing:
1: QWARN : tst_qquickwidget::focusPreserved() QEGLPlatformContext: eglMakeCurrent failed: 3009
1: QWARN : tst_qquickwidget::focusPreserved() QRhiGles2: Failed to make context current. Expect bad things to happen.
1: QWARN : tst_qquickwidget::focusPreserved() Failed to create QRhi for QBackingStoreRhiSupport
The entire test generate many warnings about how "QAndroidPlatformBackingStore does not support OpenGL-only windows.", but those are evidently not breaking any other test functions.
Attachments
Issue Links
- duplicates
-
QTBUG-100991 Some tests crash on Android CI
- Reported