mirror of
https://gitee.com/bianbu-linux/mesa3d
synced 2025-04-23 13:47:39 -04:00
17 lines
673 B
Text
17 lines
673 B
Text
# Note: skips 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.
|
|
|
|
# These are tremendously slow (pushing toward a minute), and aren't
|
|
# reliable to be run in parallel with other tests due to CPU-side timing.
|
|
dEQP-GLES[0-9]*.functional.flush_finish.*
|
|
|
|
# piglit: WGL is Windows-only
|
|
wgl@.*
|
|
|
|
# These are sensitive to CPU timing, and would need to be run in isolation
|
|
# on the system rather than in parallel with other tests.
|
|
glx@glx_arb_sync_control@timing.*
|
|
|
|
# This test is not built with waffle, while we do build tests with waffle
|
|
spec@!opengl 1.1@windowoverlap
|