mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
lavapipe/ci: add vkd3d job
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33693>
This commit is contained in:
parent
ed4e2fac86
commit
06391759f0
2 changed files with 30 additions and 0 deletions
|
|
@ -32,6 +32,19 @@ lavapipe-vk-asan:
|
|||
- debian/x86_64_test-vk
|
||||
- debian-testing-asan
|
||||
|
||||
lavapipe-vkd3d:
|
||||
stage: software-renderer-postmerge
|
||||
extends:
|
||||
- .lavapipe-test
|
||||
- .lavapipe-manual-rules
|
||||
timeout: 15m # base runtime = 8m
|
||||
variables:
|
||||
GPU_VERSION: lvp
|
||||
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
|
||||
# Random tests fail/crash when trying to run them in parallel
|
||||
FDO_CI_CONCURRENT: 1
|
||||
script: install/vkd3d-runner.sh
|
||||
|
||||
# Disabled due to only running a single trace which was using old Wine.
|
||||
.lavapipe-traces:
|
||||
variables:
|
||||
|
|
|
|||
17
src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt
Normal file
17
src/gallium/frontends/lavapipe/ci/lvp-vkd3d-fails.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# src/gallium/auxiliary/util/u_surface.c:285: util_resource_copy_region: Assertion `dst_box.x + dst_box.width <= (int)u_minify(dst->width0, dst_level)' failed.
|
||||
test_copy_texture_bc_rgba,Crash
|
||||
|
||||
# src/gallium/frontends/lavapipe/lvp_private.h:773: lvp_image_aspects_to_plane: Assertion `!(aspectMask & ~image->vk.aspects)' failed.
|
||||
test_get_resource_tiling,Crash
|
||||
|
||||
# src/gallium/auxiliary/gallivm/lp_bld_arit.c:413: lp_build_add: Assertion `lp_check_value(type, a)' failed.
|
||||
test_shader_waveop_maximal_convergence,Crash
|
||||
|
||||
test_planar_video_formats,Fail
|
||||
test_rayquery,Fail
|
||||
test_raytracing,Fail
|
||||
test_raytracing_mismatch_global_rs_link,Fail
|
||||
test_sample_instructions,Fail
|
||||
test_sampler_rounding,Fail
|
||||
test_update_tile_mappings,Fail
|
||||
test_view_min_lod,Fail
|
||||
Loading…
Add table
Reference in a new issue