mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-10 15:54:58 +08:00
7f52df7fc9
The bash scripts were using grep in the manner that matches any subset of the line, but the new CTS runner matches the whole line and I think that's a pretty good behavior. Given that some of the skip lists already were written to match the full test name, just make them consistently do so. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: Michel Dänzer <mdaenzer@redhat.com>
11 lines
401 B
Plaintext
11 lines
401 B
Plaintext
# 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.
|
|
|
|
# Skip the perf/stress tests to keep runtime manageable
|
|
dEQP-GLES[0-9]*.performance.*
|
|
dEQP-GLES[0-9]*.stress.*
|
|
|
|
# These are really slow on tiling architectures (including llvmpipe).
|
|
dEQP-GLES[0-9]*.functional.flush_finish.*
|