[Bug 105454] [CI] igt at kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic - fail - Test assertion failure function two_screens_flip_vs_cursor - Failed assertion: vblank_matches

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 2 00:12:15 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=105454

--- Comment #9 from Nischala Yelchuri <nischala.yelchuri at intel.com> ---
This change fixes the failure:

--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -976,7 +976,7 @@ static void two_screens_flip_vs_cursor(igt_display_t
*display, int nloops, bool
                if (!modeset)
                        igt_assert_eq(vbl.sequence, vblank_start + 1);

-               if (vblank_start && vbl.sequence == vblank_start + 1)
+               if (vblank_start && vbl.sequence >= vblank_start + 1)
                        vblank_matches = true;

The test says: "During modeset at least 1 page flip needs to match!" I am not
sure if this is the right fix.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190302/04eb1530/attachment.html>


More information about the intel-gfx-bugs mailing list