[igt-dev] ✗ Fi.CI.BAT: failure for tests: Add variable refresh rate tests (rev2)

Kazlauskas, Nicholas Nicholas.Kazlauskas at amd.com
Fri Jan 25 15:21:24 UTC 2019


On 1/25/19 4:57 AM, Petri Latvala wrote:
> On Thu, Jan 10, 2019 at 11:09:09AM +0000, Patchwork wrote:
>> == Series Details ==
>>
>> Series: tests: Add variable refresh rate tests (rev2)
>> URL   : https://patchwork.freedesktop.org/series/54960/
>> State : failure
>>
>> == Summary ==
>>
>> CI Bug Log - changes from IGT_4758 -> IGTPW_2212
>> ====================================================
>>
>> Summary
>> -------
>>
>>    **FAILURE**
>>
>>    Serious unknown changes coming with IGTPW_2212 absolutely need to be
>>    verified manually.
>>    
>>    If you think the reported changes have nothing to do with the changes
>>    introduced in IGTPW_2212, please notify your bug team to allow them
>>    to document this new failure mode, which will reduce false positives in CI.
>>
>>    External URL: https://patchwork.freedesktop.org/api/1.0/series/54960/revisions/2/
>>
>> Possible new issues
>> -------------------
>>
>>    Here are the unknown changes that may have been introduced in IGTPW_2212:
>>
>> ### IGT changes ###
>>
>> #### Possible regressions ####
>>
>>    * igt at kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>>      - fi-pnv-d510:        PASS -> FAIL +19
>>
>>    * igt at kms_pipe_crc_basic@hang-read-crc-pipe-b:
>>      - fi-blb-e6850:       PASS -> FAIL +18
>>
>>    * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence:
>>      - fi-elk-e7500:       PASS -> FAIL +19
>>
>>    * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-b-frame-sequence:
>>      - fi-gdg-551:         PASS -> FAIL +19
>>
>>    * igt at kms_pipe_crc_basic@read-crc-pipe-a:
>>      - fi-bwr-2160:        PASS -> FAIL +19
>>
> 
> 
> Just about all of these failures are this:
> 
> 
> (kms_cursor_legacy:2598) igt_kms-DEBUG: display: commit {
> (kms_cursor_legacy:2598) igt_kms-CRITICAL: Test assertion failure function igt_pipe_commit, file ../lib/igt_kms.c:2780:
> (kms_cursor_legacy:2598) igt_kms-CRITICAL: Failed assertion: pipe->props[i]
> (kms_cursor_legacy:2598) igt_core-INFO: Stack trace:
> (kms_cursor_legacy:2598) igt_core-INFO:   #0 ../lib/igt_core.c:1472 __igt_fail_assert()
> (kms_cursor_legacy:2598) igt_core-INFO:   #1 ../lib/igt_kms.c:2782 igt_pipe_commit()
> (kms_cursor_legacy:2598) igt_core-INFO:   #2 ../lib/igt_kms.c:3313 do_display_commit()
> (kms_cursor_legacy:2598) igt_core-INFO:   #3 ../lib/igt_kms.c:3428 igt_display_commit2()
> (kms_cursor_legacy:2598) igt_core-INFO:   #4 ../tests/kms_cursor_legacy.c:522 basic_flip_cursor()
> (kms_cursor_legacy:2598) igt_core-INFO:   #5 ../tests/kms_cursor_legacy.c:1491 __real_main1358()
> (kms_cursor_legacy:2598) igt_core-INFO:   #6 ../tests/kms_cursor_legacy.c:1358 main()
> (kms_cursor_legacy:2598) igt_core-INFO:   #7 ../csu/libc-start.c:344 __libc_start_main()
> (kms_cursor_legacy:2598) igt_core-INFO:   #8 [_start+0x2a]
> 

I think that's expected.

The vrr_enabled property is a default one in the kernel for 5.0+ but 
doesn't exist before that. Since it's default and could affect other 
test results if left enabled from another test I chose to add it to the 
list of default properties being reset. So it was probably missing the 
property in those tests and failing.

I don't know which version of the kernel was running the test but I 
don't think it was 5.0 at least (considering the date it ran).

Nicholas Kazlauskas


More information about the igt-dev mailing list