Hey all,

This is my initial (and simple) attempt at adding a way to handle missing tests
gracefully for an automated CI/bisecting/etc. scenarios.


The change is okay(-ish) on it's own but we can make the missing tests case more
of an first-class citizen, e.g.:

 1) actually report the missing tests as notrun, instead of ignoring them with
    a warning

 2) add another possible result state - missing, so it would be more obvious

But those would require much more work and code juggling, so I would like to
know your opinions first.

Any thoughts?


Arkadiusz Hiler (1):
  framework: Add --skip-missing option

 framework/profile.py      | 5 +++++
 framework/programs/run.py | 6 ++++++
 2 files changed, 11 insertions(+)

-- 
2.9.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to