lib: Add igt_subtest_group

Useful for creating common setup code in igt_fixture which is only
needed by a subset of tests. And since I'm a good citizen it comes
with a library testcase/example included.

v2: Make testcase nastier to ensure a subtest group SKIPS when it's
parent is skipping already. I accidentally got this right, but let's
make sure.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2016-03-18 21:46:54 +01:00
parent f129ee8a39
commit 72d04b8453
6 changed files with 108 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
Release 1.15 (XXXX-XX-XX)
-------------------------
- Add igt_subtest_group to allow igt_fixture for only a subset of subtests
without skipping/failing all subsequent subtests.
Release 1.14 (2016-03-01)
-------------------------