public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_properties: Fix upper bound of 'max bpc' range
@ 2019-08-08 14:02 Imre Deak
  2019-08-08 14:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Imre Deak @ 2019-08-08 14:02 UTC (permalink / raw)
  To: igt-dev

The available range reported by the driver is the inclusive [min_bpc,
max_bpc], so fix the upper bound used by the test accordingly. This
issue had the side-effect (on ICL for instance) of limiting 'max bpc' to
10 (instead of restoring it to the default 12) for all the tests
following kms_properties, as seen from the logs in the referenced bug
below.

Reference: https://bugs.freedesktop.org/show_bug.cgi?id=109593
Cc: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 tests/kms_properties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index eb9cbdda..18cf96e0 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -91,7 +91,7 @@ static void max_bpc_prop_test(int fd, uint32_t id, uint32_t type, drmModePropert
 	if (atomic)
 		req = drmModeAtomicAlloc();
 
-	for ( i = prop->values[0]; i < prop->values[1] ; i++) {
+	for (i = prop->values[0]; i <= prop->values[1]; i++) {
 		if (!atomic) {
 			ret = drmModeObjectSetProperty(fd, id, type, prop_id, i);
 
-- 
2.17.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_properties: Fix upper bound of 'max bpc' range
  2019-08-08 14:02 [igt-dev] [PATCH i-g-t] tests/kms_properties: Fix upper bound of 'max bpc' range Imre Deak
@ 2019-08-08 14:23 ` Patchwork
  2019-08-08 23:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2019-08-13  8:07 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-08-08 14:23 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/kms_properties: Fix upper bound of 'max bpc' range
URL   : https://patchwork.freedesktop.org/series/64913/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6656 -> IGTPW_3326
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/64913/revisions/1/mbox/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_3326:

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@kms_chamelium@common-hpd-after-suspend:
    - {fi-icl-u4}:        [DMESG-WARN][1] ([fdo#102505]) -> [TIMEOUT][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-icl-u4/igt@kms_chamelium@common-hpd-after-suspend.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-icl-u4/igt@kms_chamelium@common-hpd-after-suspend.html

  
Known issues
------------

  Here are the changes found in IGTPW_3326 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_module_load@reload-with-fault-injection:
    - fi-hsw-4770r:       [PASS][3] -> [DMESG-WARN][4] ([fdo#107732])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-hsw-4770r/igt@i915_module_load@reload-with-fault-injection.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-hsw-4770r/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_rpm@basic-pci-d3-state:
    - fi-skl-6600u:       [PASS][5] -> [FAIL][6] ([fdo#107707])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-skl-6600u/igt@i915_pm_rpm@basic-pci-d3-state.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-skl-6600u/igt@i915_pm_rpm@basic-pci-d3-state.html

  * igt@i915_pm_rpm@module-reload:
    - fi-skl-6770hq:      [PASS][7] -> [FAIL][8] ([fdo#108511])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       [PASS][9] -> [WARN][10] ([fdo#109380])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-kbl-7567u/igt@kms_chamelium@common-hpd-after-suspend.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-kbl-7567u/igt@kms_chamelium@common-hpd-after-suspend.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-c:
    - fi-kbl-7567u:       [PASS][11] -> [SKIP][12] ([fdo#109271]) +23 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html

  * igt@prime_vgem@basic-fence-flip:
    - fi-kbl-7500u:       [PASS][13] -> [SKIP][14] ([fdo#109271]) +23 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-kbl-7500u/igt@prime_vgem@basic-fence-flip.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-kbl-7500u/igt@prime_vgem@basic-fence-flip.html

  
#### Possible fixes ####

  * igt@i915_selftest@live_execlists:
    - fi-bwr-2160:        [DMESG-WARN][15] ([fdo#111115]) -> [PASS][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-bwr-2160/igt@i915_selftest@live_execlists.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-bwr-2160/igt@i915_selftest@live_execlists.html

  * igt@i915_selftest@live_hangcheck:
    - fi-bwr-2160:        [DMESG-FAIL][17] ([fdo#111115]) -> [PASS][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-bwr-2160/igt@i915_selftest@live_hangcheck.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-bwr-2160/igt@i915_selftest@live_hangcheck.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [FAIL][19] ([fdo#103167]) -> [PASS][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  * igt@prime_vgem@basic-fence-flip:
    - fi-icl-u3:          [DMESG-WARN][21] ([fdo#107724]) -> [PASS][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/fi-icl-u3/igt@prime_vgem@basic-fence-flip.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/fi-icl-u3/igt@prime_vgem@basic-fence-flip.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#107707]: https://bugs.freedesktop.org/show_bug.cgi?id=107707
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#107732]: https://bugs.freedesktop.org/show_bug.cgi?id=107732
  [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109380]: https://bugs.freedesktop.org/show_bug.cgi?id=109380
  [fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045
  [fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
  [fdo#111115]: https://bugs.freedesktop.org/show_bug.cgi?id=111115


Participating hosts (55 -> 47)
------------------------------

  Missing    (8): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5125 -> IGTPW_3326

  CI-20190529: 20190529
  CI_DRM_6656: 15b120eed3331e5a6614a94159b6fae46fd8f28d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3326: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
  IGT_5125: 35d81d01b1599b4bc4df0e09e25f6f531eed4f8a @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_properties: Fix upper bound of 'max bpc' range
  2019-08-08 14:02 [igt-dev] [PATCH i-g-t] tests/kms_properties: Fix upper bound of 'max bpc' range Imre Deak
  2019-08-08 14:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-08-08 23:34 ` Patchwork
  2019-08-12  9:22   ` Imre Deak
  2019-08-13  8:07 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
  2 siblings, 1 reply; 6+ messages in thread
From: Patchwork @ 2019-08-08 23:34 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/kms_properties: Fix upper bound of 'max bpc' range
URL   : https://patchwork.freedesktop.org/series/64913/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6656_full -> IGTPW_3326_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_3326_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_3326_full, 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/64913/revisions/1/mbox/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_3326_full:

### IGT changes ###

#### Possible regressions ####

  * igt@gem_exec_schedule@pi-ringfull-bsd:
    - shard-iclb:         [PASS][1] -> [SKIP][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb3/igt@gem_exec_schedule@pi-ringfull-bsd.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_exec_schedule@pi-ringfull-bsd.html

  
Known issues
------------

  Here are the changes found in IGTPW_3326_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_ctx_isolation@rcs0-s3:
    - shard-kbl:          [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +1 similar issue
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl3/igt@gem_ctx_isolation@rcs0-s3.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl4/igt@gem_ctx_isolation@rcs0-s3.html

  * igt@gem_exec_await@wide-all:
    - shard-iclb:         [PASS][5] -> [FAIL][6] ([fdo#110946])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb5/igt@gem_exec_await@wide-all.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_await@wide-all.html

  * igt@gem_exec_schedule@preempt-other-chain-bsd:
    - shard-iclb:         [PASS][7] -> [SKIP][8] ([fdo#111325]) +3 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb7/igt@gem_exec_schedule@preempt-other-chain-bsd.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html

  * igt@gem_exec_schedule@reorder-wide-bsd1:
    - shard-iclb:         [PASS][9] -> [SKIP][10] ([fdo#109276]) +15 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@gem_exec_schedule@reorder-wide-bsd1.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb3/igt@gem_exec_schedule@reorder-wide-bsd1.html

  * igt@kms_cursor_crc@pipe-b-cursor-suspend:
    - shard-kbl:          [PASS][11] -> [INCOMPLETE][12] ([fdo#103665])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-glk:          [PASS][13] -> [FAIL][14] ([fdo#104873])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_flip_tiling@flip-to-y-tiled:
    - shard-iclb:         [PASS][15] -> [FAIL][16] ([fdo#107931] / [fdo#108134])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb1/igt@kms_flip_tiling@flip-to-y-tiled.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb6/igt@kms_flip_tiling@flip-to-y-tiled.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render:
    - shard-iclb:         [PASS][17] -> [FAIL][18] ([fdo#103167])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([fdo#108566]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl6/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_plane_lowres@pipe-a-tiling-x:
    - shard-iclb:         [PASS][21] -> [FAIL][22] ([fdo#103166]) +1 similar issue
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-x.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-x.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         [PASS][23] -> [SKIP][24] ([fdo#109441]) +1 similar issue
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@tools_test@tools_test:
    - shard-glk:          [PASS][25] -> [SKIP][26] ([fdo#109271])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk5/igt@tools_test@tools_test.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk1/igt@tools_test@tools_test.html

  
#### Possible fixes ####

  * igt@gem_exec_schedule@preempt-other-bsd1:
    - shard-iclb:         [SKIP][27] ([fdo#109276]) -> [PASS][28] +13 similar issues
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb7/igt@gem_exec_schedule@preempt-other-bsd1.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_exec_schedule@preempt-other-bsd1.html

  * igt@gem_exec_schedule@promotion-bsd:
    - shard-iclb:         [SKIP][29] ([fdo#111325]) -> [PASS][30] +2 similar issues
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb4/igt@gem_exec_schedule@promotion-bsd.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb5/igt@gem_exec_schedule@promotion-bsd.html

  * igt@gem_exec_schedule@semaphore-noskip:
    - shard-iclb:         [FAIL][31] ([fdo#110946]) -> [PASS][32]
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@gem_exec_schedule@semaphore-noskip.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb3/igt@gem_exec_schedule@semaphore-noskip.html

  * igt@i915_pm_rps@reset:
    - shard-apl:          [FAIL][33] ([fdo#102250]) -> [PASS][34]
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl1/igt@i915_pm_rps@reset.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl4/igt@i915_pm_rps@reset.html

  * igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing:
    - shard-kbl:          [FAIL][35] ([fdo#109660]) -> [PASS][36]
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl7/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl1/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          [INCOMPLETE][37] ([fdo#103665]) -> [PASS][38]
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-128x128-random:
    - shard-kbl:          [FAIL][39] ([fdo#103232]) -> [PASS][40]
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
    - shard-apl:          [FAIL][41] ([fdo#103232]) -> [PASS][42]
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html

  * igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge:
    - shard-apl:          [DMESG-WARN][43] ([fdo#111317]) -> [PASS][44] +1 similar issue
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl6/igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl1/igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge.html

  * igt@kms_cursor_legacy@cursor-vs-flip-toggle:
    - shard-hsw:          [FAIL][45] ([fdo#103355]) -> [PASS][46]
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-hsw4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-hsw2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html

  * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
    - shard-glk:          [FAIL][47] ([fdo#103060]) -> [PASS][48]
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-apl:          [FAIL][49] ([fdo#105363]) -> [PASS][50]
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-snb:          [INCOMPLETE][51] ([fdo#105411]) -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-snb1/igt@kms_flip@flip-vs-suspend.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-snb6/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-kbl:          [DMESG-WARN][53] ([fdo#108566]) -> [PASS][54] +5 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
    - shard-iclb:         [FAIL][55] ([fdo#103167]) -> [PASS][56] +5 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_psr@psr2_sprite_blt:
    - shard-iclb:         [SKIP][57] ([fdo#109441]) -> [PASS][58] +1 similar issue
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb5/igt@kms_psr@psr2_sprite_blt.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-apl:          [DMESG-WARN][59] ([fdo#108566]) -> [PASS][60] +2 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  
#### Warnings ####

  * igt@gem_ctx_isolation@vcs1-nonpriv:
    - shard-iclb:         [SKIP][61] ([fdo#109276]) -> [FAIL][62] ([fdo#111329])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_ctx_isolation@vcs1-nonpriv.html

  * igt@gem_exec_schedule@independent-bsd1:
    - shard-iclb:         [SKIP][63] ([fdo#109276]) -> [FAIL][64] ([fdo#110946])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb6/igt@gem_exec_schedule@independent-bsd1.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_schedule@independent-bsd1.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102250]: https://bugs.freedesktop.org/show_bug.cgi?id=102250
  [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060
  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355
  [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
  [fdo#104873]: https://bugs.freedesktop.org/show_bug.cgi?id=104873
  [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
  [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
  [fdo#107931]: https://bugs.freedesktop.org/show_bug.cgi?id=107931
  [fdo#108134]: https://bugs.freedesktop.org/show_bug.cgi?id=108134
  [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109660]: https://bugs.freedesktop.org/show_bug.cgi?id=109660
  [fdo#110946]: https://bugs.freedesktop.org/show_bug.cgi?id=110946
  [fdo#111317]: https://bugs.freedesktop.org/show_bug.cgi?id=111317
  [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325
  [fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329


Participating hosts (10 -> 6)
------------------------------

  Missing    (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5125 -> IGTPW_3326
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_6656: 15b120eed3331e5a6614a94159b6fae46fd8f28d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3326: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
  IGT_5125: 35d81d01b1599b4bc4df0e09e25f6f531eed4f8a @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_properties: Fix upper bound of 'max bpc' range
  2019-08-08 23:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-08-12  9:22   ` Imre Deak
  2019-08-20 14:22     ` Imre Deak
  0 siblings, 1 reply; 6+ messages in thread
From: Imre Deak @ 2019-08-12  9:22 UTC (permalink / raw)
  To: igt-dev

On Thu, Aug 08, 2019 at 11:34:21PM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: tests/kms_properties: Fix upper bound of 'max bpc' range
> URL   : https://patchwork.freedesktop.org/series/64913/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_6656_full -> IGTPW_3326_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_3326_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_3326_full, 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/64913/revisions/1/mbox/
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_3326_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@gem_exec_schedule@pi-ringfull-bsd:
>     - shard-iclb:         [PASS][1] -> [SKIP][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb3/igt@gem_exec_schedule@pi-ringfull-bsd.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_exec_schedule@pi-ringfull-bsd.html

Unrelated issue, since kms_properties was not run on this box.

> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_3326_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@gem_ctx_isolation@rcs0-s3:
>     - shard-kbl:          [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +1 similar issue
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl3/igt@gem_ctx_isolation@rcs0-s3.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl4/igt@gem_ctx_isolation@rcs0-s3.html
> 
>   * igt@gem_exec_await@wide-all:
>     - shard-iclb:         [PASS][5] -> [FAIL][6] ([fdo#110946])
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb5/igt@gem_exec_await@wide-all.html
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_await@wide-all.html
> 
>   * igt@gem_exec_schedule@preempt-other-chain-bsd:
>     - shard-iclb:         [PASS][7] -> [SKIP][8] ([fdo#111325]) +3 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb7/igt@gem_exec_schedule@preempt-other-chain-bsd.html
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html
> 
>   * igt@gem_exec_schedule@reorder-wide-bsd1:
>     - shard-iclb:         [PASS][9] -> [SKIP][10] ([fdo#109276]) +15 similar issues
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@gem_exec_schedule@reorder-wide-bsd1.html
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb3/igt@gem_exec_schedule@reorder-wide-bsd1.html
> 
>   * igt@kms_cursor_crc@pipe-b-cursor-suspend:
>     - shard-kbl:          [PASS][11] -> [INCOMPLETE][12] ([fdo#103665])
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
> 
>   * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
>     - shard-glk:          [PASS][13] -> [FAIL][14] ([fdo#104873])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
> 
>   * igt@kms_flip_tiling@flip-to-y-tiled:
>     - shard-iclb:         [PASS][15] -> [FAIL][16] ([fdo#107931] / [fdo#108134])
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb1/igt@kms_flip_tiling@flip-to-y-tiled.html
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb6/igt@kms_flip_tiling@flip-to-y-tiled.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render:
>     - shard-iclb:         [PASS][17] -> [FAIL][18] ([fdo#103167])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-suspend:
>     - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([fdo#108566]) +2 similar issues
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl6/igt@kms_frontbuffer_tracking@fbc-suspend.html
> 
>   * igt@kms_plane_lowres@pipe-a-tiling-x:
>     - shard-iclb:         [PASS][21] -> [FAIL][22] ([fdo#103166]) +1 similar issue
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-x.html
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-x.html
> 
>   * igt@kms_psr@psr2_sprite_mmap_gtt:
>     - shard-iclb:         [PASS][23] -> [SKIP][24] ([fdo#109441]) +1 similar issue
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html
> 
>   * igt@tools_test@tools_test:
>     - shard-glk:          [PASS][25] -> [SKIP][26] ([fdo#109271])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk5/igt@tools_test@tools_test.html
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk1/igt@tools_test@tools_test.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@gem_exec_schedule@preempt-other-bsd1:
>     - shard-iclb:         [SKIP][27] ([fdo#109276]) -> [PASS][28] +13 similar issues
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb7/igt@gem_exec_schedule@preempt-other-bsd1.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_exec_schedule@preempt-other-bsd1.html
> 
>   * igt@gem_exec_schedule@promotion-bsd:
>     - shard-iclb:         [SKIP][29] ([fdo#111325]) -> [PASS][30] +2 similar issues
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb4/igt@gem_exec_schedule@promotion-bsd.html
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb5/igt@gem_exec_schedule@promotion-bsd.html
> 
>   * igt@gem_exec_schedule@semaphore-noskip:
>     - shard-iclb:         [FAIL][31] ([fdo#110946]) -> [PASS][32]
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@gem_exec_schedule@semaphore-noskip.html
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb3/igt@gem_exec_schedule@semaphore-noskip.html
> 
>   * igt@i915_pm_rps@reset:
>     - shard-apl:          [FAIL][33] ([fdo#102250]) -> [PASS][34]
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl1/igt@i915_pm_rps@reset.html
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl4/igt@i915_pm_rps@reset.html
> 
>   * igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing:
>     - shard-kbl:          [FAIL][35] ([fdo#109660]) -> [PASS][36]
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl7/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing.html
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl1/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-suspend:
>     - shard-kbl:          [INCOMPLETE][37] ([fdo#103665]) -> [PASS][38]
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
> 
>   * igt@kms_cursor_crc@pipe-b-cursor-128x128-random:
>     - shard-kbl:          [FAIL][39] ([fdo#103232]) -> [PASS][40]
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
>     - shard-apl:          [FAIL][41] ([fdo#103232]) -> [PASS][42]
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
> 
>   * igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge:
>     - shard-apl:          [DMESG-WARN][43] ([fdo#111317]) -> [PASS][44] +1 similar issue
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl6/igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge.html
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl1/igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge.html
> 
>   * igt@kms_cursor_legacy@cursor-vs-flip-toggle:
>     - shard-hsw:          [FAIL][45] ([fdo#103355]) -> [PASS][46]
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-hsw4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-hsw2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
> 
>   * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
>     - shard-glk:          [FAIL][47] ([fdo#103060]) -> [PASS][48]
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank-interruptible:
>     - shard-apl:          [FAIL][49] ([fdo#105363]) -> [PASS][50]
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
> 
>   * igt@kms_flip@flip-vs-suspend:
>     - shard-snb:          [INCOMPLETE][51] ([fdo#105411]) -> [PASS][52]
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-snb1/igt@kms_flip@flip-vs-suspend.html
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-snb6/igt@kms_flip@flip-vs-suspend.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-suspend:
>     - shard-kbl:          [DMESG-WARN][53] ([fdo#108566]) -> [PASS][54] +5 similar issues
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-suspend.html
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
>     - shard-iclb:         [FAIL][55] ([fdo#103167]) -> [PASS][56] +5 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
> 
>   * igt@kms_psr@psr2_sprite_blt:
>     - shard-iclb:         [SKIP][57] ([fdo#109441]) -> [PASS][58] +1 similar issue
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb5/igt@kms_psr@psr2_sprite_blt.html
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html
> 
>   * igt@kms_vblank@pipe-a-ts-continuation-suspend:
>     - shard-apl:          [DMESG-WARN][59] ([fdo#108566]) -> [PASS][60] +2 similar issues
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
> 
>   
> #### Warnings ####
> 
>   * igt@gem_ctx_isolation@vcs1-nonpriv:
>     - shard-iclb:         [SKIP][61] ([fdo#109276]) -> [FAIL][62] ([fdo#111329])
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_ctx_isolation@vcs1-nonpriv.html
> 
>   * igt@gem_exec_schedule@independent-bsd1:
>     - shard-iclb:         [SKIP][63] ([fdo#109276]) -> [FAIL][64] ([fdo#110946])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb6/igt@gem_exec_schedule@independent-bsd1.html
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_schedule@independent-bsd1.html
> 
>   
>   {name}: This element is suppressed. This means it is ignored when computing
>           the status of the difference (SUCCESS, WARNING, or FAILURE).
> 
>   [fdo#102250]: https://bugs.freedesktop.org/show_bug.cgi?id=102250
>   [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060
>   [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
>   [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
>   [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
>   [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355
>   [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
>   [fdo#104873]: https://bugs.freedesktop.org/show_bug.cgi?id=104873
>   [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
>   [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
>   [fdo#107931]: https://bugs.freedesktop.org/show_bug.cgi?id=107931
>   [fdo#108134]: https://bugs.freedesktop.org/show_bug.cgi?id=108134
>   [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
>   [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
>   [fdo#109660]: https://bugs.freedesktop.org/show_bug.cgi?id=109660
>   [fdo#110946]: https://bugs.freedesktop.org/show_bug.cgi?id=110946
>   [fdo#111317]: https://bugs.freedesktop.org/show_bug.cgi?id=111317
>   [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325
>   [fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329
> 
> 
> Participating hosts (10 -> 6)
> ------------------------------
> 
>   Missing    (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005 
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_5125 -> IGTPW_3326
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_6656: 15b120eed3331e5a6614a94159b6fae46fd8f28d @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_3326: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
>   IGT_5125: 35d81d01b1599b4bc4df0e09e25f6f531eed4f8a @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/kms_properties: Fix upper bound of 'max bpc' range
  2019-08-08 14:02 [igt-dev] [PATCH i-g-t] tests/kms_properties: Fix upper bound of 'max bpc' range Imre Deak
  2019-08-08 14:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-08-08 23:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-08-13  8:07 ` Ser, Simon
  2 siblings, 0 replies; 6+ messages in thread
From: Ser, Simon @ 2019-08-13  8:07 UTC (permalink / raw)
  To: igt-dev@lists.freedesktop.org, Deak, Imre

On Thu, 2019-08-08 at 17:02 +0300, Imre Deak wrote:
> The available range reported by the driver is the inclusive [min_bpc,
> max_bpc], so fix the upper bound used by the test accordingly. This
> issue had the side-effect (on ICL for instance) of limiting 'max bpc' to
> 10 (instead of restoring it to the default 12) for all the tests
> following kms_properties, as seen from the logs in the referenced bug
> below.
> 
> Reference: https://bugs.freedesktop.org/show_bug.cgi?id=109593
> Cc: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
> Signed-off-by: Imre Deak <imre.deak@intel.com>

This patch LGTM.

Reviewed-by: Simon Ser <simon.ser@intel.com>

> ---
>  tests/kms_properties.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/kms_properties.c b/tests/kms_properties.c
> index eb9cbdda..18cf96e0 100644
> --- a/tests/kms_properties.c
> +++ b/tests/kms_properties.c
> @@ -91,7 +91,7 @@ static void max_bpc_prop_test(int fd, uint32_t id, uint32_t type, drmModePropert
>  	if (atomic)
>  		req = drmModeAtomicAlloc();
>  
> -	for ( i = prop->values[0]; i < prop->values[1] ; i++) {
> +	for (i = prop->values[0]; i <= prop->values[1]; i++) {
>  		if (!atomic) {
>  			ret = drmModeObjectSetProperty(fd, id, type, prop_id, i);
>  
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_properties: Fix upper bound of 'max bpc' range
  2019-08-12  9:22   ` Imre Deak
@ 2019-08-20 14:22     ` Imre Deak
  0 siblings, 0 replies; 6+ messages in thread
From: Imre Deak @ 2019-08-20 14:22 UTC (permalink / raw)
  To: igt-dev, Simon Ser

On Mon, Aug 12, 2019 at 12:22:17PM +0300, Imre Deak wrote:
> On Thu, Aug 08, 2019 at 11:34:21PM +0000, Patchwork wrote:
> > == Series Details ==
> > 
> > Series: tests/kms_properties: Fix upper bound of 'max bpc' range
> > URL   : https://patchwork.freedesktop.org/series/64913/
> > State : failure

Thanks for the review, pushed.

> > 
> > == Summary ==
> > 
> > CI Bug Log - changes from CI_DRM_6656_full -> IGTPW_3326_full
> > ====================================================
> > 
> > Summary
> > -------
> > 
> >   **FAILURE**
> > 
> >   Serious unknown changes coming with IGTPW_3326_full absolutely need to be
> >   verified manually.
> >   
> >   If you think the reported changes have nothing to do with the changes
> >   introduced in IGTPW_3326_full, 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/64913/revisions/1/mbox/
> > 
> > Possible new issues
> > -------------------
> > 
> >   Here are the unknown changes that may have been introduced in IGTPW_3326_full:
> > 
> > ### IGT changes ###
> > 
> > #### Possible regressions ####
> > 
> >   * igt@gem_exec_schedule@pi-ringfull-bsd:
> >     - shard-iclb:         [PASS][1] -> [SKIP][2]
> >    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb3/igt@gem_exec_schedule@pi-ringfull-bsd.html
> >    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_exec_schedule@pi-ringfull-bsd.html
> 
> Unrelated issue, since kms_properties was not run on this box.
> 
> > 
> >   
> > Known issues
> > ------------
> > 
> >   Here are the changes found in IGTPW_3326_full that come from known issues:
> > 
> > ### IGT changes ###
> > 
> > #### Issues hit ####
> > 
> >   * igt@gem_ctx_isolation@rcs0-s3:
> >     - shard-kbl:          [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +1 similar issue
> >    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl3/igt@gem_ctx_isolation@rcs0-s3.html
> >    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl4/igt@gem_ctx_isolation@rcs0-s3.html
> > 
> >   * igt@gem_exec_await@wide-all:
> >     - shard-iclb:         [PASS][5] -> [FAIL][6] ([fdo#110946])
> >    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb5/igt@gem_exec_await@wide-all.html
> >    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_await@wide-all.html
> > 
> >   * igt@gem_exec_schedule@preempt-other-chain-bsd:
> >     - shard-iclb:         [PASS][7] -> [SKIP][8] ([fdo#111325]) +3 similar issues
> >    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb7/igt@gem_exec_schedule@preempt-other-chain-bsd.html
> >    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html
> > 
> >   * igt@gem_exec_schedule@reorder-wide-bsd1:
> >     - shard-iclb:         [PASS][9] -> [SKIP][10] ([fdo#109276]) +15 similar issues
> >    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@gem_exec_schedule@reorder-wide-bsd1.html
> >    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb3/igt@gem_exec_schedule@reorder-wide-bsd1.html
> > 
> >   * igt@kms_cursor_crc@pipe-b-cursor-suspend:
> >     - shard-kbl:          [PASS][11] -> [INCOMPLETE][12] ([fdo#103665])
> >    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
> >    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
> > 
> >   * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
> >     - shard-glk:          [PASS][13] -> [FAIL][14] ([fdo#104873])
> >    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
> >    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
> > 
> >   * igt@kms_flip_tiling@flip-to-y-tiled:
> >     - shard-iclb:         [PASS][15] -> [FAIL][16] ([fdo#107931] / [fdo#108134])
> >    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb1/igt@kms_flip_tiling@flip-to-y-tiled.html
> >    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb6/igt@kms_flip_tiling@flip-to-y-tiled.html
> > 
> >   * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render:
> >     - shard-iclb:         [PASS][17] -> [FAIL][18] ([fdo#103167])
> >    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html
> >    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html
> > 
> >   * igt@kms_frontbuffer_tracking@fbc-suspend:
> >     - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([fdo#108566]) +2 similar issues
> >    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
> >    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl6/igt@kms_frontbuffer_tracking@fbc-suspend.html
> > 
> >   * igt@kms_plane_lowres@pipe-a-tiling-x:
> >     - shard-iclb:         [PASS][21] -> [FAIL][22] ([fdo#103166]) +1 similar issue
> >    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-x.html
> >    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-x.html
> > 
> >   * igt@kms_psr@psr2_sprite_mmap_gtt:
> >     - shard-iclb:         [PASS][23] -> [SKIP][24] ([fdo#109441]) +1 similar issue
> >    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
> >    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html
> > 
> >   * igt@tools_test@tools_test:
> >     - shard-glk:          [PASS][25] -> [SKIP][26] ([fdo#109271])
> >    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk5/igt@tools_test@tools_test.html
> >    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk1/igt@tools_test@tools_test.html
> > 
> >   
> > #### Possible fixes ####
> > 
> >   * igt@gem_exec_schedule@preempt-other-bsd1:
> >     - shard-iclb:         [SKIP][27] ([fdo#109276]) -> [PASS][28] +13 similar issues
> >    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb7/igt@gem_exec_schedule@preempt-other-bsd1.html
> >    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_exec_schedule@preempt-other-bsd1.html
> > 
> >   * igt@gem_exec_schedule@promotion-bsd:
> >     - shard-iclb:         [SKIP][29] ([fdo#111325]) -> [PASS][30] +2 similar issues
> >    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb4/igt@gem_exec_schedule@promotion-bsd.html
> >    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb5/igt@gem_exec_schedule@promotion-bsd.html
> > 
> >   * igt@gem_exec_schedule@semaphore-noskip:
> >     - shard-iclb:         [FAIL][31] ([fdo#110946]) -> [PASS][32]
> >    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@gem_exec_schedule@semaphore-noskip.html
> >    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb3/igt@gem_exec_schedule@semaphore-noskip.html
> > 
> >   * igt@i915_pm_rps@reset:
> >     - shard-apl:          [FAIL][33] ([fdo#102250]) -> [PASS][34]
> >    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl1/igt@i915_pm_rps@reset.html
> >    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl4/igt@i915_pm_rps@reset.html
> > 
> >   * igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing:
> >     - shard-kbl:          [FAIL][35] ([fdo#109660]) -> [PASS][36]
> >    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl7/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing.html
> >    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl1/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing.html
> > 
> >   * igt@kms_cursor_crc@pipe-a-cursor-suspend:
> >     - shard-kbl:          [INCOMPLETE][37] ([fdo#103665]) -> [PASS][38]
> >    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
> >    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
> > 
> >   * igt@kms_cursor_crc@pipe-b-cursor-128x128-random:
> >     - shard-kbl:          [FAIL][39] ([fdo#103232]) -> [PASS][40]
> >    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
> >    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
> >     - shard-apl:          [FAIL][41] ([fdo#103232]) -> [PASS][42]
> >    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
> >    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
> > 
> >   * igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge:
> >     - shard-apl:          [DMESG-WARN][43] ([fdo#111317]) -> [PASS][44] +1 similar issue
> >    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl6/igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge.html
> >    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl1/igt@kms_cursor_edge_walk@pipe-b-64x64-top-edge.html
> > 
> >   * igt@kms_cursor_legacy@cursor-vs-flip-toggle:
> >     - shard-hsw:          [FAIL][45] ([fdo#103355]) -> [PASS][46]
> >    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-hsw4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
> >    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-hsw2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
> > 
> >   * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
> >     - shard-glk:          [FAIL][47] ([fdo#103060]) -> [PASS][48]
> >    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-glk8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
> >    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-glk8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
> > 
> >   * igt@kms_flip@flip-vs-expired-vblank-interruptible:
> >     - shard-apl:          [FAIL][49] ([fdo#105363]) -> [PASS][50]
> >    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
> >    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
> > 
> >   * igt@kms_flip@flip-vs-suspend:
> >     - shard-snb:          [INCOMPLETE][51] ([fdo#105411]) -> [PASS][52]
> >    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-snb1/igt@kms_flip@flip-vs-suspend.html
> >    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-snb6/igt@kms_flip@flip-vs-suspend.html
> > 
> >   * igt@kms_frontbuffer_tracking@fbc-suspend:
> >     - shard-kbl:          [DMESG-WARN][53] ([fdo#108566]) -> [PASS][54] +5 similar issues
> >    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-suspend.html
> >    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
> > 
> >   * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
> >     - shard-iclb:         [FAIL][55] ([fdo#103167]) -> [PASS][56] +5 similar issues
> >    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
> >    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
> > 
> >   * igt@kms_psr@psr2_sprite_blt:
> >     - shard-iclb:         [SKIP][57] ([fdo#109441]) -> [PASS][58] +1 similar issue
> >    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb5/igt@kms_psr@psr2_sprite_blt.html
> >    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html
> > 
> >   * igt@kms_vblank@pipe-a-ts-continuation-suspend:
> >     - shard-apl:          [DMESG-WARN][59] ([fdo#108566]) -> [PASS][60] +2 similar issues
> >    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-apl4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
> >    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-apl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
> > 
> >   
> > #### Warnings ####
> > 
> >   * igt@gem_ctx_isolation@vcs1-nonpriv:
> >     - shard-iclb:         [SKIP][61] ([fdo#109276]) -> [FAIL][62] ([fdo#111329])
> >    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html
> >    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb2/igt@gem_ctx_isolation@vcs1-nonpriv.html
> > 
> >   * igt@gem_exec_schedule@independent-bsd1:
> >     - shard-iclb:         [SKIP][63] ([fdo#109276]) -> [FAIL][64] ([fdo#110946])
> >    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6656/shard-iclb6/igt@gem_exec_schedule@independent-bsd1.html
> >    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/shard-iclb4/igt@gem_exec_schedule@independent-bsd1.html
> > 
> >   
> >   {name}: This element is suppressed. This means it is ignored when computing
> >           the status of the difference (SUCCESS, WARNING, or FAILURE).
> > 
> >   [fdo#102250]: https://bugs.freedesktop.org/show_bug.cgi?id=102250
> >   [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060
> >   [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
> >   [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
> >   [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
> >   [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355
> >   [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
> >   [fdo#104873]: https://bugs.freedesktop.org/show_bug.cgi?id=104873
> >   [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
> >   [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
> >   [fdo#107931]: https://bugs.freedesktop.org/show_bug.cgi?id=107931
> >   [fdo#108134]: https://bugs.freedesktop.org/show_bug.cgi?id=108134
> >   [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
> >   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
> >   [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
> >   [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
> >   [fdo#109660]: https://bugs.freedesktop.org/show_bug.cgi?id=109660
> >   [fdo#110946]: https://bugs.freedesktop.org/show_bug.cgi?id=110946
> >   [fdo#111317]: https://bugs.freedesktop.org/show_bug.cgi?id=111317
> >   [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325
> >   [fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329
> > 
> > 
> > Participating hosts (10 -> 6)
> > ------------------------------
> > 
> >   Missing    (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005 
> > 
> > 
> > Build changes
> > -------------
> > 
> >   * CI: CI-20190529 -> None
> >   * IGT: IGT_5125 -> IGTPW_3326
> >   * Piglit: piglit_4509 -> None
> > 
> >   CI-20190529: 20190529
> >   CI_DRM_6656: 15b120eed3331e5a6614a94159b6fae46fd8f28d @ git://anongit.freedesktop.org/gfx-ci/linux
> >   IGTPW_3326: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
> >   IGT_5125: 35d81d01b1599b4bc4df0e09e25f6f531eed4f8a @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
> >   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
> > 
> > == Logs ==
> > 
> > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3326/
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-20 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-08 14:02 [igt-dev] [PATCH i-g-t] tests/kms_properties: Fix upper bound of 'max bpc' range Imre Deak
2019-08-08 14:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-08-08 23:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-08-12  9:22   ` Imre Deak
2019-08-20 14:22     ` Imre Deak
2019-08-13  8:07 ` [igt-dev] [PATCH i-g-t] " Ser, Simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox