All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/3] Change duplicate names
@ 2021-10-28 10:18 Kamil Konieczny
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names Kamil Konieczny
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Kamil Konieczny @ 2021-10-28 10:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny

Change tests names to ensure uniqness.

Kamil Konieczny (2):
  tests/gem_sync: Change duplicate subtest names
  tests/gem_exec_whisper: Change duplicated test names

Petri Latvala (1):
  tests/igt_command_line.sh: Check for duplicate subtest names

 tests/i915/gem_exec_whisper.c |  2 +-
 tests/i915/gem_sync.c         |  2 +-
 tests/igt_command_line.sh     | 11 +++++++++++
 3 files changed, 13 insertions(+), 2 deletions(-)

-- 
2.30.2

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

* [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names
  2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
@ 2021-10-28 10:18 ` Kamil Konieczny
  2021-10-28 10:25   ` Zbigniew Kempczyński
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names Kamil Konieczny
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Kamil Konieczny @ 2021-10-28 10:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny

For legacy rings add "legacy-" prefix to subtest names to avoid
duplicates.

Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/i915/gem_sync.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/gem_sync.c b/tests/i915/gem_sync.c
index 6cb00c40..0093ca25 100644
--- a/tests/i915/gem_sync.c
+++ b/tests/i915/gem_sync.c
@@ -1205,7 +1205,7 @@ igt_main
 
 	/* Legacy for selecting rings. */
 	for_each_test(t, individual) {
-		igt_subtest_with_dynamic_f("%s", t->name) {
+		igt_subtest_with_dynamic_f("legacy-%s", t->name) {
 			for (const struct intel_execution_ring *l = intel_execution_rings; l->name; l++) {
 				igt_dynamic_f("%s", l->name) {
 					t->func(fd, intel_ctx_0(fd), eb_ring(l),
-- 
2.30.2

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

* [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names
  2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names Kamil Konieczny
@ 2021-10-28 10:18 ` Kamil Konieczny
  2021-10-28 10:26   ` Zbigniew Kempczyński
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 3/3] tests/igt_command_line.sh: Check for duplicate subtest names Kamil Konieczny
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Kamil Konieczny @ 2021-10-28 10:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny

Add suffix "-engine" for testing specific engines and avoid tests
name duplication.

Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/i915/gem_exec_whisper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/gem_exec_whisper.c b/tests/i915/gem_exec_whisper.c
index 104f0a16..c93134db 100644
--- a/tests/i915/gem_exec_whisper.c
+++ b/tests/i915/gem_exec_whisper.c
@@ -630,7 +630,7 @@ igt_main
 		if (m->flags & CHAIN)
 			continue;
 
-		igt_subtest_with_dynamic_f("%s", m->name) {
+		igt_subtest_with_dynamic_f("%s-engine", m->name) {
 			for_each_ctx_engine(fd, ctx, e) {
 				if (!gem_class_can_store_dword(fd, e->class))
 					continue;
-- 
2.30.2

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

* [igt-dev] [PATCH i-g-t 3/3] tests/igt_command_line.sh: Check for duplicate subtest names
  2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names Kamil Konieczny
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names Kamil Konieczny
@ 2021-10-28 10:18 ` Kamil Konieczny
  2021-10-28 10:27   ` Zbigniew Kempczyński
  2021-10-28 11:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Kamil Konieczny @ 2021-10-28 10:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

From: Petri Latvala <petri.latvala@intel.com>

A test having multiple subtests with the same name is always an error
and a couple of such cases had already crept in. Keep them out.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
---
 tests/igt_command_line.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tests/igt_command_line.sh b/tests/igt_command_line.sh
index 5356877c..fb8f2e2a 100755
--- a/tests/igt_command_line.sh
+++ b/tests/igt_command_line.sh
@@ -92,6 +92,17 @@ check_test ()
 		echo "    test does seem to be using igt_main() (should have subtests) and yet --list-subtests is empty!"
 		fail $test
 	fi
+
+	# check for duplicate subtests
+	echo "  Checking subtest uniqueness..."
+	if [ $RET -eq 0 ]; then
+	    DUPLICATES="`./$test --list-subtests | sort | uniq -d`"
+	    if [ -n "$DUPLICATES" ]; then
+		echo "    test has duplicate subtest names!"
+		echo $DUPLICATES
+		fail $test
+	    fi
+	fi
 }
 
 TESTLISTFILE="$tests_dir/test-list.txt"
-- 
2.30.2

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

* Re: [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names Kamil Konieczny
@ 2021-10-28 10:25   ` Zbigniew Kempczyński
  0 siblings, 0 replies; 12+ messages in thread
From: Zbigniew Kempczyński @ 2021-10-28 10:25 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev, Petri Latvala

On Thu, Oct 28, 2021 at 12:18:17PM +0200, Kamil Konieczny wrote:
> For legacy rings add "legacy-" prefix to subtest names to avoid
> duplicates.

For me this prefix is ok:

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

--
Zbigniew

> 
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  tests/i915/gem_sync.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/i915/gem_sync.c b/tests/i915/gem_sync.c
> index 6cb00c40..0093ca25 100644
> --- a/tests/i915/gem_sync.c
> +++ b/tests/i915/gem_sync.c
> @@ -1205,7 +1205,7 @@ igt_main
>  
>  	/* Legacy for selecting rings. */
>  	for_each_test(t, individual) {
> -		igt_subtest_with_dynamic_f("%s", t->name) {
> +		igt_subtest_with_dynamic_f("legacy-%s", t->name) {
>  			for (const struct intel_execution_ring *l = intel_execution_rings; l->name; l++) {
>  				igt_dynamic_f("%s", l->name) {
>  					t->func(fd, intel_ctx_0(fd), eb_ring(l),
> -- 
> 2.30.2
> 

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

* Re: [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names Kamil Konieczny
@ 2021-10-28 10:26   ` Zbigniew Kempczyński
  0 siblings, 0 replies; 12+ messages in thread
From: Zbigniew Kempczyński @ 2021-10-28 10:26 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev

On Thu, Oct 28, 2021 at 12:18:18PM +0200, Kamil Konieczny wrote:
> Add suffix "-engine" for testing specific engines and avoid tests
> name duplication.

I haven't found anything better so:

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

--
Zbigniew

> 
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  tests/i915/gem_exec_whisper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/i915/gem_exec_whisper.c b/tests/i915/gem_exec_whisper.c
> index 104f0a16..c93134db 100644
> --- a/tests/i915/gem_exec_whisper.c
> +++ b/tests/i915/gem_exec_whisper.c
> @@ -630,7 +630,7 @@ igt_main
>  		if (m->flags & CHAIN)
>  			continue;
>  
> -		igt_subtest_with_dynamic_f("%s", m->name) {
> +		igt_subtest_with_dynamic_f("%s-engine", m->name) {
>  			for_each_ctx_engine(fd, ctx, e) {
>  				if (!gem_class_can_store_dword(fd, e->class))
>  					continue;
> -- 
> 2.30.2
> 

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

* Re: [igt-dev] [PATCH i-g-t 3/3] tests/igt_command_line.sh: Check for duplicate subtest names
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 3/3] tests/igt_command_line.sh: Check for duplicate subtest names Kamil Konieczny
@ 2021-10-28 10:27   ` Zbigniew Kempczyński
  0 siblings, 0 replies; 12+ messages in thread
From: Zbigniew Kempczyński @ 2021-10-28 10:27 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev, Petri Latvala

On Thu, Oct 28, 2021 at 12:18:19PM +0200, Kamil Konieczny wrote:
> From: Petri Latvala <petri.latvala@intel.com>
> 
> A test having multiple subtests with the same name is always an error
> and a couple of such cases had already crept in. Keep them out.
> 
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>

I thought we also would have some fuse in ./test --list but this
also makes sure we won't merge duplicated tests:

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

-- 
Zbigniew

> ---
>  tests/igt_command_line.sh | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/tests/igt_command_line.sh b/tests/igt_command_line.sh
> index 5356877c..fb8f2e2a 100755
> --- a/tests/igt_command_line.sh
> +++ b/tests/igt_command_line.sh
> @@ -92,6 +92,17 @@ check_test ()
>  		echo "    test does seem to be using igt_main() (should have subtests) and yet --list-subtests is empty!"
>  		fail $test
>  	fi
> +
> +	# check for duplicate subtests
> +	echo "  Checking subtest uniqueness..."
> +	if [ $RET -eq 0 ]; then
> +	    DUPLICATES="`./$test --list-subtests | sort | uniq -d`"
> +	    if [ -n "$DUPLICATES" ]; then
> +		echo "    test has duplicate subtest names!"
> +		echo $DUPLICATES
> +		fail $test
> +	    fi
> +	fi
>  }
>  
>  TESTLISTFILE="$tests_dir/test-list.txt"
> -- 
> 2.30.2
> 

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

* [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names
  2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
                   ` (2 preceding siblings ...)
  2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 3/3] tests/igt_command_line.sh: Check for duplicate subtest names Kamil Konieczny
@ 2021-10-28 11:31 ` Patchwork
  2021-10-28 12:02   ` Petri Latvala
  2021-10-28 13:37 ` [igt-dev] ✓ Fi.CI.BAT: success for Change duplicate names (rev2) Patchwork
  2021-10-28 18:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  5 siblings, 1 reply; 12+ messages in thread
From: Patchwork @ 2021-10-28 11:31 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 5382 bytes --]

== Series Details ==

Series: Change duplicate names
URL   : https://patchwork.freedesktop.org/series/96381/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10806 -> IGTPW_6360
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_6360 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6360, 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_6360/index.html

Participating hosts (35 -> 32)
------------------------------

  Additional (1): fi-pnv-d510 
  Missing    (4): bat-adlp-4 fi-kbl-8809g bat-dg1-6 bat-dg1-5 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@i915_selftest@live@hangcheck:
    - fi-icl-u2:          [PASS][1] -> [DMESG-WARN][2] +1 similar issue
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_selftest@live@hangcheck.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_selftest@live@hangcheck.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_pm_rpm@module-reload:
    - fi-icl-u2:          [PASS][3] -> [FAIL][4] ([i915#3049])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_pm_rpm@module-reload.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live@objects:
    - fi-icl-u2:          [PASS][5] -> [DMESG-WARN][6] ([i915#2867]) +3 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_selftest@live@objects.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_selftest@live@objects.html

  * igt@prime_vgem@basic-userptr:
    - fi-pnv-d510:        NOTRUN -> [SKIP][7] ([fdo#109271]) +53 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-pnv-d510/igt@prime_vgem@basic-userptr.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
  [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
  [i915#3049]: https://gitlab.freedesktop.org/drm/intel/issues/3049
  [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6262 -> IGTPW_6360

  CI-20190529: 20190529
  CI_DRM_10806: c5b79188b859e8ba29efe0637a3897f7cccd4f99 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6360: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/index.html
  IGT_6262: d1c793b26e31cc6ae3f9fa3239805a9bbcc749fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git



== Testlist changes ==

+igt@gem_exec_whisper@contexts-engine
+igt@gem_exec_whisper@contexts-forked-engine
+igt@gem_exec_whisper@contexts-interruptible-engine
+igt@gem_exec_whisper@contexts-priority-engine
+igt@gem_exec_whisper@contexts-sync-engine
+igt@gem_exec_whisper@fds-engine
+igt@gem_exec_whisper@fds-forked-engine
+igt@gem_exec_whisper@fds-interruptible-engine
+igt@gem_exec_whisper@fds-priority-engine
+igt@gem_exec_whisper@fds-sync-engine
+igt@gem_exec_whisper@forked-engine
+igt@gem_exec_whisper@interruptible-engine
+igt@gem_exec_whisper@normal-engine
+igt@gem_exec_whisper@queues-engine
+igt@gem_exec_whisper@queues-forked-engine
+igt@gem_exec_whisper@queues-interruptible-engine
+igt@gem_exec_whisper@queues-priority-engine
+igt@gem_exec_whisper@queues-sync-engine
+igt@gem_exec_whisper@sync-engine
+igt@gem_sync@legacy-active
+igt@gem_sync@legacy-active-wakeup
+igt@gem_sync@legacy-default
+igt@gem_sync@legacy-double-wakeup
+igt@gem_sync@legacy-forked
+igt@gem_sync@legacy-forked-store
+igt@gem_sync@legacy-forked-switch
+igt@gem_sync@legacy-idle
+igt@gem_sync@legacy-many
+igt@gem_sync@legacy-store
+igt@gem_sync@legacy-switch
+igt@gem_sync@legacy-wakeup
-igt@gem_exec_whisper@contexts
-igt@gem_exec_whisper@contexts-forked
-igt@gem_exec_whisper@contexts-interruptible
-igt@gem_exec_whisper@contexts-priority
-igt@gem_exec_whisper@contexts-sync
-igt@gem_exec_whisper@fds
-igt@gem_exec_whisper@fds-forked
-igt@gem_exec_whisper@fds-interruptible
-igt@gem_exec_whisper@fds-priority
-igt@gem_exec_whisper@fds-sync
-igt@gem_exec_whisper@forked
-igt@gem_exec_whisper@interruptible
-igt@gem_exec_whisper@normal
-igt@gem_exec_whisper@queues
-igt@gem_exec_whisper@queues-forked
-igt@gem_exec_whisper@queues-interruptible
-igt@gem_exec_whisper@queues-priority
-igt@gem_exec_whisper@queues-sync
-igt@gem_exec_whisper@sync
-igt@gem_sync@active
-igt@gem_sync@active-wakeup
-igt@gem_sync@default
-igt@gem_sync@double-wakeup
-igt@gem_sync@forked
-igt@gem_sync@forked-store
-igt@gem_sync@forked-switch
-igt@gem_sync@idle
-igt@gem_sync@many
-igt@gem_sync@store
-igt@gem_sync@switch
-igt@gem_sync@wakeup

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 6397 bytes --]

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

* Re: [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names
  2021-10-28 11:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names Patchwork
@ 2021-10-28 12:02   ` Petri Latvala
  2021-10-29  5:13     ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 12+ messages in thread
From: Petri Latvala @ 2021-10-28 12:02 UTC (permalink / raw)
  To: igt-dev, Lakshminarayana Vudum; +Cc: Kamil Konieczny

On Thu, Oct 28, 2021 at 11:31:11AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: Change duplicate names
> URL   : https://patchwork.freedesktop.org/series/96381/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_10806 -> IGTPW_6360
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_6360 absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_6360, 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_6360/index.html
> 
> Participating hosts (35 -> 32)
> ------------------------------
> 
>   Additional (1): fi-pnv-d510 
>   Missing    (4): bat-adlp-4 fi-kbl-8809g bat-dg1-6 bat-dg1-5 
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_6360:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@i915_selftest@live@hangcheck:
>     - fi-icl-u2:          [PASS][1] -> [DMESG-WARN][2] +1 similar issue
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_selftest@live@hangcheck.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_selftest@live@hangcheck.html


Lakshmi, false positives here.


-- 
Petri Latvala



> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_6360 that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@i915_pm_rpm@module-reload:
>     - fi-icl-u2:          [PASS][3] -> [FAIL][4] ([i915#3049])
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_pm_rpm@module-reload.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_pm_rpm@module-reload.html
> 
>   * igt@i915_selftest@live@objects:
>     - fi-icl-u2:          [PASS][5] -> [DMESG-WARN][6] ([i915#2867]) +3 similar issues
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_selftest@live@objects.html
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_selftest@live@objects.html
> 
>   * igt@prime_vgem@basic-userptr:
>     - fi-pnv-d510:        NOTRUN -> [SKIP][7] ([fdo#109271]) +53 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-pnv-d510/igt@prime_vgem@basic-userptr.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
>   [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
>   [i915#3049]: https://gitlab.freedesktop.org/drm/intel/issues/3049
>   [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_6262 -> IGTPW_6360
> 
>   CI-20190529: 20190529
>   CI_DRM_10806: c5b79188b859e8ba29efe0637a3897f7cccd4f99 @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_6360: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/index.html
>   IGT_6262: d1c793b26e31cc6ae3f9fa3239805a9bbcc749fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> 
> 
> 
> == Testlist changes ==
> 
> +igt@gem_exec_whisper@contexts-engine
> +igt@gem_exec_whisper@contexts-forked-engine
> +igt@gem_exec_whisper@contexts-interruptible-engine
> +igt@gem_exec_whisper@contexts-priority-engine
> +igt@gem_exec_whisper@contexts-sync-engine
> +igt@gem_exec_whisper@fds-engine
> +igt@gem_exec_whisper@fds-forked-engine
> +igt@gem_exec_whisper@fds-interruptible-engine
> +igt@gem_exec_whisper@fds-priority-engine
> +igt@gem_exec_whisper@fds-sync-engine
> +igt@gem_exec_whisper@forked-engine
> +igt@gem_exec_whisper@interruptible-engine
> +igt@gem_exec_whisper@normal-engine
> +igt@gem_exec_whisper@queues-engine
> +igt@gem_exec_whisper@queues-forked-engine
> +igt@gem_exec_whisper@queues-interruptible-engine
> +igt@gem_exec_whisper@queues-priority-engine
> +igt@gem_exec_whisper@queues-sync-engine
> +igt@gem_exec_whisper@sync-engine
> +igt@gem_sync@legacy-active
> +igt@gem_sync@legacy-active-wakeup
> +igt@gem_sync@legacy-default
> +igt@gem_sync@legacy-double-wakeup
> +igt@gem_sync@legacy-forked
> +igt@gem_sync@legacy-forked-store
> +igt@gem_sync@legacy-forked-switch
> +igt@gem_sync@legacy-idle
> +igt@gem_sync@legacy-many
> +igt@gem_sync@legacy-store
> +igt@gem_sync@legacy-switch
> +igt@gem_sync@legacy-wakeup
> -igt@gem_exec_whisper@contexts
> -igt@gem_exec_whisper@contexts-forked
> -igt@gem_exec_whisper@contexts-interruptible
> -igt@gem_exec_whisper@contexts-priority
> -igt@gem_exec_whisper@contexts-sync
> -igt@gem_exec_whisper@fds
> -igt@gem_exec_whisper@fds-forked
> -igt@gem_exec_whisper@fds-interruptible
> -igt@gem_exec_whisper@fds-priority
> -igt@gem_exec_whisper@fds-sync
> -igt@gem_exec_whisper@forked
> -igt@gem_exec_whisper@interruptible
> -igt@gem_exec_whisper@normal
> -igt@gem_exec_whisper@queues
> -igt@gem_exec_whisper@queues-forked
> -igt@gem_exec_whisper@queues-interruptible
> -igt@gem_exec_whisper@queues-priority
> -igt@gem_exec_whisper@queues-sync
> -igt@gem_exec_whisper@sync
> -igt@gem_sync@active
> -igt@gem_sync@active-wakeup
> -igt@gem_sync@default
> -igt@gem_sync@double-wakeup
> -igt@gem_sync@forked
> -igt@gem_sync@forked-store
> -igt@gem_sync@forked-switch
> -igt@gem_sync@idle
> -igt@gem_sync@many
> -igt@gem_sync@store
> -igt@gem_sync@switch
> -igt@gem_sync@wakeup
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/index.html

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

* [igt-dev] ✓ Fi.CI.BAT: success for Change duplicate names (rev2)
  2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
                   ` (3 preceding siblings ...)
  2021-10-28 11:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names Patchwork
@ 2021-10-28 13:37 ` Patchwork
  2021-10-28 18:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  5 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2021-10-28 13:37 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 6753 bytes --]

== Series Details ==

Series: Change duplicate names (rev2)
URL   : https://patchwork.freedesktop.org/series/96381/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10807 -> IGTPW_6361
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (28 -> 32)
------------------------------

  Additional (4): fi-kbl-soraka fi-bsw-kefka fi-bsw-nick fi-bsw-n3050 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@query-info:
    - fi-bsw-kefka:       NOTRUN -> [SKIP][1] ([fdo#109271]) +32 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bsw-kefka/igt@amdgpu/amd_basic@query-info.html

  * igt@amdgpu/amd_basic@semaphore:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][2] ([fdo#109271]) +27 similar issues
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bdw-5557u/igt@amdgpu/amd_basic@semaphore.html

  * igt@gem_exec_fence@basic-busy@bcs0:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][3] ([fdo#109271]) +8 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html

  * igt@gem_huc_copy@huc-copy:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#2190])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html

  * igt@i915_selftest@live@gt_pm:
    - fi-kbl-soraka:      NOTRUN -> [DMESG-FAIL][5] ([i915#1886] / [i915#2291])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][6] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html

  * igt@kms_chamelium@dp-crc-fast:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][7] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html
    - fi-bsw-nick:        NOTRUN -> [SKIP][8] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bsw-nick/igt@kms_chamelium@dp-crc-fast.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][9] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bsw-n3050/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_chamelium@hdmi-edid-read:
    - fi-bsw-kefka:       NOTRUN -> [SKIP][10] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bsw-kefka/igt@kms_chamelium@hdmi-edid-read.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#533])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@hang-read-crc-pipe-a:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][12] ([fdo#109271]) +42 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bsw-n3050/igt@kms_pipe_crc_basic@hang-read-crc-pipe-a.html

  * igt@prime_vgem@basic-fence-flip:
    - fi-bsw-nick:        NOTRUN -> [SKIP][13] ([fdo#109271]) +63 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/fi-bsw-nick/igt@prime_vgem@basic-fence-flip.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6262 -> IGTPW_6361

  CI-20190529: 20190529
  CI_DRM_10807: 0cd0ae01802327aedf3ab152e91376b59443a099 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6361: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/index.html
  IGT_6262: d1c793b26e31cc6ae3f9fa3239805a9bbcc749fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git



== Testlist changes ==

+igt@gem_exec_whisper@contexts-engine
+igt@gem_exec_whisper@contexts-forked-engine
+igt@gem_exec_whisper@contexts-interruptible-engine
+igt@gem_exec_whisper@contexts-priority-engine
+igt@gem_exec_whisper@contexts-sync-engine
+igt@gem_exec_whisper@fds-engine
+igt@gem_exec_whisper@fds-forked-engine
+igt@gem_exec_whisper@fds-interruptible-engine
+igt@gem_exec_whisper@fds-priority-engine
+igt@gem_exec_whisper@fds-sync-engine
+igt@gem_exec_whisper@forked-engine
+igt@gem_exec_whisper@interruptible-engine
+igt@gem_exec_whisper@normal-engine
+igt@gem_exec_whisper@queues-engine
+igt@gem_exec_whisper@queues-forked-engine
+igt@gem_exec_whisper@queues-interruptible-engine
+igt@gem_exec_whisper@queues-priority-engine
+igt@gem_exec_whisper@queues-sync-engine
+igt@gem_exec_whisper@sync-engine
+igt@gem_sync@legacy-active
+igt@gem_sync@legacy-active-wakeup
+igt@gem_sync@legacy-default
+igt@gem_sync@legacy-double-wakeup
+igt@gem_sync@legacy-forked
+igt@gem_sync@legacy-forked-store
+igt@gem_sync@legacy-forked-switch
+igt@gem_sync@legacy-idle
+igt@gem_sync@legacy-many
+igt@gem_sync@legacy-store
+igt@gem_sync@legacy-switch
+igt@gem_sync@legacy-wakeup
-igt@gem_exec_whisper@contexts
-igt@gem_exec_whisper@contexts-forked
-igt@gem_exec_whisper@contexts-interruptible
-igt@gem_exec_whisper@contexts-priority
-igt@gem_exec_whisper@contexts-sync
-igt@gem_exec_whisper@fds
-igt@gem_exec_whisper@fds-forked
-igt@gem_exec_whisper@fds-interruptible
-igt@gem_exec_whisper@fds-priority
-igt@gem_exec_whisper@fds-sync
-igt@gem_exec_whisper@forked
-igt@gem_exec_whisper@interruptible
-igt@gem_exec_whisper@normal
-igt@gem_exec_whisper@queues
-igt@gem_exec_whisper@queues-forked
-igt@gem_exec_whisper@queues-interruptible
-igt@gem_exec_whisper@queues-priority
-igt@gem_exec_whisper@queues-sync
-igt@gem_exec_whisper@sync
-igt@gem_sync@active
-igt@gem_sync@active-wakeup
-igt@gem_sync@default
-igt@gem_sync@double-wakeup
-igt@gem_sync@forked
-igt@gem_sync@forked-store
-igt@gem_sync@forked-switch
-igt@gem_sync@idle
-igt@gem_sync@many
-igt@gem_sync@store
-igt@gem_sync@switch
-igt@gem_sync@wakeup

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 9024 bytes --]

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

* [igt-dev] ✓ Fi.CI.IGT: success for Change duplicate names (rev2)
  2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
                   ` (4 preceding siblings ...)
  2021-10-28 13:37 ` [igt-dev] ✓ Fi.CI.BAT: success for Change duplicate names (rev2) Patchwork
@ 2021-10-28 18:19 ` Patchwork
  5 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2021-10-28 18:19 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30247 bytes --]

== Series Details ==

Series: Change duplicate names (rev2)
URL   : https://patchwork.freedesktop.org/series/96381/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10807_full -> IGTPW_6361_full
====================================================

Summary
-------

  **WARNING**

  Minor unknown changes coming with IGTPW_6361_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6361_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_6361/index.html

Participating hosts (10 -> 7)
------------------------------

  Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 

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

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

### IGT changes ###

#### Warnings ####

  * igt@gem_exec_suspend@basic-s3:
    - shard-kbl:          [DMESG-WARN][1] ([i915#180]) -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-kbl3/igt@gem_exec_suspend@basic-s3.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl1/igt@gem_exec_suspend@basic-s3.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@unbind-rebind:
    - shard-apl:          [PASS][3] -> [DMESG-WARN][4] ([i915#1982] / [i915#2283])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl3/igt@core_hotunplug@unbind-rebind.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl7/igt@core_hotunplug@unbind-rebind.html
    - shard-glk:          [PASS][5] -> [DMESG-WARN][6] ([i915#2283])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk7/igt@core_hotunplug@unbind-rebind.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk8/igt@core_hotunplug@unbind-rebind.html
    - shard-kbl:          NOTRUN -> [DMESG-WARN][7] ([i915#2283])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl1/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_create@create-massive:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][8] ([i915#3002])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb5/igt@gem_create@create-massive.html
    - shard-snb:          NOTRUN -> [DMESG-WARN][9] ([i915#3002])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-snb5/igt@gem_create@create-massive.html
    - shard-tglb:         NOTRUN -> [DMESG-WARN][10] ([i915#3002])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb2/igt@gem_create@create-massive.html
    - shard-glk:          NOTRUN -> [DMESG-WARN][11] ([i915#3002])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk3/igt@gem_create@create-massive.html
    - shard-apl:          NOTRUN -> [DMESG-WARN][12] ([i915#3002])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl4/igt@gem_create@create-massive.html

  * igt@gem_ctx_isolation@preservation-s3@vecs0:
    - shard-kbl:          [PASS][13] -> [DMESG-WARN][14] ([i915#180]) +4 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vecs0.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vecs0.html

  * igt@gem_ctx_sseu@invalid-sseu:
    - shard-tglb:         NOTRUN -> [SKIP][15] ([i915#280])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb8/igt@gem_ctx_sseu@invalid-sseu.html

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [PASS][16] -> [TIMEOUT][17] ([i915#2369] / [i915#3063] / [i915#3648])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-tglb6/igt@gem_eio@unwedge-stress.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb7/igt@gem_eio@unwedge-stress.html
    - shard-iclb:         [PASS][18] -> [TIMEOUT][19] ([i915#2369] / [i915#2481] / [i915#3070])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-iclb7/igt@gem_eio@unwedge-stress.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb2/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-apl:          NOTRUN -> [FAIL][20] ([i915#2846])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl2/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-tglb:         [PASS][21] -> [FAIL][22] ([i915#2842])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb7/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-kbl:          NOTRUN -> [FAIL][23] ([i915#2842])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-tglb:         NOTRUN -> [SKIP][24] ([fdo#109283])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb8/igt@gem_exec_params@rsvd2-dirt.html
    - shard-iclb:         NOTRUN -> [SKIP][25] ([fdo#109283])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb7/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_huc_copy@huc-copy:
    - shard-apl:          NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#2190])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl2/igt@gem_huc_copy@huc-copy.html

  * igt@gem_mmap_gtt@coherency:
    - shard-tglb:         NOTRUN -> [SKIP][27] ([fdo#111656])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb3/igt@gem_mmap_gtt@coherency.html

  * igt@gem_pxp@create-protected-buffer:
    - shard-snb:          NOTRUN -> [SKIP][28] ([fdo#109271]) +60 similar issues
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-snb2/igt@gem_pxp@create-protected-buffer.html
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#4270])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb1/igt@gem_pxp@create-protected-buffer.html

  * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([i915#4270]) +2 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html

  * igt@gen3_render_tiledy_blits:
    - shard-tglb:         NOTRUN -> [SKIP][31] ([fdo#109289]) +1 similar issue
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb6/igt@gen3_render_tiledy_blits.html

  * igt@gen9_exec_parse@bb-start-out:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([i915#2856]) +1 similar issue
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb3/igt@gen9_exec_parse@bb-start-out.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-iclb:         NOTRUN -> [SKIP][33] ([i915#2856])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb6/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@i915_pm_backlight@fade_with_suspend:
    - shard-tglb:         [PASS][34] -> [INCOMPLETE][35] ([i915#456])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-tglb8/igt@i915_pm_backlight@fade_with_suspend.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb7/igt@i915_pm_backlight@fade_with_suspend.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-apl:          [PASS][36] -> [SKIP][37] ([fdo#109271])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl1/igt@i915_pm_dc@dc9-dpms.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl8/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_suspend@fence-restore-untiled:
    - shard-apl:          NOTRUN -> [DMESG-WARN][38] ([i915#180])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl1/igt@i915_suspend@fence-restore-untiled.html

  * igt@kms_big_fb@linear-32bpp-rotate-0:
    - shard-glk:          [PASS][39] -> [DMESG-WARN][40] ([i915#118])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-0.html

  * igt@kms_big_fb@linear-8bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([fdo#111614])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb7/igt@kms_big_fb@linear-8bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3777]) +2 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-glk:          NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3777]) +1 similar issue
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-apl:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3777]) +2 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [SKIP][45] ([fdo#111615])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-apl:          NOTRUN -> [SKIP][46] ([fdo#109271]) +184 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][47] ([i915#3689] / [i915#3886]) +1 similar issue
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-kbl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +15 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl1/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3886]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3886]) +9 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl3/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([i915#3689]) +6 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb1/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html

  * igt@kms_chamelium@dp-crc-fast:
    - shard-snb:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +5 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-snb4/igt@kms_chamelium@dp-crc-fast.html
    - shard-iclb:         NOTRUN -> [SKIP][53] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb1/igt@kms_chamelium@dp-crc-fast.html

  * igt@kms_chamelium@hdmi-hpd-storm:
    - shard-kbl:          NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +15 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl1/igt@kms_chamelium@hdmi-hpd-storm.html

  * igt@kms_chamelium@vga-edid-read:
    - shard-apl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +14 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl1/igt@kms_chamelium@vga-edid-read.html
    - shard-glk:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +3 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk9/igt@kms_chamelium@vga-edid-read.html

  * igt@kms_chamelium@vga-hpd-after-suspend:
    - shard-tglb:         NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +8 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb6/igt@kms_chamelium@vga-hpd-after-suspend.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x170-random:
    - shard-tglb:         NOTRUN -> [SKIP][58] ([fdo#109279] / [i915#3359]) +1 similar issue
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][59] ([i915#180]) +3 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-max-size-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][60] ([i915#3359]) +2 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb2/igt@kms_cursor_crc@pipe-c-cursor-max-size-rapid-movement.html

  * igt@kms_cursor_crc@pipe-d-cursor-32x32-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([i915#3319])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-32x32-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][62] ([fdo#109278]) +2 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb2/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-suspend:
    - shard-kbl:          NOTRUN -> [SKIP][63] ([fdo#109271]) +185 similar issues
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html

  * igt@kms_cursor_legacy@flip-vs-cursor-toggle:
    - shard-iclb:         [PASS][64] -> [FAIL][65] ([i915#2346])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-iclb3/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html

  * igt@kms_dp_tiled_display@basic-test-pattern:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([i915#426])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb2/igt@kms_dp_tiled_display@basic-test-pattern.html
    - shard-tglb:         NOTRUN -> [SKIP][67] ([i915#426])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb5/igt@kms_dp_tiled_display@basic-test-pattern.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-apl:          [PASS][68] -> [INCOMPLETE][69] ([i915#180] / [i915#1982])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl2/igt@kms_fbcon_fbt@fbc-suspend.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl6/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][70] ([fdo#109274])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb1/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1:
    - shard-glk:          [PASS][71] -> [FAIL][72] ([i915#79])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk1/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-tglb:         NOTRUN -> [SKIP][73] ([fdo#109285])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb5/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109280]) +5 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#111825]) +22 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite.html

  * igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#533]) +1 similar issue
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl1/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d.html

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
    - shard-kbl:          NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#533]) +3 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl4/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
    - shard-glk:          NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#533])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk9/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-7efc:
    - shard-kbl:          NOTRUN -> [FAIL][79] ([fdo#108145] / [i915#265]) +2 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl4/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html
    - shard-apl:          NOTRUN -> [FAIL][80] ([fdo#108145] / [i915#265])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl3/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][81] ([i915#265])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl1/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html
    - shard-kbl:          NOTRUN -> [FAIL][82] ([i915#265])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl3/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html

  * igt@kms_plane_cursor@pipe-d-viewport-size-256:
    - shard-glk:          NOTRUN -> [SKIP][83] ([fdo#109271]) +41 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk2/igt@kms_plane_cursor@pipe-d-viewport-size-256.html

  * igt@kms_plane_lowres@pipe-b-tiling-none:
    - shard-tglb:         NOTRUN -> [SKIP][84] ([i915#3536]) +2 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb8/igt@kms_plane_lowres@pipe-b-tiling-none.html

  * igt@kms_plane_lowres@pipe-c-tiling-yf:
    - shard-iclb:         NOTRUN -> [SKIP][85] ([i915#3536])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html
    - shard-tglb:         NOTRUN -> [SKIP][86] ([fdo#112054])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb2/igt@kms_plane_lowres@pipe-c-tiling-yf.html

  * igt@kms_prime@basic-crc@first-to-second:
    - shard-tglb:         NOTRUN -> [SKIP][87] ([i915#1836])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-apl:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#658]) +1 similar issue
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5:
    - shard-kbl:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#658]) +3 similar issues
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html
    - shard-iclb:         NOTRUN -> [SKIP][90] ([i915#658])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html
    - shard-tglb:         NOTRUN -> [SKIP][91] ([i915#2920])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html

  * igt@kms_psr@psr2_primary_render:
    - shard-tglb:         NOTRUN -> [FAIL][92] ([i915#132] / [i915#3467]) +2 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb8/igt@kms_psr@psr2_primary_render.html
    - shard-iclb:         NOTRUN -> [SKIP][93] ([fdo#109441])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb7/igt@kms_psr@psr2_primary_render.html

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

  * igt@kms_setmode@basic:
    - shard-apl:          [PASS][96] -> [FAIL][97] ([i915#31])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl3/igt@kms_setmode@basic.html
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl1/igt@kms_setmode@basic.html
    - shard-glk:          [PASS][98] -> [FAIL][99] ([i915#31])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk1/igt@kms_setmode@basic.html
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk9/igt@kms_setmode@basic.html

  * igt@kms_sysfs_edid_timing:
    - shard-kbl:          NOTRUN -> [FAIL][100] ([IGT#2])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl7/igt@kms_sysfs_edid_timing.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][101] ([i915#180] / [i915#295])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl1/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-b-ts-continuation-suspend:
    - shard-tglb:         [PASS][102] -> [INCOMPLETE][103] ([i915#2828] / [i915#456])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-tglb6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html

  * igt@kms_writeback@writeback-check-output:
    - shard-kbl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl1/igt@kms_writeback@writeback-check-output.html

  * igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame:
    - shard-tglb:         NOTRUN -> [SKIP][105] ([i915#2530]) +1 similar issue
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb2/igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame.html

  * igt@prime_nv_pcopy@test3_1:
    - shard-tglb:         NOTRUN -> [SKIP][106] ([fdo#109291]) +1 similar issue
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb6/igt@prime_nv_pcopy@test3_1.html

  * igt@prime_nv_test@i915_import_gtt_mmap:
    - shard-iclb:         NOTRUN -> [SKIP][107] ([fdo#109291])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb4/igt@prime_nv_test@i915_import_gtt_mmap.html

  * igt@prime_vgem@fence-flip-hang:
    - shard-tglb:         NOTRUN -> [SKIP][108] ([fdo#109295])
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb8/igt@prime_vgem@fence-flip-hang.html

  * igt@sysfs_clients@create:
    - shard-tglb:         NOTRUN -> [SKIP][109] ([i915#2994])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb6/igt@sysfs_clients@create.html
    - shard-apl:          NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2994]) +2 similar issues
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl7/igt@sysfs_clients@create.html

  * igt@sysfs_clients@fair-3:
    - shard-kbl:          NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#2994]) +2 similar issues
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl7/igt@sysfs_clients@fair-3.html

  * igt@sysfs_clients@split-25:
    - shard-glk:          NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#2994]) +1 similar issue
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk9/igt@sysfs_clients@split-25.html

  
#### Possible fixes ####

  * igt@feature_discovery@psr2:
    - shard-iclb:         [SKIP][113] ([i915#658]) -> [PASS][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-iclb5/igt@feature_discovery@psr2.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb2/igt@feature_discovery@psr2.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-apl:          [FAIL][115] ([i915#2842]) -> [PASS][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl6/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-glk:          [FAIL][117] ([i915#2842]) -> [PASS][118]
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [FAIL][119] ([i915#454]) -> [PASS][120]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-iclb3/igt@i915_pm_dc@dc6-psr.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb6/igt@i915_pm_dc@dc6-psr.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [INCOMPLETE][121] ([i915#3921]) -> [PASS][122]
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-snb2/igt@i915_selftest@live@hangcheck.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-snb6/igt@i915_selftest@live@hangcheck.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-apl:          [DMESG-WARN][123] ([i915#180]) -> [PASS][124] +8 similar issues
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl1/igt@i915_suspend@fence-restore-tiled2untiled.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl8/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@kms_big_fb@linear-32bpp-rotate-180:
    - shard-glk:          [DMESG-WARN][125] ([i915#118]) -> [PASS][126]
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-glk:          [FAIL][127] ([i915#1888] / [i915#3653]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-glk3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-glk1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-apl:          [INCOMPLETE][129] ([i915#2828]) -> [PASS][130]
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-apl2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding:
    - shard-kbl:          [INCOMPLETE][131] -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-tglb:         [INCOMPLETE][133] ([i915#456]) -> [PASS][134]
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-tglb7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-tglb:         [INCOMPLETE][135] ([i915#2411] / [i915#456]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-tglb7/igt@kms_fbcon_fbt@fbc-suspend.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-tglb3/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
    - shard-iclb:         [SKIP][137] ([i915#3701]) -> [PASS][138]
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-iclb8/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-kbl:          [DMESG-WARN][139] ([i915#180]) -> [PASS][140] +3 similar issues
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10807/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6361/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_psr@psr2_cursor_mmap_cpu:
    - shard-iclb:         [SKIP][141] ([fdo#109441]) -> [PASS][142]
   [141]: https://intel-gfx-ci.0

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 33706 bytes --]

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

* Re: [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names
  2021-10-28 12:02   ` Petri Latvala
@ 2021-10-29  5:13     ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 12+ messages in thread
From: Vudum, Lakshminarayana @ 2021-10-29  5:13 UTC (permalink / raw)
  To: Latvala, Petri, igt-dev; +Cc: Kamil Konieczny

We have https://gitlab.freedesktop.org/drm/intel/-/issues/2867 for the regression happened on rev 1. 
Updated the filter to include the test on ICL.

Lakshmi.

-----Original Message-----
From: Latvala, Petri <petri.latvala@intel.com> 
Sent: Thursday, October 28, 2021 5:03 AM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names

On Thu, Oct 28, 2021 at 11:31:11AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: Change duplicate names
> URL   : https://patchwork.freedesktop.org/series/96381/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_10806 -> IGTPW_6360 
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_6360 absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_6360, 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_6360/index.html
> 
> Participating hosts (35 -> 32)
> ------------------------------
> 
>   Additional (1): fi-pnv-d510 
>   Missing    (4): bat-adlp-4 fi-kbl-8809g bat-dg1-6 bat-dg1-5 
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_6360:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@i915_selftest@live@hangcheck:
>     - fi-icl-u2:          [PASS][1] -> [DMESG-WARN][2] +1 similar issue
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_selftest@live@hangcheck.html
>    [2]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915
> _selftest@live@hangcheck.html


Lakshmi, false positives here.


--
Petri Latvala



> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_6360 that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@i915_pm_rpm@module-reload:
>     - fi-icl-u2:          [PASS][3] -> [FAIL][4] ([i915#3049])
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_pm_rpm@module-reload.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_pm_rpm@module-reload.html
> 
>   * igt@i915_selftest@live@objects:
>     - fi-icl-u2:          [PASS][5] -> [DMESG-WARN][6] ([i915#2867]) +3 similar issues
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10806/fi-icl-u2/igt@i915_selftest@live@objects.html
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-icl-u2/igt@i915_selftest@live@objects.html
> 
>   * igt@prime_vgem@basic-userptr:
>     - fi-pnv-d510:        NOTRUN -> [SKIP][7] ([fdo#109271]) +53 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/fi-pnv-d510/igt@prime_vgem@basic-userptr.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
>   [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
>   [i915#3049]: https://gitlab.freedesktop.org/drm/intel/issues/3049
>   [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_6262 -> IGTPW_6360
> 
>   CI-20190529: 20190529
>   CI_DRM_10806: c5b79188b859e8ba29efe0637a3897f7cccd4f99 @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_6360: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/index.html
>   IGT_6262: d1c793b26e31cc6ae3f9fa3239805a9bbcc749fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> 
> 
> 
> == Testlist changes ==
> 
> +igt@gem_exec_whisper@contexts-engine
> +igt@gem_exec_whisper@contexts-forked-engine
> +igt@gem_exec_whisper@contexts-interruptible-engine
> +igt@gem_exec_whisper@contexts-priority-engine
> +igt@gem_exec_whisper@contexts-sync-engine
> +igt@gem_exec_whisper@fds-engine
> +igt@gem_exec_whisper@fds-forked-engine
> +igt@gem_exec_whisper@fds-interruptible-engine
> +igt@gem_exec_whisper@fds-priority-engine
> +igt@gem_exec_whisper@fds-sync-engine
> +igt@gem_exec_whisper@forked-engine
> +igt@gem_exec_whisper@interruptible-engine
> +igt@gem_exec_whisper@normal-engine
> +igt@gem_exec_whisper@queues-engine
> +igt@gem_exec_whisper@queues-forked-engine
> +igt@gem_exec_whisper@queues-interruptible-engine
> +igt@gem_exec_whisper@queues-priority-engine
> +igt@gem_exec_whisper@queues-sync-engine
> +igt@gem_exec_whisper@sync-engine
> +igt@gem_sync@legacy-active
> +igt@gem_sync@legacy-active-wakeup
> +igt@gem_sync@legacy-default
> +igt@gem_sync@legacy-double-wakeup
> +igt@gem_sync@legacy-forked
> +igt@gem_sync@legacy-forked-store
> +igt@gem_sync@legacy-forked-switch
> +igt@gem_sync@legacy-idle
> +igt@gem_sync@legacy-many
> +igt@gem_sync@legacy-store
> +igt@gem_sync@legacy-switch
> +igt@gem_sync@legacy-wakeup
> -igt@gem_exec_whisper@contexts
> -igt@gem_exec_whisper@contexts-forked
> -igt@gem_exec_whisper@contexts-interruptible
> -igt@gem_exec_whisper@contexts-priority
> -igt@gem_exec_whisper@contexts-sync
> -igt@gem_exec_whisper@fds
> -igt@gem_exec_whisper@fds-forked
> -igt@gem_exec_whisper@fds-interruptible
> -igt@gem_exec_whisper@fds-priority
> -igt@gem_exec_whisper@fds-sync
> -igt@gem_exec_whisper@forked
> -igt@gem_exec_whisper@interruptible
> -igt@gem_exec_whisper@normal
> -igt@gem_exec_whisper@queues
> -igt@gem_exec_whisper@queues-forked
> -igt@gem_exec_whisper@queues-interruptible
> -igt@gem_exec_whisper@queues-priority
> -igt@gem_exec_whisper@queues-sync
> -igt@gem_exec_whisper@sync
> -igt@gem_sync@active
> -igt@gem_sync@active-wakeup
> -igt@gem_sync@default
> -igt@gem_sync@double-wakeup
> -igt@gem_sync@forked
> -igt@gem_sync@forked-store
> -igt@gem_sync@forked-switch
> -igt@gem_sync@idle
> -igt@gem_sync@many
> -igt@gem_sync@store
> -igt@gem_sync@switch
> -igt@gem_sync@wakeup
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6360/index.html

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

end of thread, other threads:[~2021-10-29  5:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 10:18 [igt-dev] [PATCH i-g-t 0/3] Change duplicate names Kamil Konieczny
2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_sync: Change duplicate subtest names Kamil Konieczny
2021-10-28 10:25   ` Zbigniew Kempczyński
2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names Kamil Konieczny
2021-10-28 10:26   ` Zbigniew Kempczyński
2021-10-28 10:18 ` [igt-dev] [PATCH i-g-t 3/3] tests/igt_command_line.sh: Check for duplicate subtest names Kamil Konieczny
2021-10-28 10:27   ` Zbigniew Kempczyński
2021-10-28 11:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for Change duplicate names Patchwork
2021-10-28 12:02   ` Petri Latvala
2021-10-29  5:13     ` Vudum, Lakshminarayana
2021-10-28 13:37 ` [igt-dev] ✓ Fi.CI.BAT: success for Change duplicate names (rev2) Patchwork
2021-10-28 18:19 ` [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.