tests: use igt_assert/igt_require more
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Sep 2013 12:36:59 +0000 (14:36 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Sep 2013 12:37:07 +0000 (14:37 +0200)
commitf3c54d0cb4744af9d58b5be45f574b625bbc8231
tree9c4bd1af155ee0b1b51382a617109aa2e5f119b2
parent88ad6d7be8ab5741b7019a535952145c96577c9c
tests: use igt_assert/igt_require more

With the new _f variants we can replace almost all of them.

Also remove a ton of checks for argc != 1, they're a bit useless ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
25 files changed:
tests/gem_caching.c
tests/gem_cs_prefetch.c
tests/gem_cs_tlb.c
tests/gem_double_irq_loop.c
tests/gem_exec_bad_domains.c
tests/gem_exec_big.c
tests/gem_exec_nop.c
tests/gem_fence_thrash.c
tests/gem_largeobject.c
tests/gem_non_secure_batch.c
tests/gem_partial_pwrite_pread.c
tests/gem_persistent_relocs.c
tests/gem_pipe_control_store_loop.c
tests/gem_reloc_vs_gpu.c
tests/gem_ring_sync_loop.c
tests/gem_storedw_loop_blt.c
tests/gem_storedw_loop_bsd.c
tests/gem_storedw_loop_render.c
tests/gem_storedw_loop_vebox.c
tests/gem_tiled_partial_pwrite_pread.c
tests/gem_tiled_pread_pwrite.c
tests/gem_tiled_swapping.c
tests/gem_unref_active_buffers.c
tests/gem_wait_render_timeout.c
tests/gem_write_read_ring_switch.c