1bf215546Sopenharmony_ci# Note: skips lists for CI are just a list of lines that, when
2bf215546Sopenharmony_ci# non-zero-length and not starting with '#', will regex match to
3bf215546Sopenharmony_ci# delete lines from the test list.  Be careful.
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_ci# Note normal pre-merge CI also includes -premerge-skips.txt, and that's where
6bf215546Sopenharmony_ci# "it's slow but would pass/fail/crash within a couple of minutes" skips should go.
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci# Crashes likely caused by https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2701
9bf215546Sopenharmony_cidEQP-VK.synchronization.cross_instance.*binary_semaphore_fence_fd
10bf215546Sopenharmony_ci
11bf215546Sopenharmony_ci# Timeouts in CI even after 5 minutes
12bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_edge_division.quads_equal_spacing
13bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_even_spacing
14bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_odd_spacing
15bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_triangle_set.quads_equal_spacing
16bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_triangle_set.quads_fractional_even_spacing
17bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_triangle_set.quads_fractional_odd_spacing
18bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_triangle_set.triangles_equal_spacing
19bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_triangle_set.triangles_fractional_even_spacing
20bf215546Sopenharmony_cidEQP-VK.tessellation.invariance.outer_triangle_set.triangles_fractional_odd_spacing
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_ci# timeout, spending all its time in nir_compare_deref_paths()
23bf215546Sopenharmony_ci# https://gitlab.freedesktop.org/mesa/mesa/-/issues/5152
24bf215546Sopenharmony_cidEQP-VK.ubo.random.all_shared_buffer.48
25bf215546Sopenharmony_ci
26bf215546Sopenharmony_ci# Still running after 3 hours, time is spent in batch_draw_tracking().
27bf215546Sopenharmony_ciKHR-GLES31.core.shader_image_load_store.basic-allFormats-store-fs
28bf215546Sopenharmony_ci
29bf215546Sopenharmony_ci# causes a hangcheck timeout on a630:
30bf215546Sopenharmony_ci# msm ae00000.mdss: [drm:hangcheck_handler] *ERROR* A630: hangcheck detected gpu lockup rb 0!
31bf215546Sopenharmony_cidEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite
32bf215546Sopenharmony_cidEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store
33bf215546Sopenharmony_ci
34bf215546Sopenharmony_ci# These take most of a minute to run
35bf215546Sopenharmony_cispec@!opengl 3.0@clearbuffer-depth-cs-probe
36bf215546Sopenharmony_cispec@ext_texture_array@fbo-depth-array depth-clear
37bf215546Sopenharmony_cispec@ext_texture_array@fbo-depth-array depth-draw
38bf215546Sopenharmony_cispec@ext_texture_array@fbo-depth-array fs-writes-depth
39bf215546Sopenharmony_cispec@ext_texture_array@fbo-depth-array fs-writes-stencil
40bf215546Sopenharmony_cispec@ext_texture_array@fbo-depth-array stencil-clear
41bf215546Sopenharmony_cispec@ext_texture_array@fbo-depth-array stencil-draw
42bf215546Sopenharmony_cispec@ext_transform_feedback@max-varyings
43bf215546Sopenharmony_cispec@!opengl 1.0@gl-1.0-blend-func
44bf215546Sopenharmony_ci
45bf215546Sopenharmony_ci# Skip over a bunch of extensions since we don't have extension fast skipping yet.
46bf215546Sopenharmony_cispec@glsl-4.*
47bf215546Sopenharmony_cispec@arb_gpu_shader5.*
48bf215546Sopenharmony_cispec@arb_gpu_shader_fp64.*
49bf215546Sopenharmony_cispec@arb_gpu_shader_int64.*
50bf215546Sopenharmony_ci
51bf215546Sopenharmony_ci# These are so flaky I don't want to spam our CI flakes channel
52bf215546Sopenharmony_ci.*tcs-input.*
53bf215546Sopenharmony_ci.*tes-input.*
54bf215546Sopenharmony_ci
55bf215546Sopenharmony_ci# TC Timeouts
56bf215546Sopenharmony_cispec@arb_sync@clientwaitsync-timeout
57bf215546Sopenharmony_cispec@arb_texture_buffer_object@bufferstorage
58bf215546Sopenharmony_cispec@arb_uniform_buffer_object@bufferstorage
59bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent read
60bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent read client-storage
61bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent read coherent
62bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent read coherent client-storage
63bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent_gles3 read
64bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent_gles3 read client-storage
65bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent
66bf215546Sopenharmony_cispec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent client-storage
67bf215546Sopenharmony_ci
68bf215546Sopenharmony_ci# These are redundant with arb_copy_image, so skip them to cut down
69bf215546Sopenharmony_ci# on CI runtime:
70bf215546Sopenharmony_cispec@nv_copy_image@nv_copy_image.*
71