xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ci/softpipe-skips.txt (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1# Note: skips lists for CI are just a list of lines that, when
2# non-zero-length and not starting with '#', will regex match to
3# delete lines from the test list.  Be careful.
4
5# Consistent timeouts.
6dEQP-GLES31.functional.fbo.no_attachments.maximums.all
7dEQP-GLES31.functional.fbo.no_attachments.maximums.size
8
9# This one is really slow and can time out (~56 seconds locally)
10KHR-GL33.texture_swizzle.smoke
11# Another slow one post NIR transition
12KHR-GL33.texture_swizzle.functional
13
14# piglit tests that would take too much memory on shared runners
15max-texture-size
16maxsize
17
18# Unreliable on shared runners due to timing
19ext_timer_query@time-elapsed
20
21# piglit tests that are too long for CI
22shader-mem-barrier
23fs-execution-ordering
24glsl-uniform-interstage-limits@subdivide 5
25arb_pipeline_statistics_query-comp
26gs-max-output
27[email protected]@execution@texelfetch fs sampler2d 1x281-501x281
28fbo-depth-array
29
30# Slow, not obviously fixable test
31spec@arb_compute_shader@local-id-explosion
32
33# Manually skip some piglit tests since we don't have fast skipping in piglit-runner.
34glsl-4.00
35glsl-4.10
36glsl-4.20
37glsl-4.30
38glsl-4.40
39glsl-4.50
40gpu_shader4
41gpu_shader5
42arb_gpu_shader_fp64
43arb_gpu_shader_int64
44arb_tessellation_shader
45
46# Flakes due to using a time-based random seed, keep it from spamming IRC.
47spec@!opengl 1.4@triangle-rasterization
48
49# After piglit uprev, got this crash:
50# X Error of failed request:  BadMatch (invalid parameter attributes)
51#   Major opcode of failed request:  73 (X_GetImage)
52#   Serial number of failed request:  27
53#   Current serial number in output stream:  27
54# free(): invalid pointer
55# exit status: signal: 6 (core dumped) -->> The next 2
56# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7610
57spec@arb_separate_shader_objects@xfb-explicit-location-array_gs
58spec@arb_separate_shader_objects@xfb-explicit-location-array_gs_max
59# exit status: signal: 11 (core dumped) -->> The last one
60spec@arb_separate_shader_objects@xfb-explicit-location-array_vs
61
62# uprev Piglit in Mesa
63shaders@glsl-bug-110796
64
65