GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

dEQP-EGL fails on the Pinephone (lima) #151

Closed rsglobal closed 1 year ago

rsglobal commented 3 years ago

$ atest CtsDeqpTestCases

14 tests failed

dEQP-EGL.functional.create_context#no_config dEQP-EGL.functional.render.multi_context.gles2#rgb888_window dEQP-EGL.functional.render.multi_context.gles2#rgba8888_pbuffer dEQP-EGL.functional.render.multi_thread.gles2#rgb888_window dEQP-EGL.functional.render.multi_thread.gles2#rgba8888_pbuffer dEQP-EGL.functional.image.modify#renderbuffer_depth16_renderbuffer_clear_depth dEQP-EGL.functional.multicontext#non_shared dEQP-EGL.functional.multicontext#shared dEQP-EGL.functional.multicontext#non_shared_make_current dEQP-EGL.functional.multicontext#shared_make_current dEQP-EGL.functional.multicontext#non_shared_clear dEQP-EGL.functional.multicontext#shared_clear dEQP-EGL.functional.wide_color#window_8888_colorspace_srgb dEQP-EGL.functional.wide_color#pbuffer_8888_colorspace_srgb

rsglobal commented 2 years ago

Some of fails were fixed by: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18407

Now got 8 fail tests:

dEQP-EGL.functional.create_context#no_config
dEQP-EGL.functional.render.multi_context.gles2#rgb888_window
dEQP-EGL.functional.render.multi_context.gles2#rgba8888_pbuffer
dEQP-EGL.functional.render.multi_thread.gles2#rgb888_window
dEQP-EGL.functional.render.multi_thread.gles2#rgba8888_pbuffer
dEQP-EGL.functional.image.modify#renderbuffer_depth16_renderbuffer_clear_depth
dEQP-EGL.functional.wide_color#window_8888_colorspace_srgb
dEQP-EGL.functional.wide_color#pbuffer_8888_colorspace_srgb
rsglobal commented 1 year ago

Lima/EGL tests running functionality were added into mesa3d and now mesa3d community are able to track these issues: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20392