igt/vc4_create_bo: Test various paths in BO creation.

create-bo-0 fails on the current kernel, and it's something I want to
fix.

v2: Use do_ioctl_err().

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Eric Anholt
2016-01-25 13:13:09 -08:00
parent 59f98997ab
commit e7e094f444
3 changed files with 92 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ NOUVEAU_TESTS_M = \
$(NULL)
VC4_TESTS_M = \
vc4_create_bo \
vc4_wait_bo \
vc4_wait_seqno \
$(NULL)