[Bug 109495] [CI][DRMTIP] igt at kms_* - fail - Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 30 08:05:51 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109495
--- Comment #7 from Stanislav Lisovskiy <stanislav.lisovskiy at intel.com> ---
Sure it fails - it is called with size=0, width=0 and height = 0 as args :)
igt_fb-DEBUG: igt_create_fb_with_bo_size(width=0, height=0,
format=XR24(0x34325258), modifier=0x0, size=0)
(kms_cursor_crc:1512) igt_kms-CRITICAL: Test assertion failure function
kmstest_dumb_create, file ../lib/igt_kms.c:820:
...
(kms_cursor_crc:1512) igt_kms-CRITICAL: Last errno: 22, Invalid argument
(kms_cursor_crc:1512) igt_kms-CRITICAL: error: -1 != 0
And first check in drm_mode_create_dumb immediately fails:
if (!args->width || !args->height || !args->bpp)
<------><------>return -EINVAL;
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190830/f9826d74/attachment.html>
More information about the intel-gfx-bugs
mailing list