[Intel-gfx] [PATCH] lib: allow igt_skip_on_simulation outside of fixtures.

2014-03-22 Thread Daniel Vetter
Thomas noticed that in simulation mode a lot of the tests fall over instead of skipping properly. This is due to recently added self-checks which ensure that any call to igt_skip happens either within a fixture or subtest block (or it's a simple test without subtests). This is to catch bugs since

Re: [Intel-gfx] [PATCH] lib: allow igt_skip_on_simulation outside of fixtures.

2014-03-22 Thread Ben Widawsky
On Sat, Mar 22, 2014 at 01:27:07PM +0100, Daniel Vetter wrote: Thomas noticed that in simulation mode a lot of the tests fall over instead of skipping properly. This is due to recently added self-checks which ensure that any call to igt_skip happens either within a fixture or subtest block (or

Re: [Intel-gfx] [PATCH] lib: allow igt_skip_on_simulation outside of fixtures.

2014-03-22 Thread Daniel Vetter
On Sat, Mar 22, 2014 at 10:14:41AM -0700, Ben Widawsky wrote: On Sat, Mar 22, 2014 at 01:27:07PM +0100, Daniel Vetter wrote: Thomas noticed that in simulation mode a lot of the tests fall over instead of skipping properly. This is due to recently added self-checks which ensure that any call