mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
pan/ci: recognize flaking test
This test has been marked as flaking on G925, but I've also seen it flaking on G610 recently. Let's just move it to the common flake-file instead. Also drop it from the fails-file on G925, as having it in both isn't really needed. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40398>
This commit is contained in:
parent
9d98d4dd2a
commit
4cebf8af54
4 changed files with 1 additions and 5 deletions
|
|
@ -297,6 +297,3 @@ KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-arrays,Fail
|
|||
spec@!opengl 1.1@large-tex,Fail
|
||||
spec@arb_texture_view@tex-view,Fail
|
||||
spec@glsl-1.30@execution@glsl-packed-back-color,Fail
|
||||
|
||||
# VKCTS 1.4.4.2 -> 1.4.5.3 uprev
|
||||
dEQP-VK.wsi.xlib.present_timing.query.parallel.parallel,Fail
|
||||
|
|
|
|||
|
|
@ -774,4 +774,3 @@ angle-dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_nearest_npot,Fail
|
|||
dEQP-VK.wsi.xcb.present_timing.basic.timing_queue,Fail
|
||||
dEQP-VK.wsi.xcb.present_timing.query.parallel.parallel,Fail
|
||||
dEQP-VK.wsi.xlib.present_timing.basic.timing_queue,Fail
|
||||
dEQP-VK.wsi.xlib.present_timing.query.parallel.parallel,Fail
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ dEQP-VK.wsi.xlib.surface.query_capabilities2
|
|||
dEQP-VK.wsi.xcb.present_timing.basic.timing_queue
|
||||
dEQP-VK.wsi.xcb.present_timing.query.parallel.parallel
|
||||
dEQP-VK.wsi.xlib.present_timing.basic.timing_queue
|
||||
dEQP-VK.wsi.xlib.present_timing.query.parallel.parallel
|
||||
|
||||
# Various subgroups tests are intermittently failing. Just ignore them for now.
|
||||
dEQP-VK.subgroups.*
|
||||
|
|
|
|||
1
src/panfrost/ci/panvk-flakes.txt
Normal file
1
src/panfrost/ci/panvk-flakes.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
dEQP-VK.wsi.xlib.present_timing.query.parallel.parallel
|
||||
Loading…
Add table
Reference in a new issue