Skip to content

scripts: add crude script for counting/listing failures unique to hw

clayton craft requested to merge (removed):update into master

This script will parse configs and print out tests that fail only for the given (as param) hardware platform.

Output is like:

    deqp-test (count: 1)
            deqp-egl.functional.sharing.gles2.program.render
    crucible-test (count: 0)
    webgl (count: 0)

Merge request reports