lib/drmtest: skip fixtures after an igt_skip
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Aug 2013 05:23:49 +0000 (07:23 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Aug 2013 06:09:25 +0000 (08:09 +0200)
commit78865847f9fae7e590960f9836f2ec8b611a190e
tree48988bef5776f86641a5dfe68ef6f3eb49101fe3
parent3df8300e23a6a610f738722872743b0670298f99
lib/drmtest: skip fixtures after an igt_skip

This way we can just enclose all igt_skip/igt_require calls into
fixtures even when we have subtests, and still output correct SKIP
message for all of them. Wohoo, magic!

The only thing which doesn't work yet is enumerating failed subtests,
but I think that should work out on top of this.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/drmtest.c
lib/drmtest.h