Skip to content

deqp: always filter flaky test names against the current deqp trie

Mark Janes requested to merge majanes/mesa_ci:flaky_wildcard into master

Flaky config files will contain tests that may not match the current binary (eg a flaky egl test when running a gles31 binary). To prevent a 'crash' result from mismatches, always filter flaky tests lists against the currently executing trie.

Merge request reports