mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
igt: Prettify igt_assert_eq() failure messages
This just improves the language about the exact failure to reduce confusion. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -98,7 +98,7 @@ igt_main
|
||||
igt_assert(drmIoctl(fd, \
|
||||
DRM_IOCTL_I915_GEM_EXECBUFFER2, \
|
||||
&execbuf) == -1); \
|
||||
igt_assert_cmpint(errno, ==, expected_errno); \
|
||||
igt_assert_eq(errno, expected_errno); \
|
||||
} while(0)
|
||||
|
||||
igt_subtest("no-bsd") {
|
||||
|
||||
Reference in New Issue
Block a user