mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 07:38:10 +02:00
ci/android: add an android-angle-lavapipe job
Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33377>
This commit is contained in:
parent
218c403dee
commit
fb8bfd1f0e
4 changed files with 36 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ debian/x86_64_test-vk:
|
|||
- debian/x86_64_test-vk
|
||||
|
||||
# Debian based x86_64 test image for Android
|
||||
.debian/x86_64_test-android:
|
||||
debian/x86_64_test-android:
|
||||
extends:
|
||||
- .android-variables
|
||||
- .use-debian/x86_64_test-base
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
[[deqp]]
|
||||
deqp = "/data/deqp/deqp-egl-android"
|
||||
caselists = ["/data/deqp/egl-main.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
|
|
@ -43,3 +43,15 @@ lavapipe-vk-asan:
|
|||
- .piglit-traces-test
|
||||
- .lavapipe-test
|
||||
- .lavapipe-manual-rules
|
||||
|
||||
android-angle-lavapipe:
|
||||
variables:
|
||||
USE_ANGLE: 1
|
||||
ANDROID_GPU_MODE: mesa_swrast_guest_angle
|
||||
DEQP_SUITE: android-angle-lavapipe
|
||||
GPU_VERSION: lvp-android-angle
|
||||
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
|
||||
timeout: 15m
|
||||
extends:
|
||||
- .test-android
|
||||
- .lavapipe-rules
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
dEQP-EGL.functional.color_clears.multi_context.gles1.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles2.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles3.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles1.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles3.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.single_context.gles2.rgb888_pbuffer,Fail
|
||||
dEQP-EGL.functional.color_clears.single_context.gles3.rgb888_pbuffer,Fail
|
||||
Loading…
Add table
Reference in a new issue