
This makes sure that we keep executing the tests so that we can get our alerts in IRC and know whether the tests are still flaking. It also keeps us from having adjustments to the skip list causing failures/flakes to move to different tests (as seen with a530 having to move some xfails around after changing the skip list) Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6392>
15 lines
855 B
Plaintext
15 lines
855 B
Plaintext
# Note: flakes lists for CI are just a list of lines that, when
|
|
# non-zero-length and not starting with '#', will regex match to
|
|
# delete lines from the test list. Be careful.
|
|
dEQP-GLES3.functional.occlusion_query.stencil_write
|
|
dEQP-GLES3.functional.rasterization.fbo.rbo_.*
|
|
dEQP-GLES3.functional.rasterization.fbo.texture_2d.interpolation.triangles
|
|
dEQP-GLES3.functional.rasterization.fbo.texture_2d.primitives.points
|
|
dEQP-GLES3.functional.rasterization.flatshading.lines_wide
|
|
dEQP-GLES3.functional.rasterization.flatshading.triangles
|
|
dEQP-GLES3.functional.shaders.linkage.varying.interpolation.centroid
|
|
dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.*
|
|
dEQP-GLES3.functional.shaders.texture_functions.textureprojgradoffset.*
|
|
dEQP-GLES3.functional.texture.units.4_units.only_3d.*
|
|
dEQP-GLES3.functional.vertex_arrays.single_attribute.*
|