All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/i915_selftest: Add subtests description
@ 2020-12-06 13:17 apoorva1.singh
  2020-12-06 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2020-12-06 19:04 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: apoorva1.singh @ 2020-12-06 13:17 UTC (permalink / raw)
  To: igt-dev, arjun.melkaveri

From: Apoorva Singh <apoorva1.singh@intel.com>

Add description for all the subtests

Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com>
---
 tests/i915/i915_selftest.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
index abc8c9c7..00a02b40 100644
--- a/tests/i915/i915_selftest.c
+++ b/tests/i915/i915_selftest.c
@@ -31,16 +31,20 @@ igt_main
 	const char *env = getenv("SELFTESTS") ?: "";
 	char opts[1024];
 
+	igt_describe("Executes all mock selftests of i915 i.e. before driver loading using mock hardware");
 	igt_assert(snprintf(opts, sizeof(opts),
 			    "mock_selftests=-1 disable_display=1 st_filter=%s",
 			    env) < sizeof(opts));
 	igt_kselftests("i915", opts, NULL, "mock");
 
+	igt_describe("Executes all live selftests of i915 i.e. after driver initialisation on the live system");
 	igt_assert(snprintf(opts, sizeof(opts),
 			    "live_selftests=-1 disable_display=1 st_filter=%s",
 			    env) < sizeof(opts));
 	igt_kselftests("i915", opts, "live_selftests", "live");
 
+	igt_describe("Executes all performance orientated selftests of i915 after driver initialisation "
+	       "on the live system");
 	igt_assert(snprintf(opts, sizeof(opts),
 			    "perf_selftests=-1 disable_display=1 st_filter=%s",
 			    env) < sizeof(opts));
-- 
2.25.1

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for i915/i915_selftest: Add subtests description
  2020-12-06 13:17 [igt-dev] [PATCH i-g-t] i915/i915_selftest: Add subtests description apoorva1.singh
@ 2020-12-06 14:04 ` Patchwork
  2020-12-06 19:04 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2020-12-06 14:04 UTC (permalink / raw)
  To: apoorva1.singh; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 2675 bytes --]

== Series Details ==

Series: i915/i915_selftest: Add subtests description
URL   : https://patchwork.freedesktop.org/series/84616/
State : success

== Summary ==

CI Bug Log - changes from IGT_5882 -> IGTPW_5253
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/index.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@debugfs_test@read_all_entries:
    - fi-tgl-y:           [PASS][1] -> [DMESG-WARN][2] ([i915#402]) +2 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/fi-tgl-y/igt@debugfs_test@read_all_entries.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/fi-tgl-y/igt@debugfs_test@read_all_entries.html

  
#### Possible fixes ####

  * igt@gem_exec_suspend@basic-s3:
    - fi-snb-2600:        [INCOMPLETE][3] -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/fi-snb-2600/igt@gem_exec_suspend@basic-s3.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/fi-snb-2600/igt@gem_exec_suspend@basic-s3.html
    - fi-tgl-y:           [DMESG-WARN][5] ([i915#2411] / [i915#402]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html

  * igt@prime_self_import@basic-with_one_bo_two_files:
    - fi-tgl-y:           [DMESG-WARN][7] ([i915#402]) -> [PASS][8] +1 similar issue
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html

  
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (43 -> 38)
------------------------------

  Missing    (5): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-dg1-1 fi-bdw-samus 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5882 -> IGTPW_5253

  CI-20190529: 20190529
  CI_DRM_9450: 83b8d6ab0631ef13a095c7818d3c2c40f52f42ce @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5253: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/index.html
  IGT_5882: 47f770e8e544831ae5a984b2083df73f71067762 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/index.html

[-- Attachment #1.2: Type: text/html, Size: 3481 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

* [igt-dev] ✓ Fi.CI.IGT: success for i915/i915_selftest: Add subtests description
  2020-12-06 13:17 [igt-dev] [PATCH i-g-t] i915/i915_selftest: Add subtests description apoorva1.singh
  2020-12-06 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-12-06 19:04 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2020-12-06 19:04 UTC (permalink / raw)
  To: apoorva1.singh; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 26026 bytes --]

== Series Details ==

Series: i915/i915_selftest: Add subtests description
URL   : https://patchwork.freedesktop.org/series/84616/
State : success

== Summary ==

CI Bug Log - changes from IGT_5882_full -> IGTPW_5253_full
====================================================

Summary
-------

  **WARNING**

  Minor unknown changes coming with IGTPW_5253_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5253_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://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/index.html

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

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

### IGT changes ###

#### Warnings ####

  * igt@kms_chamelium@hdmi-crc-single:
    - shard-hsw:          [SKIP][1] ([fdo#109271] / [fdo#111827]) -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw1/igt@kms_chamelium@hdmi-crc-single.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw1/igt@kms_chamelium@hdmi-crc-single.html

  
#### Suppressed ####

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

  * {igt@gem_ctx_exec@basic-close-race}:
    - shard-apl:          [PASS][3] -> [DMESG-FAIL][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl2/igt@gem_ctx_exec@basic-close-race.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl7/igt@gem_ctx_exec@basic-close-race.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [PASS][5] -> [FAIL][6] ([i915#454])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb8/igt@i915_pm_dc@dc6-psr.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb4/igt@i915_pm_dc@dc6-psr.html

  * igt@i915_pm_rpm@cursor-dpms:
    - shard-tglb:         [PASS][7] -> [SKIP][8] ([i915#579])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb2/igt@i915_pm_rpm@cursor-dpms.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb2/igt@i915_pm_rpm@cursor-dpms.html
    - shard-kbl:          [PASS][9] -> [SKIP][10] ([fdo#109271]) +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl1/igt@i915_pm_rpm@cursor-dpms.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl4/igt@i915_pm_rpm@cursor-dpms.html
    - shard-hsw:          [PASS][11] -> [SKIP][12] ([fdo#109271]) +1 similar issue
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw2/igt@i915_pm_rpm@cursor-dpms.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw2/igt@i915_pm_rpm@cursor-dpms.html
    - shard-iclb:         [PASS][13] -> [SKIP][14] ([i915#579])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb1/igt@i915_pm_rpm@cursor-dpms.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb6/igt@i915_pm_rpm@cursor-dpms.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          [PASS][15] -> [INCOMPLETE][16] ([i915#155] / [i915#2295])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-iclb:         [PASS][17] -> [INCOMPLETE][18] ([i915#1185] / [i915#2295])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-apl:          [PASS][19] -> [INCOMPLETE][20] ([i915#2295] / [i915#2635])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl8/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-tglb:         [PASS][21] -> [INCOMPLETE][22] ([i915#1436] / [i915#1602] / [i915#1887] / [i915#2295] / [i915#2411] / [i915#456])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-glk:          [PASS][23] -> [INCOMPLETE][24] ([i915#2055] / [i915#2295] / [i915#2635])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-hsw:          [PASS][25] -> [INCOMPLETE][26] ([i915#2055] / [i915#2295] / [i915#2637])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1:
    - shard-glk:          [PASS][27] -> [FAIL][28] ([i915#79])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1:
    - shard-hsw:          [PASS][29] -> [INCOMPLETE][30] ([i915#2055] / [i915#2295])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw1/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw1/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-gtt:
    - shard-iclb:         [PASS][31] -> [FAIL][32] ([i915#49])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-gtt.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-gtt.html

  * igt@kms_plane_cursor@pipe-b-overlay-size-128:
    - shard-glk:          [PASS][33] -> [FAIL][34] ([i915#2657])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk1/igt@kms_plane_cursor@pipe-b-overlay-size-128.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk9/igt@kms_plane_cursor@pipe-b-overlay-size-128.html

  * igt@kms_psr@psr2_cursor_render:
    - shard-iclb:         [PASS][35] -> [SKIP][36] ([fdo#109441]) +2 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb5/igt@kms_psr@psr2_cursor_render.html

  * igt@perf_pmu@rc6-runtime-pm:
    - shard-glk:          [PASS][37] -> [SKIP][38] ([fdo#109271]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk1/igt@perf_pmu@rc6-runtime-pm.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk2/igt@perf_pmu@rc6-runtime-pm.html
    - shard-apl:          [PASS][39] -> [SKIP][40] ([fdo#109271]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl1/igt@perf_pmu@rc6-runtime-pm.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl3/igt@perf_pmu@rc6-runtime-pm.html
    - shard-tglb:         [PASS][41] -> [SKIP][42] ([fdo#111719])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb1/igt@perf_pmu@rc6-runtime-pm.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb2/igt@perf_pmu@rc6-runtime-pm.html
    - shard-iclb:         [PASS][43] -> [SKIP][44] ([i915#293])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb8/igt@perf_pmu@rc6-runtime-pm.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb6/igt@perf_pmu@rc6-runtime-pm.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - shard-tglb:         [INCOMPLETE][45] ([i915#1602]) -> [PASS][46]
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb2/igt@core_hotunplug@unbind-rebind.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb5/igt@core_hotunplug@unbind-rebind.html
    - shard-apl:          [INCOMPLETE][47] ([i915#2283] / [i915#2540]) -> [PASS][48]
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl1/igt@core_hotunplug@unbind-rebind.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl8/igt@core_hotunplug@unbind-rebind.html
    - shard-glk:          [INCOMPLETE][49] ([i915#2283]) -> [PASS][50]
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk1/igt@core_hotunplug@unbind-rebind.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk6/igt@core_hotunplug@unbind-rebind.html
    - shard-kbl:          [INCOMPLETE][51] ([i915#2283]) -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl4/igt@core_hotunplug@unbind-rebind.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl1/igt@core_hotunplug@unbind-rebind.html
    - shard-iclb:         [INCOMPLETE][53] ([i915#2283]) -> [PASS][54]
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb8/igt@core_hotunplug@unbind-rebind.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb1/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_exec_reloc@basic-many-active@rcs0:
    - shard-hsw:          [FAIL][55] ([i915#2389]) -> [PASS][56]
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw1/igt@gem_exec_reloc@basic-many-active@rcs0.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw6/igt@gem_exec_reloc@basic-many-active@rcs0.html
    - shard-snb:          [FAIL][57] ([i915#2389]) -> [PASS][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-snb4/igt@gem_exec_reloc@basic-many-active@rcs0.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-snb2/igt@gem_exec_reloc@basic-many-active@rcs0.html

  * igt@i915_pm_backlight@fade_with_suspend:
    - shard-tglb:         [INCOMPLETE][59] ([i915#1436] / [i915#1602] / [i915#1887] / [i915#2369] / [i915#2411] / [i915#456]) -> [PASS][60]
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb1/igt@i915_pm_backlight@fade_with_suspend.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb8/igt@i915_pm_backlight@fade_with_suspend.html
    - shard-iclb:         [INCOMPLETE][61] ([i915#1185] / [i915#1602] / [i915#2369]) -> [PASS][62]
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb5/igt@i915_pm_backlight@fade_with_suspend.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb8/igt@i915_pm_backlight@fade_with_suspend.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp:
    - shard-iclb:         [FAIL][63] -> [PASS][64]
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb3/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb3/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html
    - shard-tglb:         [FAIL][65] -> [PASS][66]
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb3/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html

  * igt@i915_pm_rpm@gem-execbuf:
    - shard-hsw:          [SKIP][67] ([fdo#109271]) -> [PASS][68]
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw6/igt@i915_pm_rpm@gem-execbuf.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw2/igt@i915_pm_rpm@gem-execbuf.html
    - shard-kbl:          [SKIP][69] ([fdo#109271]) -> [PASS][70]
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl2/igt@i915_pm_rpm@gem-execbuf.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl6/igt@i915_pm_rpm@gem-execbuf.html
    - shard-apl:          [SKIP][71] ([fdo#109271]) -> [PASS][72]
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl4/igt@i915_pm_rpm@gem-execbuf.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl8/igt@i915_pm_rpm@gem-execbuf.html
    - shard-glk:          [SKIP][73] ([fdo#109271]) -> [PASS][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk2/igt@i915_pm_rpm@gem-execbuf.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk5/igt@i915_pm_rpm@gem-execbuf.html

  * igt@kms_atomic_transition@1x-modeset-transitions-nonblocking:
    - shard-glk:          [FAIL][75] -> [PASS][76]
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk8/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk4/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking.html

  * igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen:
    - shard-glk:          [DMESG-WARN][77] ([i915#118] / [i915#95]) -> [PASS][78] +1 similar issue
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen.html

  * igt@kms_cursor_edge_walk@pipe-b-128x128-right-edge:
    - shard-glk:          [FAIL][79] ([i915#70]) -> [PASS][80]
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk8/igt@kms_cursor_edge_walk@pipe-b-128x128-right-edge.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk9/igt@kms_cursor_edge_walk@pipe-b-128x128-right-edge.html

  * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
    - shard-hsw:          [FAIL][81] ([i915#96]) -> [PASS][82]
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
    - shard-tglb:         [FAIL][83] ([i915#2346]) -> [PASS][84]
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-tglb:         [FAIL][85] ([i915#2598]) -> [PASS][86] +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-tglb1/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-tglb2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
    - shard-hsw:          [INCOMPLETE][87] ([i915#2055]) -> [PASS][88]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw1/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw2/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt:
    - shard-glk:          [FAIL][89] ([i915#49]) -> [PASS][90]
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html

  * igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c:
    - shard-glk:          [FAIL][91] ([i915#1036]) -> [PASS][92]
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk8/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c.html
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk4/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c.html

  * igt@kms_psr@psr2_sprite_mmap_cpu:
    - shard-iclb:         [SKIP][93] ([fdo#109441]) -> [PASS][94] +2 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb4/igt@kms_psr@psr2_sprite_mmap_cpu.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_cpu.html

  * igt@kms_vblank@pipe-b-ts-continuation-suspend:
    - shard-apl:          [INCOMPLETE][95] ([i915#2635]) -> [PASS][96]
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl4/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl1/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
    - shard-glk:          [INCOMPLETE][97] ([i915#2635]) -> [PASS][98]
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk2/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
    - shard-hsw:          [INCOMPLETE][99] ([i915#2055] / [i915#2637]) -> [PASS][100]
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
    - shard-kbl:          [INCOMPLETE][101] ([i915#155]) -> [PASS][102] +1 similar issue
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl2/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl1/igt@kms_vblank@pipe-b-ts-continuation-suspend.html

  * igt@testdisplay:
    - shard-kbl:          [DMESG-WARN][103] ([i915#165] / [i915#180] / [i915#78]) -> [PASS][104]
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl2/igt@testdisplay.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl1/igt@testdisplay.html

  
#### Warnings ####

  * igt@core_hotunplug@unbind-rebind:
    - shard-hsw:          [INCOMPLETE][105] ([i915#2283]) -> [WARN][106] ([i915#2283])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw2/igt@core_hotunplug@unbind-rebind.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw2/igt@core_hotunplug@unbind-rebind.html

  * igt@i915_pm_rc6_residency@rc6-idle:
    - shard-iclb:         [WARN][107] ([i915#2684]) -> [WARN][108] ([i915#2681] / [i915#2684])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb2/igt@i915_pm_rc6_residency@rc6-idle.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html

  * igt@runner@aborted:
    - shard-hsw:          ([FAIL][109], [FAIL][110]) ([i915#2283] / [i915#2295]) -> [FAIL][111] ([i915#2295])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw6/igt@runner@aborted.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-hsw2/igt@runner@aborted.html
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-hsw6/igt@runner@aborted.html
    - shard-kbl:          ([FAIL][112], [FAIL][113], [FAIL][114]) ([i915#1814] / [i915#2283] / [i915#2295] / [i915#2722] / [i915#483] / [i915#602]) -> [FAIL][115] ([i915#2295] / [i915#2722] / [i915#483])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl4/igt@runner@aborted.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl2/igt@runner@aborted.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-kbl4/igt@runner@aborted.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-kbl4/igt@runner@aborted.html
    - shard-iclb:         ([FAIL][116], [FAIL][117], [FAIL][118]) ([i915#1814] / [i915#2283] / [i915#2295] / [i915#2722] / [i915#483]) -> ([FAIL][119], [FAIL][120]) ([i915#1814] / [i915#2295] / [i915#2722] / [i915#483])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb5/igt@runner@aborted.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb8/igt@runner@aborted.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-iclb5/igt@runner@aborted.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb1/igt@runner@aborted.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-iclb8/igt@runner@aborted.html
    - shard-apl:          ([FAIL][121], [FAIL][122], [FAIL][123]) ([i915#1814] / [i915#2283] / [i915#2295] / [i915#2722]) -> ([FAIL][124], [FAIL][125], [FAIL][126]) ([i915#1814] / [i915#2295] / [i915#2722])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl4/igt@runner@aborted.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl1/igt@runner@aborted.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-apl2/igt@runner@aborted.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl7/igt@runner@aborted.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl1/igt@runner@aborted.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-apl4/igt@runner@aborted.html
    - shard-glk:          ([FAIL][127], [FAIL][128], [FAIL][129]) ([i915#1814] / [i915#2283] / [i915#2295] / [i915#2722] / [k.org#202321]) -> ([FAIL][130], [FAIL][131]) ([i915#1814] / [i915#2295] / [i915#2722] / [k.org#202321])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk2/igt@runner@aborted.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk4/igt@runner@aborted.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5882/shard-glk1/igt@runner@aborted.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk4/igt@runner@aborted.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/shard-glk6/igt@runner@aborted.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#111719]: https://bugs.freedesktop.org/show_bug.cgi?id=111719
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1036]: https://gitlab.freedesktop.org/drm/intel/issues/1036
  [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
  [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
  [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
  [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
  [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
  [i915#165]: https://gitlab.freedesktop.org/drm/intel/issues/165
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
  [i915#1887]: https://gitlab.freedesktop.org/drm/intel/issues/1887
  [i915#2055]: https://gitlab.freedesktop.org/drm/intel/issues/2055
  [i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283
  [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2369]: https://gitlab.freedesktop.org/drm/intel/issues/2369
  [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2540]: https://gitlab.freedesktop.org/drm/intel/issues/2540
  [i915#2598]: https://gitlab.freedesktop.org/drm/intel/issues/2598
  [i915#2635]: https://gitlab.freedesktop.org/drm/intel/issues/2635
  [i915#2637]: https://gitlab.freedesktop.org/drm/intel/issues/2637
  [i915#2657]: https://gitlab.freedesktop.org/drm/intel/issues/2657
  [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
  [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684
  [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
  [i915#293]: https://gitlab.freedesktop.org/drm/intel/issues/293
  [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
  [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
  [i915#483]: https://gitlab.freedesktop.org/drm/intel/issues/483
  [i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
  [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579
  [i915#602]: https://gitlab.freedesktop.org/drm/intel/issues/602
  [i915#70]: https://gitlab.freedesktop.org/drm/intel/issues/70
  [i915#78]: https://gitlab.freedesktop.org/drm/intel/issues/78
  [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
  [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
  [i915#96]: https://gitlab.freedesktop.org/drm/intel/issues/96
  [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321


Participating hosts (8 -> 8)
------------------------------

  No changes in participating hosts


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5882 -> IGTPW_5253

  CI-20190529: 20190529
  CI_DRM_9450: 83b8d6ab0631ef13a095c7818d3c2c40f52f42ce @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5253: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/index.html
  IGT_5882: 47f770e8e544831ae5a984b2083df73f71067762 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5253/index.html

[-- Attachment #1.2: Type: text/html, Size: 32929 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

end of thread, other threads:[~2020-12-06 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 13:17 [igt-dev] [PATCH i-g-t] i915/i915_selftest: Add subtests description apoorva1.singh
2020-12-06 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-12-06 19:04 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.