Daniel Vetter
2dbd998429
tests: Introduce igt_fixture
...
Just a tiny wrapper to protect global test setup/teardown code when
just listing subtests. Rolling this out over all tests with subtests
should allow us to generate the testlist with piglit as an
unpriviledged user on a non-intel system.
The aim here is to make our QA team happy who currently suffers from
this. Even more so for the prime tests since you need a system with
intel _and_ nouveau gpus to just be able to list tests.
Exemplary conversion with gem_concurrent_blt.c
Fixture is the same name other test suites like googletest use for
setup/teardown code used by multiple tests.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-08-14 17:04:56 +02:00
..
2013-08-14 14:50:50 +02:00
2012-04-10 16:23:18 +02:00
2013-05-10 15:26:42 +01:00
2013-07-01 18:54:40 +02:00
2013-07-01 18:54:40 +02:00
2013-07-01 18:54:40 +02:00
2013-08-13 15:07:44 +02:00
2013-07-21 22:04:20 -07:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:15:18 +02:00
2013-08-14 17:04:56 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:18 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 12:17:51 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 00:03:35 +01:00
2013-08-13 15:15:18 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 13:47:47 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:15:18 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-12 12:20:22 +02:00
2013-08-12 12:20:22 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:15:17 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:15:17 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 13:47:47 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 14:50:50 +02:00
2012-09-18 14:06:14 +01:00
2012-08-08 08:51:55 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 16:08:00 +02:00
2013-08-14 16:08:00 +02:00
2013-08-12 12:20:22 +02:00
2013-07-25 21:51:53 +02:00
2012-05-31 15:58:29 +02:00
2013-08-13 15:07:44 +02:00
2013-08-13 15:07:44 +02:00
2012-12-20 11:02:19 +01:00
2012-01-24 11:28:25 +01:00
2013-08-13 15:07:44 +02:00
2012-01-24 10:50:10 +01:00
2013-07-21 22:04:20 -07:00
2012-01-15 16:05:43 +01:00
2013-07-03 08:17:18 +01:00