mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tests: sprinkle igt logging
All the cases that simply dump some debug information and couldn't be converted to some of the fancier macros. Some information output removed when it's redundant with the subtest status. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -60,7 +60,7 @@ test_large_object(int fd)
|
||||
else
|
||||
obj_size = OBJ_SIZE;
|
||||
create.size = obj_size;
|
||||
printf("obj size %i\n", obj_size);
|
||||
igt_info("obj size %i\n", obj_size);
|
||||
|
||||
igt_assert(ioctl(fd, DRM_IOCTL_I915_GEM_CREATE, &create) == 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user