* [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup
@ 2023-09-06 9:23 Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 1/3] tests/intel: Add missing documentation fields for tests Katarzyna Dec
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Katarzyna Dec @ 2023-09-06 9:23 UTC (permalink / raw)
To: igt-dev; +Cc: Gandi Ramadevi
Let's add missing documentation fileds that are causing warnings.
Some tests documentation needed changes to have more accurate naming.
Let's mark Negative and Stress tests.
Adding missing 'Run type' and 'Test category' for remaining test.
v2: Fix few typos and add xe_mmap to VMA subcategory
v3: Add patch from Mauro enforcing mandatory documentation fields
Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Gandi Ramadevi <ramadevi.gandi@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Katarzyna Dec (3):
tests/intel: Add missing documentation fields for tests
test/xe: Clean up of test documentation
scripts/test_list.py: enforce mandatory fields to be filled
scripts/test_list.py | 2 +-
tests/core_hotunplug.c | 1 +
tests/intel/xe_ccs.c | 7 +-
tests/intel/xe_create.c | 8 +-
tests/intel/xe_debugfs.c | 2 +-
tests/intel/xe_dma_buf_sync.c | 5 +-
tests/intel/xe_evict.c | 154 +++++++++++++++++++++++------
tests/intel/xe_exec_balancer.c | 11 +++
tests/intel/xe_exec_basic.c | 7 +-
tests/intel/xe_exec_compute_mode.c | 5 +-
tests/intel/xe_exec_fault_mode.c | 9 +-
tests/intel/xe_exercise_blt.c | 6 +-
tests/intel/xe_intel_bb.c | 2 +-
tests/intel/xe_media_fill.c | 1 +
tests/intel/xe_mmap.c | 10 +-
tests/intel/xe_mmio.c | 3 +-
tests/intel/xe_noexec_ping_pong.c | 25 +++--
tests/intel/xe_pm.c | 1 +
tests/intel/xe_query.c | 14 ++-
tests/intel/xe_spin_batch.c | 2 +-
tests/intel/xe_sysfs_scheduler.c | 5 +-
tests/intel/xe_sysfs_tile.c | 3 +
tests/intel/xe_uevent.c | 3 +
tests/intel/xe_vm.c | 25 ++++-
24 files changed, 247 insertions(+), 64 deletions(-)
--
2.34.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] [PATCH i-g-t v3 1/3] tests/intel: Add missing documentation fields for tests
2023-09-06 9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
@ 2023-09-06 9:23 ` Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 2/3] test/xe: Clean up of test documentation Katarzyna Dec
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Katarzyna Dec @ 2023-09-06 9:23 UTC (permalink / raw)
To: igt-dev; +Cc: Gandi Ramadevi
Adding missing documentation for tests that show warnings during building
IGTs.
v2" s/Full/FULL in xe_sysfs_tile & xe_uevent tests
Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Gandi Ramadevi <ramadevi.gandi@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/intel/xe_pm.c | 1 +
tests/intel/xe_sysfs_scheduler.c | 1 +
tests/intel/xe_sysfs_tile.c | 3 +++
tests/intel/xe_uevent.c | 3 +++
tests/intel/xe_vm.c | 1 +
5 files changed, 9 insertions(+)
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 2ec108d14..d31049d19 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -366,6 +366,7 @@ NULL));
/**
* SUBTEST: vram-d3cold-threshold
+ * Functionality: pm - d3cold
* Description:
* Validate whether card is limited to d3hot while vram used
* is greater than vram_d3cold_threshold.
diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
index 0315ce915..ec2190113 100644
--- a/tests/intel/xe_sysfs_scheduler.c
+++ b/tests/intel/xe_sysfs_scheduler.c
@@ -5,6 +5,7 @@
/**
* TEST: xe sysfs scheduler
+ * Category: Software building block
* Sub-category: sysman
* Functionality: scheduler control interface
* Test category: functionality test
diff --git a/tests/intel/xe_sysfs_tile.c b/tests/intel/xe_sysfs_tile.c
index 3be9c93f7..a7203e2b3 100644
--- a/tests/intel/xe_sysfs_tile.c
+++ b/tests/intel/xe_sysfs_tile.c
@@ -5,9 +5,12 @@
/**
* TEST: Verify physical_vram_size_bytes of each tiles
+ * Category: Software building block
* SUBTEST: physical_vram_size_bytes
* Functionality: Vram
* Sub-category: Total vram per tile
+ * Run type: FULL
+ * Test category: functionality test
* Description:
* Read sysfs entry for physical_vram_size_bytes and compare with
* vram size. physical_vram_size_bytes should be more than vram size.
diff --git a/tests/intel/xe_uevent.c b/tests/intel/xe_uevent.c
index 4dc49057c..b8a92b698 100644
--- a/tests/intel/xe_uevent.c
+++ b/tests/intel/xe_uevent.c
@@ -5,9 +5,12 @@
/**
* TEST: cause fake gt reset failure and listen uevent from KMD
+ * Category: Software building block
* SUBTEST:fake_reset_uevent_listener
* Functionality: uevent
* Sub-category: GT reset failure uevent
+ * Run type: FULL
+ * Test category: functionality test
* Description:
* Test creates uevent listener and causes fake reset failure for gt0
* and returns success if uevent is sent by driver and listened by listener.
diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c
index e42c04e33..e48715aed 100644
--- a/tests/intel/xe_vm.c
+++ b/tests/intel/xe_vm.c
@@ -1628,6 +1628,7 @@ try_again_after_invalidate:
/**
* SUBTEST: mmap-style-bind-%s
* Description: Test mmap style unbind with %arg[1]
+ * Functionality: bind
* Run type: FULL
* TODO: change ``'Run type' == FULL`` to a better category
*
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [igt-dev] [PATCH i-g-t v3 2/3] test/xe: Clean up of test documentation
2023-09-06 9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 1/3] tests/intel: Add missing documentation fields for tests Katarzyna Dec
@ 2023-09-06 9:23 ` Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 3/3] scripts/test_list.py: enforce mandatory fields to be filled Katarzyna Dec
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Katarzyna Dec @ 2023-09-06 9:23 UTC (permalink / raw)
To: igt-dev; +Cc: Gandi Ramadevi
Change documentation fields:
xe_ccs.c - HW blitter test
xe_dma_buf_sync.c - functionality 'export'
xe_exercise_blt.c - HW blitter test
xe_intel_bb.c - IGT Lib test
xe_query.c - uapi ioctl test
Shortenning description for xe_noexec_ping_pong.c.
Add/Change 'Test category' and 'Run Type':
../core_hotunplug.c
xe_ccs.c
xe_create.c
xe_debugfs.c
xe_dma_buf_sync.c
xe_evict.c
xe_exec_balancer.c
xe_exec_basic.c
xe_exec_compute_mode.c
xe_exec_fault_mode.c
xe_exercise_blt.c
xe_intel_bb.c
xe_media_fill.c
xe_mmap.c
xe_mmio.c
xe_noexec_ping_pong.c
xe_query.c
xe_spin_batch.c
xe_sysfs_scheduler.c
xe_sysfs_tile.c
xe_uevent.c
xe_vm.c
v2: s/Blitter/bliter/in xe_ccs & put xe_mmap to VMA subcategory
Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Gandi Ramadevi <ramadevi.gandi@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/core_hotunplug.c | 1 +
tests/intel/xe_ccs.c | 7 +-
tests/intel/xe_create.c | 8 +-
tests/intel/xe_debugfs.c | 2 +-
tests/intel/xe_dma_buf_sync.c | 5 +-
tests/intel/xe_evict.c | 154 +++++++++++++++++++++++------
tests/intel/xe_exec_balancer.c | 11 +++
tests/intel/xe_exec_basic.c | 7 +-
tests/intel/xe_exec_compute_mode.c | 5 +-
tests/intel/xe_exec_fault_mode.c | 9 +-
tests/intel/xe_exercise_blt.c | 6 +-
tests/intel/xe_intel_bb.c | 2 +-
tests/intel/xe_media_fill.c | 1 +
tests/intel/xe_mmap.c | 10 +-
tests/intel/xe_mmio.c | 3 +-
tests/intel/xe_noexec_ping_pong.c | 25 +++--
tests/intel/xe_query.c | 14 ++-
tests/intel/xe_spin_batch.c | 2 +-
tests/intel/xe_sysfs_scheduler.c | 4 +-
tests/intel/xe_vm.c | 24 ++++-
20 files changed, 237 insertions(+), 63 deletions(-)
diff --git a/tests/core_hotunplug.c b/tests/core_hotunplug.c
index b254447c7..be80d479f 100644
--- a/tests/core_hotunplug.c
+++ b/tests/core_hotunplug.c
@@ -43,6 +43,7 @@
* TEST: core hotunplug
* Description: Examine behavior of a driver on device hot unplug
* Feature: SMI, core
+ * Test category: functionality test
*
* SUBTEST: hotrebind
* Category: Software building block
diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
index a3c6c46d1..e9e13ab5c 100644
--- a/tests/intel/xe_ccs.c
+++ b/tests/intel/xe_ccs.c
@@ -18,10 +18,11 @@
#include "xe/xe_util.h"
/**
* TEST: xe ccs
- * Category: Software building block
- * Sub-category: IGT Lib
- * Functionality: blitter
+ * Category: Hardware building block
+ * Sub-category: blitter
+ * Functionality: flat_ccs
* Description: Exercise gen12 blitter with and without flatccs compression on Xe
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: block-copy-compressed
diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 20e7a7da8..3e4bc1e3a 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -7,8 +7,6 @@
* TEST: Check bo create ioctl
* Category: Software building block
* Sub-category: uapi
- * Functionality: device
- * Test category: functionality test
* Run type: BAT
*/
@@ -44,6 +42,8 @@ static int __create_bo(int fd, uint32_t vm, uint64_t size, uint32_t flags,
/**
* SUBTEST: create-invalid-size
+ * Functionality: ioctl
+ * Test category: negative test
* Description: Verifies xe bo create returns expected error code on invalid
* buffer sizes.
*/
@@ -124,7 +124,9 @@ static uint32_t __xe_exec_queue_create(int fd, uint32_t vm,
/**
* SUBTEST: create-execqueues-%s
+ * Functionality: exequeues creation time
* Description: Check process ability of multiple exec_queues creation
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -187,6 +189,8 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed)
/**
* SUBTEST: create-massive-size
+ * Functionality: ioctl
+ * Test category: functionality test
* Description: Verifies xe bo create returns expected error code on massive
* buffer sizes.
*/
diff --git a/tests/intel/xe_debugfs.c b/tests/intel/xe_debugfs.c
index 72c069bfc..1b8016450 100644
--- a/tests/intel/xe_debugfs.c
+++ b/tests/intel/xe_debugfs.c
@@ -6,7 +6,7 @@
/**
* TEST: Check debugfs userspace API
* Category: Software building block
- * Sub-category: debugfs
+ * Sub-category: uapi
* Functionality: debugfs
* Test category: functionality test
* Run type: BAT
diff --git a/tests/intel/xe_dma_buf_sync.c b/tests/intel/xe_dma_buf_sync.c
index 29d675154..8c400c8fd 100644
--- a/tests/intel/xe_dma_buf_sync.c
+++ b/tests/intel/xe_dma_buf_sync.c
@@ -7,7 +7,6 @@
* TEST: Check dmabuf functionality
* Category: Software building block
* Sub-category: dmabuf
- * Functionality: dma_buf
* Test category: functionality test
*/
@@ -72,18 +71,22 @@ static bool sync_file_busy(int sync_file)
/**
* SUBTEST: export-dma-buf-once
* Description: Test exporting a sync file from a dma-buf
+ * Functionality: export
* Run type: BAT
*
* SUBTEST: export-dma-buf-once-read-sync
* Description: Test export prime BO as sync file and verify business
+ * Functionality: export
* Run type: BAT
*
* SUBTEST: export-dma-buf-many
* Description: Test exporting many sync files from a dma-buf
+ * Functionality: export
* Run type: FULL
*
* SUBTEST: export-dma-buf-many-read-sync
* Description: Test export many prime BO as sync file and verify business
+ * Functionality: export
* Run type: FULL
*/
diff --git a/tests/intel/xe_evict.c b/tests/intel/xe_evict.c
index b8f186809..7a508fdd2 100644
--- a/tests/intel/xe_evict.c
+++ b/tests/intel/xe_evict.c
@@ -467,6 +467,7 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
/**
* SUBTEST: evict-%s
* Description: %arg[1] evict test.
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -474,67 +475,160 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* @small: small
* @small-external: small external
* @small-multi-vm: small multi VM
- * @large: large
- * @large-external: large external
- * @large-multi-vm: large multi VM
* @beng-small: small bind exec_queue
* @beng-small-external: small external bind exec_queue
* @beng-small-multi-vm: small multi VM bind ending
+ */
+/**
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Test category: stress test
+ * Run type: FULL
+ *
+ * arg[1]:
+ *
+ * @large: large
+ * @large-external: large external
+ * @large-multi-vm: large multi VM
* @beng-large: large bind exec_queue
* @beng-large-external: large external bind exec_queue
* @beng-large-multi-vm: large multi VM bind exec_queue
+ */
+/**
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: compute machine
+ * Test category: functionality test
+ * Run type: FULL
+ *
+ * arg[1]:
*
* @small-cm: small compute machine
* @small-external-cm: small external compute machine
* @small-multi-vm-cm: small multi VM compute machine
- * @large-cm: large compute machine
- * @large-external-cm: large external compute machine
- * @large-multi-vm-cm: large multi VM compute machine
* @beng-small-cm: small bind exec_queue compute machine
* @beng-small-external-cm: small external bind exec_queue compute machine
* @beng-small-multi-vm-cm: small multi VM bind ending compute machine
+ */
+/**
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: compute machine
+ * Test category: stress test
+ * Run type: FULL
+ *
+ * arg[1]:
+ *
+ * @large-cm: large compute machine
+ * @large-external-cm: large external compute machine
+ * @large-multi-vm-cm: large multi VM compute machine
* @beng-large-cm: large bind exec_queue compute machine
* @beng-large-external-cm: large external bind exec_queue compute machine
* @beng-large-multi-vm-cm: large multi VM bind exec_queue compute machine
+ */
+/**
+ *
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: mixted threads
+ * Test category: functionality test
+ * Run type: FULL
+ *
+ * arg[1]:
*
- * @threads-small: threads small
- * @cm-threads-small: compute mode threads small
* @mixed-threads-small: mixed threads small
* @mixed-many-threads-small: mixed many threads small
- * @threads-large: threads large
- * @cm-threads-large: compute mode threads large
- * @mixed-threads-large: mixed threads large
- * @mixed-many-threads-large: mixed many threads large
- * @threads-small-multi-vm: threads small multi vm
- * @cm-threads-small-multi-vm: compute mode threads small multi vm
* @mixed-threads-small-multi-vm:
* mixed threads small multi vm
- * @threads-large-multi-vm: threads large multi vm
- * @cm-threads-large-multi-vm: compute mode threads large multi vm
- * @mixed-threads-large-multi-vm:
- * mixed threads large multi vm
- * @beng-threads-small: bind exec_queue threads small
- * @beng-cm-threads-small: bind exec_queue compute mode threads small
* @beng-mixed-threads-small: bind exec_queue mixed threads small
* @beng-mixed-many-threads-small:
* bind exec_queue mixed many threads small
- * @beng-threads-large: bind exec_queue threads large
- * @beng-cm-threads-large: bind exec_queue compute mode threads large
+ * @beng-mixed-threads-small-multi-vm:
+ * bind exec_queue mixed threads small multi vm
+ */
+/**
+ *
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: mixted threads
+ * Test category: stress test
+ * Run type: FULL
+ *
+ * arg[1]:
+ *
+ * @beng-mixed-threads-large-multi-vm:
+ * bind exec_queue mixed threads large multi vm
+ * @mixed-threads-large: mixed threads large
+ * @mixed-many-threads-large: mixed many threads large
+ * @mixed-threads-large-multi-vm:
+ * mixed threads large multi vm
* @beng-mixed-threads-large: bind exec_queue mixed threads large
* @beng-mixed-many-threads-large:
* bind exec_queue mixed many threads large
- * @beng-threads-small-multi-vm:
- * bind exec_queue threads small multi vm
+ */
+/**
+ *
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: compute mode threads
+ * Test category: functionality test
+ * Run type: FULL
+ *
+ * arg[1]:
+ * @cm-threads-small: compute mode threads small
+ * @cm-threads-small-multi-vm: compute mode threads small multi vm
+ * @beng-cm-threads-small: bind exec_queue compute mode threads small
* @beng-cm-threads-small-multi-vm:
* bind exec_queue compute mode threads small multi vm
- * @beng-mixed-threads-small-multi-vm:
- * bind exec_queue mixed threads small multi vm
- * @beng-threads-large-multi-vm:
- * bind exec_queue threads large multi vm
+ */
+/**
+ *
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: compute mode threads
+ * Test category: stress test
+ * Run type: FULL
+ *
+ * arg[1]:
+ * @cm-threads-large: compute mode threads large
+ * @cm-threads-large-multi-vm: compute mode threads large multi vm
+ * @beng-cm-threads-large: bind exec_queue compute mode threads large
* @beng-cm-threads-large-multi-vm:
* bind exec_queue compute mode threads large multi vm
- * @beng-mixed-threads-large-multi-vm:
- * bind exec_queue mixed threads large multi vm
+ */
+/**
+ *
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: threads
+ * Test category: functionality test
+ * Run type: FULL
+ *
+ * arg[1]:
+ *
+ * @threads-small: threads small
+ * @beng-threads-small: bind exec_queue threads small
+ * @threads-small-multi-vm: threads small multi vm
+ * @beng-threads-small-multi-vm:
+ * bind exec_queue threads small multi vm
+ *
+ */
+/**
+ *
+ * SUBTEST: evict-%s
+ * Description: %arg[1] evict test.
+ * Feature: threads
+ * Test category: stress test
+ * Run type: FULL
+ *
+ * arg[1]:
+ *
+ * @threads-large: threads large
+ * @threads-large-multi-vm: threads large multi vm
+ * @beng-threads-large-multi-vm:
+ * bind exec_queue threads large multi vm
+ * @beng-threads-large: bind exec_queue threads large
+ *
*/
/*
diff --git a/tests/intel/xe_exec_balancer.c b/tests/intel/xe_exec_balancer.c
index f364a4b7a..f571f13d9 100644
--- a/tests/intel/xe_exec_balancer.c
+++ b/tests/intel/xe_exec_balancer.c
@@ -30,6 +30,7 @@
* Description:
* Run a test to check if virtual exec_queues can be running on all instances
* of a class simultaneously
+ * Test category: functionality test
* Run type: FULL
*/
static void test_all_active(int fd, int gt, int class)
@@ -137,22 +138,27 @@ static void test_all_active(int fd, int gt, int class)
/**
* SUBTEST: once-%s
* Description: Run %arg[1] test only once
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] test many times
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] test on many exec_queues
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: twice-%s
* Description: Run %arg[1] test twice
+ * Test category: functionality test
* Run type: BAT
*
* SUBTEST: no-exec-%s
* Description: Run no-exec %arg[1] test
+ * Test category: functionality test
* Run type: BAT
*
* arg[1]:
@@ -356,24 +362,29 @@ test_exec(int fd, int gt, int class, int n_exec_queues, int n_execs,
/**
* SUBTEST: once-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test only once
+ * Test category: functionality test
*
* Run type: FULL
*
* SUBTEST: twice-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test twice
+ * Test category: functionality test
* Run type: BAT
*
* SUBTEST: many-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test many times
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: many-execqueues-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test on many exec_queues
+ * Test category: stress test
* Run type: FULL
*
*
* SUBTEST: no-exec-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] no-exec test
+ * Test category: functionality test
* Run type: BAT
*
* arg[1]:
diff --git a/tests/intel/xe_exec_basic.c b/tests/intel/xe_exec_basic.c
index 46b8709a7..d1d36e086 100644
--- a/tests/intel/xe_exec_basic.c
+++ b/tests/intel/xe_exec_basic.c
@@ -8,7 +8,6 @@
* Category: Hardware building block
* Sub-category: execbuf
* Functionality: exec_queues
- * Test category: functionality test
*/
#include "igt.h"
@@ -33,26 +32,32 @@
/**
* SUBTEST: once-%s
* Description: Run %arg[1] test only once
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] test many times
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] test on many exec_queues
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: many-execqueues-many-vm-%s
* Description: Run %arg[1] test on many exec_queues and many VMs
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: twice-%s
* Description: Run %arg[1] test twice
+ * Test category: functionality test
* Run type: BAT
*
* SUBTEST: no-exec-%s
* Description: Run no-exec %arg[1] test
+ * Test category: functionality test
* Run type: BAT
*
* arg[1]:
diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
index 679b84fa1..38c904ddd 100644
--- a/tests/intel/xe_exec_compute_mode.c
+++ b/tests/intel/xe_exec_compute_mode.c
@@ -8,7 +8,6 @@
* Category: Hardware building block
* Sub-category: execbuf
* Functionality: compute machine
- * Test category: functionality test
*/
#include <fcntl.h>
@@ -34,14 +33,17 @@
/**
* SUBTEST: twice-%s
* Description: Run %arg[1] compute machine test twice
+ * Test category: functionality test
* Run type: BAT
*
* SUBTEST: once-%s
* Description: Run %arg[1] compute machine test only once
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] compute machine test many times
+ * Test category: stress test
* Run type: FULL
*
* arg[1]:
@@ -65,6 +67,7 @@
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] compute machine test on many exec_queues
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
diff --git a/tests/intel/xe_exec_fault_mode.c b/tests/intel/xe_exec_fault_mode.c
index 85c010039..efd7ca2c2 100644
--- a/tests/intel/xe_exec_fault_mode.c
+++ b/tests/intel/xe_exec_fault_mode.c
@@ -8,7 +8,6 @@
* Category: Hardware building block
* Sub-category: execbuf
* Functionality: fault mode
- * Test category: functionality test
* GPU requirements: GPU needs support for DRM_XE_VM_CREATE_FAULT_MODE
*/
@@ -37,18 +36,22 @@
/**
* SUBTEST: once-%s
* Description: Run %arg[1] fault mode test only once
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: twice-%s
* Description: Run %arg[1] fault mode test twice
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] fault mode test many times
+ * Test category: stress test
* Run type: FULL
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] fault mode test on many exec_queues
+ * Test category: stress test
* Run type: FULL
*
* arg[1]:
@@ -324,19 +327,23 @@ test_exec(int fd, struct drm_xe_engine_class_instance *eci,
/**
* SUBTEST: atomic-once
* Description: Run atomic fault mode test only once
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: atomic-once-wait
* Description: Run atomic wait fault mode test once
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: atomic-many
* Description: Run atomic fault mode test many times
* Description: atomic many
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: atomic-many-wait
* Description: Run atomic wait fault mode test many times
+ * Test category: functionality test
* Run type: FULL
*
*/
diff --git a/tests/intel/xe_exercise_blt.c b/tests/intel/xe_exercise_blt.c
index 34522c0f8..2e2ec34dc 100644
--- a/tests/intel/xe_exercise_blt.c
+++ b/tests/intel/xe_exercise_blt.c
@@ -14,9 +14,9 @@
/**
* TEST: xe exercise blt
- * Category: Software building block
- * Sub-category: IGT Lib
- * Functionality: blitter
+ * Category: Hardware building block
+ * Sub-category: Blitter
+ * Functionality: flat_ccs
* Description: Exercise blitter commands on Xe
* Run type: FULL
* Test category: functionality test
diff --git a/tests/intel/xe_intel_bb.c b/tests/intel/xe_intel_bb.c
index a5531cf80..daab3496d 100644
--- a/tests/intel/xe_intel_bb.c
+++ b/tests/intel/xe_intel_bb.c
@@ -25,7 +25,7 @@
/**
* TEST: Basic tests for intel-bb xe functionality
* Category: Software building block
- * Sub-category: xe
+ * Sub-category: IGT Lib
* Functionality: intel-bb
* Test category: functionality test
*/
diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c
index 4b2c235fa..84c721ba7 100644
--- a/tests/intel/xe_media_fill.c
+++ b/tests/intel/xe_media_fill.c
@@ -33,6 +33,7 @@
* Description: Basic test for the media_fill() function,
* a very simple workload for the Media pipeline.
* Feature: media
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: media-fill
diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c
index 8a70a5c35..1b759207b 100644
--- a/tests/intel/xe_mmap.c
+++ b/tests/intel/xe_mmap.c
@@ -6,9 +6,8 @@
/**
* TEST: Test if the driver is capable of doing mmap on different memory regions
* Category: Software building block
- * Sub-category: mmap
+ * Sub-category: VMA
* Functionality: mmap
- * Test category: functionality test
* Run type: BAT
*/
@@ -24,6 +23,7 @@
/**
* SUBTEST: system
+ * Test category: functionality test
* Description: Test mmap on system memory
*/
@@ -31,12 +31,14 @@
* SUBTEST: small-bar
* Description: Sanity check mmap behaviour on small-bar systems
* GPU requirements: GPU needs to have dedicated VRAM and using small-bar
+ * Test category: functionality test
*/
/**
* SUBTEST: %s
* Description: Test mmap on %arg[1] memory
* GPU requirements: GPU needs to have dedicated VRAM
+ * Test category: functionality test
*
* arg[1]:
*
@@ -64,6 +66,7 @@ test_mmap(int fd, uint32_t flags)
/**
* SUBTEST: bad-flags
* Description: Test mmap offset with bad flags.
+ * Test category: negative test
*
*/
static void test_bad_flags(int fd)
@@ -82,6 +85,7 @@ static void test_bad_flags(int fd)
/**
* SUBTEST: bad-extensions
* Description: Test mmap offset with bad extensions.
+ * Test category: negative test
*
*/
static void test_bad_extensions(int fd)
@@ -103,6 +107,7 @@ static void test_bad_extensions(int fd)
/**
* SUBTEST: bad-object
* Description: Test mmap offset with bad object.
+ * Test category: negative test
*
*/
static void test_bad_object(int fd)
@@ -144,6 +149,7 @@ static void trap_sigbus(uint32_t *ptr)
/**
* SUBTEST: small-bar
* Description: Test mmap behaviour on small-bar systems.
+ * Test category: functionality test
*
*/
static void test_small_bar(int fd)
diff --git a/tests/intel/xe_mmio.c b/tests/intel/xe_mmio.c
index 02e79d7e4..4053faa56 100644
--- a/tests/intel/xe_mmio.c
+++ b/tests/intel/xe_mmio.c
@@ -8,7 +8,6 @@
* Category: Software building block
* Sub-category: mmio
* Functionality: mmap
- * Test category: functionality test
* Run type: BAT
*/
@@ -24,6 +23,7 @@
/**
* SUBTEST: mmio-timestamp
+ * Test category: functionality test
* Description:
* Try to run mmio ioctl with 32 and 64 bits and check it a timestamp
* matches
@@ -51,6 +51,7 @@ static void test_xe_mmio_timestamp(int fd)
/**
* SUBTEST: mmio-invalid
+ * Test category: negative test
* Description: Try to run mmio ioctl with 8, 16 and 32 and 64 bits mmio
*/
diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index cc61a77c1..a238f9d34 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -25,18 +25,25 @@
* SUBTEST:
* Description:
* This test creates compute vms, binds a couple of bos and an exec_queue each,
- * thus redying it for execution. However, VRAM memory is over-
- * committed and while there is still nothing to execute, an eviction
- * will trigger the VM's rebind worker to rebind the evicted bo, which
- * will in turn trigger another eviction and so on.
+ * thus redying it for execution.
*
- * Since we don't have eviction stats yet we need to watch "top" for
- * the rebind kworkers using a lot of CPU while the test idles.
- *
- * The correct driver behaviour should be not to rebind anything unless
- * there is worked queued on one of the VM's compute exec_queues.
* Run type: FULL
*/
+ /*
+ * More dailed test description:
+ * This test creates compute vms, binds a couple of bos and an exec_queue each,
+ * thus redying it for execution. However, VRAM memory is over-
+ * committed and while there is still nothing to execute, an eviction
+ * will trigger the VM's rebind worker to rebind the evicted bo, which
+ * will in turn trigger another eviction and so on.
+ *
+ * Since we don't have eviction stats yet we need to watch "top" for
+ * the rebind kworkers using a lot of CPU while the test idles.
+ *
+ * The correct driver behaviour should be not to rebind anything unless
+ * there is worked queued on one of the VM's compute exec_queues.
+ */
+
static void test_ping_pong(int fd, struct drm_xe_engine_class_instance *eci)
{
size_t vram_size = xe_vram_size(fd, 0);
diff --git a/tests/intel/xe_query.c b/tests/intel/xe_query.c
index a4e40afdd..8ec849130 100644
--- a/tests/intel/xe_query.c
+++ b/tests/intel/xe_query.c
@@ -6,9 +6,8 @@
/**
* TEST: Check device configuration query
* Category: Software building block
- * Sub-category: ioctl
- * Functionality: device
- * Test category: functionality test
+ * Sub-category: uapi
+ * Functionality: ioctl
* Run type: BAT
* Description: Acquire configuration data for xe device
*/
@@ -175,6 +174,7 @@ const char *get_topo_name(int value)
/**
* SUBTEST: query-engines
* Description: Display engine classes available for xe device
+ * Test category: functionality test
*/
static void
test_query_engines(int fd)
@@ -194,6 +194,7 @@ test_query_engines(int fd)
/**
* SUBTEST: query-mem-usage
+ * Test category: functionality test
* Description: Display memory information like memory class, size
* and alignment.
*/
@@ -254,6 +255,7 @@ test_query_mem_usage(int fd)
/**
* SUBTEST: query-gts
+ * Test category: functionality test
* Description: Display information about available GTs for xe device.
*/
static void
@@ -293,6 +295,7 @@ test_query_gts(int fd)
/**
* SUBTEST: query-topology
+ * Test category: functionality test
* Description: Display topology information of GTs.
*/
static void
@@ -336,6 +339,7 @@ test_query_gt_topology(int fd)
/**
* SUBTEST: query-config
+ * Test category: functionality test
* Description: Display xe device id, revision and configuration.
*/
static void
@@ -386,6 +390,7 @@ test_query_config(int fd)
/**
* SUBTEST: query-hwconfig
+ * Test category: functionality test
* Description: Display hardware configuration of xe device.
*/
static void
@@ -419,6 +424,7 @@ test_query_hwconfig(int fd)
/**
* SUBTEST: query-invalid-query
+ * Test category: negative test
* Description: Check query with invalid arguments returns expected error code.
*/
static void
@@ -436,6 +442,7 @@ test_query_invalid_query(int fd)
/**
* SUBTEST: query-invalid-size
+ * Test category: negative test
* Description: Check query with invalid size returns expected error code.
*/
static void
@@ -453,6 +460,7 @@ test_query_invalid_size(int fd)
/**
* SUBTEST: query-invalid-extension
+ * Test category: negative test
* Description: Check query with invalid extension returns expected error code.
*/
static void
diff --git a/tests/intel/xe_spin_batch.c b/tests/intel/xe_spin_batch.c
index 26f9daf36..9bd3dc349 100644
--- a/tests/intel/xe_spin_batch.c
+++ b/tests/intel/xe_spin_batch.c
@@ -8,7 +8,7 @@
* TEST: Tests for spin batch submissons.
* Category: Software building block
* Sub-category: spin
- * Functionality: intel-bb
+ * Functionality: parallel execution
* Test category: functionality test
*/
diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
index ec2190113..866b9d50a 100644
--- a/tests/intel/xe_sysfs_scheduler.c
+++ b/tests/intel/xe_sysfs_scheduler.c
@@ -8,17 +8,19 @@
* Category: Software building block
* Sub-category: sysman
* Functionality: scheduler control interface
- * Test category: functionality test
* Run type: FULL
*
* SUBTEST: %s-invalid
* Description: Test to check if %s arg[1] schedule parameter rejects any unrepresentable intervals.
+ * Test category: negative test
*
* SUBTEST: %s-min-max
* Description: Test to check if %s arg[1] schedule parameter checks for min max values.
+ * Test category: functionality test
*
* SUBTEST: %s-nonprivileged-user
* Description: Test %s arg[1] schedule parameter for nonprivileged user.
+ * Test category: functionality test
*
* arg[1]:
*
diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c
index e48715aed..5453f10c4 100644
--- a/tests/intel/xe_vm.c
+++ b/tests/intel/xe_vm.c
@@ -7,7 +7,6 @@
* TEST: Check if VMA functionality is working
* Category: Software building block
* Sub-category: VMA
- * Test category: functionality test
*/
#include "igt.h"
@@ -84,6 +83,7 @@ write_dwords(int fd, uint32_t vm, int n_dwords, uint64_t *addrs)
* SUBTEST: scratch
* Description: Test scratch page creation and write
* Functionality: scratch page
+ * Test category: functionality test
* Run type: FULL
*/
@@ -206,6 +206,7 @@ uint64_t addrs_57b[] = {
* SUBTEST: bind-once
* Description: bind once on one BO
* Functionality: bind BO
+ * Test category: functionality test
* Run type: FULL
*/
@@ -223,6 +224,7 @@ test_bind_once(int fd)
* SUBTEST: bind-one-bo-many-times
* Description: bind many times on one BO
* Functionality: bind BO
+ * Test category: functionality test
* Run type: FULL
*/
@@ -243,6 +245,7 @@ test_bind_one_bo_many_times(int fd)
* SUBTEST: bind-one-bo-many-times-many-vm
* Description: Test bind many times and many VM on one BO
* Functionality: bind BO
+ * Test category: functionality test
* Run type: FULL
*/
@@ -261,6 +264,7 @@ test_bind_one_bo_many_times_many_vm(int fd)
* SUBTEST: unbind-all-%d-vmas
* Description: Test unbind all with %arg[1] VMAs
* Functionality: unbind
+ * Test category: functionality test
* Run type: FULL
*
* arg[1].values: 2, 8
@@ -301,6 +305,7 @@ static void unbind_all(int fd, int n_vmas)
* Verifies that mapping an invalid userptr returns -EFAULT,
* and that it is correctly handled.
* Functionality: userptr
+ * Test category: negative test
* Run type: FULL
*/
static void userptr_invalid(int fd)
@@ -337,11 +342,13 @@ struct vm_thread_data {
* SUBTEST: vm-async-ops-err
* Description: Test VM async ops error
* Functionality: VM
+ * Test category: negative test
* Run type: FULL
*
* SUBTEST: vm-async-ops-err-destroy
* Description: Test VM async ops error destroy
* Functionality: VM
+ * Test category: negative test
* Run type: FULL
*/
@@ -502,6 +509,7 @@ static void vm_async_ops_err(int fd, bool destroy)
/**
* SUBTEST: shared-%s-page
* Description: Test shared arg[1] page
+ * Test category: functionality test
* Run type: BAT
*
* Functionality: %arg[1] page
@@ -690,11 +698,13 @@ shared_pte_page(int fd, struct drm_xe_engine_class_instance *eci, int n_bo,
* SUBTEST: bind-execqueues-independent
* Description: Test independent bind exec_queues
* Functionality: bind exec_queues
+ * Test category: functionality test
* Run type: BAT
*
* SUBTEST: bind-execqueues-conflict
* Description: Test conflict bind exec_queues
* Functionality: bind exec_queues
+ * Test category: functionality test
* Run type: BAT
*/
@@ -864,21 +874,25 @@ test_bind_execqueues_independent(int fd, struct drm_xe_engine_class_instance *ec
* SUBTEST: bind-array-twice
* Description: Test bind array twice
* Functionality: bind exec_queues
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: bind-array-many
* Description: Test bind array many times
* Functionality: bind exec_queues
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: bind-array-exec_queue-twice
* Description: Test bind array exec_queue twice
* Functionality: bind exec_queues
+ * Test category: functionality test
* Run type: FULL
*
* SUBTEST: bind-array-exec_queue-many
* Description: Test bind array exec_queue many times
* Functionality: bind exec_queues
+ * Test category: functionality test
* Run type: FULL
*/
static void
@@ -1005,6 +1019,7 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* SUBTEST: %s-%ld
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: bind
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -1023,6 +1038,7 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* SUBTEST: %s-%ld
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: userptr bind
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -1042,6 +1058,7 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* SUBTEST: %s-%ld
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: mixed bind
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -1057,6 +1074,7 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* SUBTEST: %s-%ld
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: mixed bind
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -1298,6 +1316,7 @@ static void *hammer_thread(void *tdata)
* SUBTEST: munmap-style-unbind-%s
* Description: Test munmap style unbind with %arg[1]
* Functionality: unbind
+ * Test category: functionality test
*
* arg[1]:
*
@@ -1316,6 +1335,7 @@ static void *hammer_thread(void *tdata)
* SUBTEST: munmap-style-unbind-%s
* Description: Test munmap style unbind with %arg[1]
* Functionality: unbind
+ * Test category: functionality test
* Run type: FULL
*
* arg[1]:
@@ -1629,8 +1649,8 @@ try_again_after_invalidate:
* SUBTEST: mmap-style-bind-%s
* Description: Test mmap style unbind with %arg[1]
* Functionality: bind
+ * Test category: functionality test
* Run type: FULL
- * TODO: change ``'Run type' == FULL`` to a better category
*
* arg[1]:
*
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [igt-dev] [PATCH i-g-t v3 3/3] scripts/test_list.py: enforce mandatory fields to be filled
2023-09-06 9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 1/3] tests/intel: Add missing documentation fields for tests Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 2/3] test/xe: Clean up of test documentation Katarzyna Dec
@ 2023-09-06 9:23 ` Katarzyna Dec
2023-09-06 10:50 ` [igt-dev] ✓ Fi.CI.BAT: success for IGT XE documentation cleanup (rev3) Patchwork
2023-09-06 14:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Katarzyna Dec @ 2023-09-06 9:23 UTC (permalink / raw)
To: igt-dev
If they won't be filled, compilation will break.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index 4cd976c8d..f467f534f 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1027,7 +1027,7 @@ class TestList:
if run_missing:
for test_name in run_missing:
print(f'Warning: Missing documentation for {test_name}')
- if doc_uneeded or run_missing:
+ if doc_uneeded or run_missing or missing_mandatory_fields:
sys.exit(1)
#
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for IGT XE documentation cleanup (rev3)
2023-09-06 9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
` (2 preceding siblings ...)
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 3/3] scripts/test_list.py: enforce mandatory fields to be filled Katarzyna Dec
@ 2023-09-06 10:50 ` Patchwork
2023-09-06 14:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2023-09-06 10:50 UTC (permalink / raw)
To: Katarzyna Dec; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 6519 bytes --]
== Series Details ==
Series: IGT XE documentation cleanup (rev3)
URL : https://patchwork.freedesktop.org/series/123107/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13602 -> IGTPW_9731
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/index.html
Participating hosts (37 -> 35)
------------------------------
Additional (1): fi-tgl-1115g4
Missing (3): fi-hsw-4770 fi-snb-2520m bat-mtlp-8
Known issues
------------
Here are the changes found in IGTPW_9731 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- fi-tgl-1115g4: NOTRUN -> [SKIP][1] ([i915#7456])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@debugfs_test@basic-hwmon.html
* igt@gem_huc_copy@huc-copy:
- fi-tgl-1115g4: NOTRUN -> [SKIP][2] ([i915#2190])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-tgl-1115g4: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@i915_pm_backlight@basic-brightness:
- fi-tgl-1115g4: NOTRUN -> [SKIP][4] ([i915#3546] / [i915#7561])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_suspend@basic-s3-without-i915:
- fi-tgl-1115g4: NOTRUN -> [INCOMPLETE][5] ([i915#7443] / [i915#8102])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-tgl-1115g4: NOTRUN -> [SKIP][6] ([i915#4103]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-tgl-1115g4: NOTRUN -> [SKIP][7] ([fdo#109285])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5:
- bat-adlp-11: [PASS][8] -> [ABORT][9] ([i915#8668])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
* igt@kms_psr@cursor_plane_move:
- fi-tgl-1115g4: NOTRUN -> [SKIP][10] ([fdo#110189]) +3 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@kms_psr@cursor_plane_move.html
* igt@kms_psr@primary_page_flip:
- bat-rplp-1: NOTRUN -> [ABORT][11] ([i915#8442] / [i915#8668] / [i915#8860])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/bat-rplp-1/igt@kms_psr@primary_page_flip.html
* igt@kms_setmode@basic-clone-single-crtc:
- fi-tgl-1115g4: NOTRUN -> [SKIP][12] ([i915#3555])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-tgl-1115g4/igt@kms_setmode@basic-clone-single-crtc.html
#### Possible fixes ####
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [FAIL][13] ([IGT#3] / [i915#6121]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5:
- bat-adlp-11: [ABORT][15] ([i915#8668]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [ABORT][17] ([i915#8442] / [i915#8668]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#7359]: https://gitlab.freedesktop.org/drm/intel/issues/7359
[i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
[i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#8102]: https://gitlab.freedesktop.org/drm/intel/issues/8102
[i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8860]: https://gitlab.freedesktop.org/drm/intel/issues/8860
[i915#8981]: https://gitlab.freedesktop.org/drm/intel/issues/8981
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7469 -> IGTPW_9731
CI-20190529: 20190529
CI_DRM_13602: f095f97b2060f654211f8acf213c3606ef6eb6d1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9731: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/index.html
IGT_7469: b367c5a34e6198074dfe220437b234441d3b3c5d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/index.html
[-- Attachment #2: Type: text/html, Size: 7605 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for IGT XE documentation cleanup (rev3)
2023-09-06 9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
` (3 preceding siblings ...)
2023-09-06 10:50 ` [igt-dev] ✓ Fi.CI.BAT: success for IGT XE documentation cleanup (rev3) Patchwork
@ 2023-09-06 14:22 ` Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2023-09-06 14:22 UTC (permalink / raw)
To: Katarzyna Dec; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 91225 bytes --]
== Series Details ==
Series: IGT XE documentation cleanup (rev3)
URL : https://patchwork.freedesktop.org/series/123107/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13602_full -> IGTPW_9731_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9731_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9731_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9731/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9731_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglu: [PASS][2] -> [FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-tglu-8/igt@gem_ctx_exec@basic-nohangcheck.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@i915_pm_rpm@system-suspend:
- shard-mtlp: [PASS][4] -> [DMESG-WARN][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-8/igt@i915_pm_rpm@system-suspend.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-4/igt@i915_pm_rpm@system-suspend.html
#### Warnings ####
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [FAIL][6] ([i915#6268]) -> [FAIL][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-rkl-1/igt@gem_ctx_exec@basic-nohangcheck.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: [FAIL][8] ([i915#7484]) -> [FAIL][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-2/igt@perf@non-zero-reason@0-rcs0.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html
New tests
---------
New tests have been introduced between CI_DRM_13602_full and IGTPW_9731_full:
### New IGT tests (9) ###
* igt@kms_cursor_crc@cursor-offscreen-64x64@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_cursor_crc@cursor-offscreen-64x64@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_cursor_crc@cursor-sliding-256x256@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane_multiple@tiling-4@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane_multiple@tiling-4@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane_multiple@tiling-4@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane_multiple@tiling-4@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9731_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_buddy@drm_buddy_test:
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8661])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-1/igt@drm_buddy@drm_buddy_test.html
* igt@drm_fdinfo@all-busy-check-all:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#8414]) +2 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-2/igt@drm_fdinfo@all-busy-check-all.html
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#8414]) +4 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][13] -> [FAIL][14] ([i915#7742])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@drm_fdinfo@virtual-busy-hang:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#8414]) +2 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@drm_fdinfo@virtual-busy-hang.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#5325])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#5325])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-2/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#6335])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-mtlp: [PASS][19] -> [ABORT][20] ([i915#9262]) +14 other tests abort
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-6/igt@gem_ctx_isolation@preservation-s3@rcs0.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_isolation@preservation-s3@vcs1:
- shard-mtlp: [PASS][21] -> [DMESG-WARN][22] ([i915#9262]) +1 other test dmesg-warn
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-6/igt@gem_ctx_isolation@preservation-s3@vcs1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@gem_ctx_isolation@preservation-s3@vcs1.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-2/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@in-flight-suspend:
- shard-mtlp: [PASS][24] -> [ABORT][25] ([i915#7892] / [i915#9262])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-1/igt@gem_eio@in-flight-suspend.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-5/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][26] -> [FAIL][27] ([i915#5784])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-17/igt@gem_eio@unwedge-stress.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@hog:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#4812]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@gem_exec_balancer@hog.html
* igt@gem_exec_balancer@noheartbeat:
- shard-mtlp: NOTRUN -> [SKIP][29] ([i915#8555])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#4525])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-rkl: NOTRUN -> [SKIP][31] ([i915#6334])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-4/igt@gem_exec_capture@capture-invisible@smem0.html
- shard-tglu: NOTRUN -> [SKIP][32] ([i915#6334])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-7/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-rkl: [PASS][33] -> [FAIL][34] ([i915#2842]) +1 other test fail
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-rkl-6/igt@gem_exec_fair@basic-pace-share@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-rkl: NOTRUN -> [SKIP][35] ([fdo#109313])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#7697])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_params@secure-non-root:
- shard-dg1: NOTRUN -> [SKIP][39] ([fdo#112283])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
* igt@gem_exec_reloc@basic-range-active:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#3281]) +4 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@gem_exec_reloc@basic-range-active.html
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3281]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@gem_exec_reloc@basic-range-active.html
* igt@gem_exec_reloc@basic-softpin:
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#3281])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-6/igt@gem_exec_reloc@basic-softpin.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4537])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@noreorder-corked@bcs0:
- shard-mtlp: [PASS][45] -> [DMESG-WARN][46] ([i915#9121]) +2 other tests dmesg-warn
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-6/igt@gem_exec_schedule@noreorder-corked@bcs0.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-4/igt@gem_exec_schedule@noreorder-corked@bcs0.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@preemptive-hang@vcs0:
- shard-mtlp: [PASS][48] -> [FAIL][49] ([i915#9051])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs0.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-1/igt@gem_exec_schedule@preemptive-hang@vcs0.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#4812]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-tglu: [PASS][51] -> [ABORT][52] ([i915#7975] / [i915#8213])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-tglu-3/igt@gem_exec_suspend@basic-s4-devices@smem.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4860]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@basic:
- shard-apl: NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#4613])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl6/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@heavy-random:
- shard-rkl: NOTRUN -> [SKIP][55] ([i915#4613]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4565])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@gem_lmem_swapping@verify-ccs@lmem0.html
* igt@gem_mmap_gtt@hang-user:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4077]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@gem_mmap_gtt@hang-user.html
* igt@gem_mmap_wc@bad-size:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4083])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-4/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@pf-nonblock:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4083])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@gem_mmap_wc@pf-nonblock.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#4083]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#3282]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#3282]) +5 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3282]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@gem_pread@snoop.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4270])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-2/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#4270])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-on.html
- shard-tglu: NOTRUN -> [SKIP][66] ([i915#4270])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-7/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_softpin@evict-snoop:
- shard-rkl: NOTRUN -> [SKIP][67] ([fdo#109312])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@gem_softpin@evict-snoop.html
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#4885])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_wb:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4077]) +5 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-14/igt@gem_tiled_wb.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#3297])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-1/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
- shard-tglu: NOTRUN -> [SKIP][72] ([i915#3297])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-7/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#3297] / [i915#4958])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@gem_userptr_blits@sd-probe.html
* igt@gen3_render_tiledy_blits:
- shard-dg2: NOTRUN -> [SKIP][74] ([fdo#109289]) +4 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@gen3_render_tiledy_blits.html
* igt@gen7_exec_parse@basic-rejected:
- shard-dg1: NOTRUN -> [SKIP][75] ([fdo#109289]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@gen7_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#2527])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#2856]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-5/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#2856]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-3/igt@gen9_exec_parse@secure-batches.html
* igt@i915_module_load@resize-bar:
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#6412])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@i915_module_load@resize-bar.html
* igt@i915_pipe_stress@stress-xrgb8888-untiled:
- shard-mtlp: [PASS][80] -> [FAIL][81] ([i915#8691])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
* igt@i915_pm_backlight@bad-brightness:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#5354] / [i915#7561])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@i915_pm_backlight@bad-brightness.html
* igt@i915_pm_backlight@fade:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#5354] / [i915#7561])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@i915_pm_backlight@fade.html
* igt@i915_pm_dc@dc3co-vpb-simulation:
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#658])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@i915_pm_dc@dc3co-vpb-simulation.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-mtlp: [PASS][85] -> [SKIP][86] ([i915#8403])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [PASS][87] -> [SKIP][88] ([i915#1397])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [PASS][89] -> [SKIP][90] ([i915#1397])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-2/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
- shard-dg1: [PASS][91] -> [SKIP][92] ([i915#1397])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@i915_pm_rpm@fences-dpms:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#4077]) +9 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@i915_pm_rpm@fences-dpms.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#1397])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#4387])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#6245])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@i915_query@hwconfig_table.html
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#6245])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-unsupported:
- shard-dg1: NOTRUN -> [SKIP][98] ([fdo#109302])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@i915_query@query-topology-unsupported.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-glk: [PASS][99] -> [DMESG-FAIL][100] ([i915#5334])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-glk8/igt@i915_selftest@live@gt_heartbeat.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-glk9/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#4212])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-mtlp: NOTRUN -> [SKIP][102] ([i915#4212])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#4215] / [i915#5190])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-2:
- shard-glk: [PASS][104] -> [FAIL][105] ([i915#2521])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-glk5/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-2.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-2.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#8502] / [i915#8709]) +11 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs:
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#8502]) +7 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs.html
* igt@kms_async_flips@crc@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [FAIL][108] ([i915#8247]) +3 other tests fail
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_async_flips@crc@pipe-d-dp-4.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#6228])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#1769] / [i915#3555]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#4538] / [i915#5286]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][112] ([fdo#111614]) +2 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#5286]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@linear-8bpp-rotate-180:
- shard-mtlp: [PASS][114] -> [FAIL][115] ([i915#5138]) +1 other test fail
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-7/igt@kms_big_fb@linear-8bpp-rotate-180.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@kms_big_fb@linear-8bpp-rotate-180.html
- shard-dg1: [PASS][116] -> [FAIL][117] ([i915#5138])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-18/igt@kms_big_fb@linear-8bpp-rotate-180.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@kms_big_fb@linear-8bpp-rotate-180.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][118] ([fdo#111614] / [i915#3638]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-4/igt@kms_big_fb@linear-8bpp-rotate-270.html
- shard-tglu: NOTRUN -> [SKIP][119] ([fdo#111614]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-6/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#3638]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#5190]) +8 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: [PASS][122] -> [FAIL][123] ([i915#3743])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-tglu-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][124] ([fdo#110723]) +3 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-14/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][126] ([fdo#111615]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
- shard-mtlp: NOTRUN -> [SKIP][127] ([fdo#111615]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +5 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_joiner@basic:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#2705])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_big_joiner@basic.html
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#2705])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3886]) +2 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl4/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#5354] / [i915#6095]) +7 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs:
- shard-tglu: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-10/igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#3734] / [i915#5354] / [i915#6095]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#3689] / [i915#5354] / [i915#6095]) +8 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-18/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_dg2_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#6095]) +3 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-2/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#3886] / [i915#6095]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#3886] / [i915#5354]) +10 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#5354] / [i915#6095]) +8 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_rc_ccs:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#5354]) +40 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-c-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#5354]) +12 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_ccs@pipe-c-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_mtl_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#5354] / [i915#6095]) +2 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-10/igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#3689] / [i915#5354]) +12 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#3742])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#4087] / [i915#7213]) +4 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#4087]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-dg2: NOTRUN -> [SKIP][150] ([fdo#111827]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-mtlp: NOTRUN -> [SKIP][151] ([fdo#111827])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#7828]) +4 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#7828]) +5 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#7828]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-14/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_color@deep-color:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#3555]) +4 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_color@deep-color.html
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#3555]) +2 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_color@deep-color.html
* igt@kms_content_protection@lic:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#7118])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_content_protection@lic.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#7118])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_content_protection@srm.html
* igt@kms_content_protection@srm@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][159] ([i915#7173])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_content_protection@srm@pipe-a-dp-4.html
* igt@kms_content_protection@type1:
- shard-dg1: NOTRUN -> [SKIP][160] ([i915#7116])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#3359])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#4103])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [SKIP][163] ([fdo#109274])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#3546])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg2: NOTRUN -> [SKIP][165] ([fdo#109274] / [i915#5354]) +4 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][166] -> [FAIL][167] ([i915#2346])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [PASS][168] -> [FAIL][169] ([i915#2346]) +1 other test fail
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#4103] / [i915#4213]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#4103] / [i915#4213])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-basic:
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#3555] / [i915#3840])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-18/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#3840]) +2 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats.html
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#3840])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg2: [PASS][175] -> [FAIL][176] ([i915#4767])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-7/igt@kms_fbcon_fbt@fbc-suspend.html
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-dg2: NOTRUN -> [SKIP][177] ([fdo#109274]) +2 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
- shard-rkl: NOTRUN -> [SKIP][178] ([fdo#111825]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-busy-flip:
- shard-tglu: NOTRUN -> [SKIP][179] ([fdo#109274] / [i915#3637])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-4/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-apl: NOTRUN -> [SKIP][180] ([fdo#109271] / [fdo#111767])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-snb: NOTRUN -> [SKIP][181] ([fdo#109271] / [fdo#111767])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-snb7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#8381])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-2/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a3:
- shard-dg2: [PASS][183] -> [INCOMPLETE][184] ([i915#4839])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-6/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-snb: NOTRUN -> [DMESG-WARN][185] ([i915#8841]) +6 other tests dmesg-warn
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#2672]) +2 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#2672]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][188] ([i915#2587] / [i915#2672]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#8810])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg2: [PASS][190] -> [FAIL][191] ([i915#6880]) +1 other test fail
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][192] ([fdo#111825] / [i915#1825]) +19 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#1825]) +8 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-dg1: NOTRUN -> [SKIP][194] ([fdo#111825]) +16 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#8708]) +7 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#5460])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][197] ([fdo#110189]) +3 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#3458]) +7 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen:
- shard-apl: NOTRUN -> [SKIP][199] ([fdo#109271]) +63 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-tglu: NOTRUN -> [SKIP][200] ([fdo#109280])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#8708]) +4 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#3458]) +9 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-render:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#3023]) +8 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#8228]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_hdr@bpc-switch-dpms.html
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#3555] / [i915#8228])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#4816])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#4070] / [i915#4816])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:
- shard-dg2: [PASS][208] -> [FAIL][209] ([fdo#103375]) +1 other test fail
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-dp-1:
- shard-apl: NOTRUN -> [FAIL][210] ([i915#4573]) +1 other test fail
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl2/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-dp-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][211] ([i915#8821])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8821])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8806])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#5176]) +3 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#5176]) +11 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][216] ([i915#5176]) +15 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@plane-upscale-with-modifiers-factor-0-25@pipe-a-vga-1:
- shard-snb: NOTRUN -> [SKIP][217] ([fdo#109271]) +186 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-snb7/igt@kms_plane_scaling@plane-upscale-with-modifiers-factor-0-25@pipe-a-vga-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#5235]) +5 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#5235]) +11 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#5235]) +11 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#5235]) +3 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-edp-1.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#6524])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_prime@d3hot:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#6524] / [i915#6805])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
- shard-apl: NOTRUN -> [SKIP][224] ([fdo#109271] / [i915#658])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][225] ([fdo#111068] / [i915#658])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][226] ([fdo#111068] / [i915#658]) +1 other test skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-dg1: NOTRUN -> [SKIP][227] ([fdo#111068] / [i915#658]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_sprite_mmap_cpu:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#1072]) +3 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@kms_psr@psr2_sprite_mmap_cpu.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#1072]) +5 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#1072]) +2 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_psr@suspend:
- shard-mtlp: NOTRUN -> [ABORT][231] ([i915#9262])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-1/igt@kms_psr@suspend.html
* igt@kms_rotation_crc@primary-rotation-180:
- shard-dg1: [PASS][232] -> [DMESG-WARN][233] ([i915#1982])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-17/igt@kms_rotation_crc@primary-rotation-180.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@kms_rotation_crc@primary-rotation-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#4235] / [i915#5190])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_selftest@drm_dp_mst:
- shard-tglu: NOTRUN -> [SKIP][235] ([i915#8661])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-7/igt@kms_selftest@drm_dp_mst.html
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#8661])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-4/igt@kms_selftest@drm_dp_mst.html
- shard-snb: NOTRUN -> [SKIP][237] ([fdo#109271] / [i915#8661])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-snb5/igt@kms_selftest@drm_dp_mst.html
* igt@kms_selftest@drm_format:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#8661])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@kms_selftest@drm_format.html
* igt@kms_tv_load_detect@load-detect:
- shard-rkl: NOTRUN -> [SKIP][239] ([fdo#109309])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_tv_load_detect@load-detect.html
- shard-dg1: NOTRUN -> [SKIP][240] ([fdo#109309])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-14/igt@kms_tv_load_detect@load-detect.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-c:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#4070] / [i915#6768])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_universal_plane@cursor-fb-leak-pipe-c.html
* igt@kms_vblank@pipe-d-query-forked-hang:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#4070] / [i915#533] / [i915#6768]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@kms_vblank@pipe-d-query-forked-hang.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-apl: NOTRUN -> [SKIP][243] ([fdo#109271] / [i915#533])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl7/igt@kms_vblank@pipe-d-wait-idle.html
* igt@kms_vrr@negative-basic:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#3555])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-14/igt@kms_vrr@negative-basic.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#2437])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_writeback@writeback-check-output.html
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#2437])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#2437])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@enable-disable@0-rcs0:
- shard-mtlp: [PASS][248] -> [FAIL][249] ([i915#7823])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-7/igt@perf@enable-disable@0-rcs0.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@perf@enable-disable@0-rcs0.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#2434])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@perf@mi-rpc.html
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#2434])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@perf@mi-rpc.html
* igt@perf@polling-small-buf:
- shard-mtlp: [PASS][252] -> [FAIL][253] ([i915#1722])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-7/igt@perf@polling-small-buf.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@perf@polling-small-buf.html
* igt@perf@polling@1-vcs0:
- shard-mtlp: [PASS][254] -> [FAIL][255] ([i915#9259]) +1 other test fail
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-6/igt@perf@polling@1-vcs0.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-1/igt@perf@polling@1-vcs0.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#2433])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-hang@ccs0:
- shard-mtlp: [PASS][257] -> [FAIL][258] ([i915#4349]) +17 other tests fail
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-8/igt@perf_pmu@busy-hang@ccs0.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-1/igt@perf_pmu@busy-hang@ccs0.html
* igt@perf_pmu@busy-idle-check-all@bcs0:
- shard-mtlp: [PASS][259] -> [FAIL][260] ([i915#4521]) +2 other tests fail
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-1/igt@perf_pmu@busy-idle-check-all@bcs0.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@bcs0.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: NOTRUN -> [FAIL][261] ([i915#6806])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@render-node-busy-idle@vcs1:
- shard-dg1: [PASS][262] -> [FAIL][263] ([i915#4349])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-17/igt@perf_pmu@render-node-busy-idle@vcs1.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@perf_pmu@render-node-busy-idle@vcs1.html
* igt@prime_udl:
- shard-dg2: NOTRUN -> [SKIP][264] ([fdo#109291])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-2/igt@prime_udl.html
- shard-rkl: NOTRUN -> [SKIP][265] ([fdo#109291])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@prime_udl.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg1: NOTRUN -> [SKIP][266] ([i915#3708] / [i915#4077])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#3291] / [i915#3708]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-7/igt@prime_vgem@basic-fence-read.html
- shard-rkl: NOTRUN -> [SKIP][268] ([fdo#109295] / [i915#3291] / [i915#3708])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@prime_vgem@basic-fence-read.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: [PASS][269] -> [ABORT][270] ([i915#8521] / [i915#8865])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-3/igt@sysfs_preempt_timeout@timeout@vecs0.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-5/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_job_submission@array-job-submission:
- shard-dg2: NOTRUN -> [SKIP][271] ([i915#2575]) +9 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@v3d/v3d_job_submission@array-job-submission.html
* igt@v3d/v3d_submit_csd@bad-multisync-pad:
- shard-rkl: NOTRUN -> [SKIP][272] ([fdo#109315]) +4 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-6/igt@v3d/v3d_submit_csd@bad-multisync-pad.html
* igt@v3d/v3d_submit_csd@bad-perfmon:
- shard-dg1: NOTRUN -> [SKIP][273] ([i915#2575]) +4 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-perfmon.html
* igt@vc4/vc4_create_bo@create-bo-0:
- shard-dg2: NOTRUN -> [SKIP][274] ([i915#7711]) +4 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-10/igt@vc4/vc4_create_bo@create-bo-0.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged:
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#7711]) +2 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-12/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged.html
* igt@vc4/vc4_tiling@set-bad-flags:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#7711]) +2 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@vc4/vc4_tiling@set-bad-flags.html
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#2575])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-4/igt@vc4/vc4_tiling@set-bad-flags.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [FAIL][278] ([i915#7742]) -> [PASS][279]
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-mtlp: [FAIL][280] ([i915#6121]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-1/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: [FAIL][282] ([i915#6786]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-10/igt@gem_ctx_freq@sysfs@gt0.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-5/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_ctx_persistence@engines-hang@vcs0:
- shard-mtlp: [FAIL][284] ([i915#2410]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-8/igt@gem_ctx_persistence@engines-hang@vcs0.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-7/igt@gem_ctx_persistence@engines-hang@vcs0.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-mtlp: [INCOMPLETE][286] ([i915#8503]) -> [PASS][287] +1 other test pass
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-8/igt@gem_eio@in-flight-contexts-immediate.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-2/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_eio@kms:
- shard-dg1: [FAIL][288] ([i915#5784]) -> [PASS][289]
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-16/igt@gem_eio@kms.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-18/igt@gem_eio@kms.html
* igt@gem_eio@reset-stress:
- shard-dg2: [FAIL][290] ([i915#5784]) -> [PASS][291]
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-6/igt@gem_eio@reset-stress.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@gem_eio@reset-stress.html
* igt@gem_exec_capture@pi@ccs0:
- shard-mtlp: [FAIL][292] ([i915#7765]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@gem_exec_capture@pi@ccs0.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-3/igt@gem_exec_capture@pi@ccs0.html
* igt@gem_exec_capture@pi@vcs1:
- shard-mtlp: [FAIL][294] ([i915#4475] / [i915#7765]) -> [PASS][295] +1 other test pass
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@gem_exec_capture@pi@vcs1.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-3/igt@gem_exec_capture@pi@vcs1.html
* igt@gem_exec_capture@pi@vecs0:
- shard-mtlp: [DMESG-WARN][296] ([i915#5591]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@gem_exec_capture@pi@vecs0.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-3/igt@gem_exec_capture@pi@vecs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: [FAIL][298] ([i915#2842]) -> [PASS][299] +1 other test pass
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-glk1/igt@gem_exec_fair@basic-pace@rcs0.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [TIMEOUT][300] ([i915#5493]) -> [PASS][301]
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_softpin@noreloc-s3:
- shard-dg2: [INCOMPLETE][302] ([i915#7793] / [i915#7886]) -> [PASS][303]
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-5/igt@gem_softpin@noreloc-s3.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@gem_softpin@noreloc-s3.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [DMESG-WARN][304] ([i915#7061] / [i915#8617]) -> [PASS][305]
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_dc@dc9-dpms:
- shard-mtlp: [SKIP][306] ([i915#3361]) -> [PASS][307]
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@i915_pm_dc@dc9-dpms.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-5/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-dg1: [SKIP][308] ([i915#1937]) -> [PASS][309]
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-16/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rc6_residency@rc6-idle@vcs0:
- shard-dg1: [FAIL][310] ([i915#3591]) -> [PASS][311]
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-dg1: [SKIP][312] ([i915#1397]) -> [PASS][313]
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-17/igt@i915_pm_rpm@dpms-lpsp.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [SKIP][314] ([i915#1397]) -> [PASS][315]
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rps@engine-order:
- shard-apl: [FAIL][316] ([i915#6537]) -> [PASS][317]
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-apl6/igt@i915_pm_rps@engine-order.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl7/igt@i915_pm_rps@engine-order.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-mtlp: [FAIL][318] ([i915#3743]) -> [PASS][319] +3 other tests pass
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-mtlp: [FAIL][320] ([i915#2346]) -> [PASS][321]
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt:
- shard-dg2: [FAIL][322] ([i915#6880]) -> [PASS][323]
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1:
- shard-apl: [INCOMPLETE][324] -> [PASS][325] +1 other test pass
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][326] ([i915#8292]) -> [PASS][327]
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-10/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
* igt@kms_vblank@pipe-b-ts-continuation-idle:
- shard-mtlp: [DMESG-WARN][328] ([i915#2017]) -> [PASS][329]
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-7/igt@kms_vblank@pipe-b-ts-continuation-idle.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-3/igt@kms_vblank@pipe-b-ts-continuation-idle.html
* igt@perf@enable-disable@0-rcs0:
- shard-dg2: [FAIL][330] ([i915#8724]) -> [PASS][331]
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-6/igt@perf@enable-disable@0-rcs0.html
#### Warnings ####
* igt@gem_eio@in-flight-suspend:
- shard-snb: [DMESG-FAIL][332] ([fdo#103375]) -> [DMESG-WARN][333] ([i915#8841])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-snb7/igt@gem_eio@in-flight-suspend.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-snb5/igt@gem_eio@in-flight-suspend.html
* igt@i915_pm_dc@dc6-dpms:
- shard-mtlp: [SKIP][334] ([i915#3361]) -> [FAIL][335] ([i915#8599])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-7/igt@i915_pm_dc@dc6-dpms.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-6/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [FAIL][336] ([i915#2681] / [i915#3591]) -> [WARN][337] ([i915#2681])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@kms_async_flips@crc@pipe-a-edp-1:
- shard-mtlp: [DMESG-FAIL][338] ([i915#1982] / [i915#8561]) -> [FAIL][339] ([i915#8247])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@kms_async_flips@crc@pipe-a-edp-1.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@kms_async_flips@crc@pipe-a-edp-1.html
* igt@kms_async_flips@crc@pipe-d-edp-1:
- shard-mtlp: [DMESG-FAIL][340] ([i915#8561]) -> [FAIL][341] ([i915#8247]) +2 other tests fail
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-mtlp-5/igt@kms_async_flips@crc@pipe-d-edp-1.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-mtlp-8/igt@kms_async_flips@crc@pipe-d-edp-1.html
* igt@kms_content_protection@mei_interface:
- shard-dg2: [SKIP][342] ([i915#7118]) -> [SKIP][343] ([i915#7118] / [i915#7162])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-6/igt@kms_content_protection@mei_interface.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-11/igt@kms_content_protection@mei_interface.html
- shard-dg1: [SKIP][344] ([i915#7116]) -> [SKIP][345] ([fdo#109300])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-18/igt@kms_content_protection@mei_interface.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-16/igt@kms_content_protection@mei_interface.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][346] ([i915#3955]) -> [SKIP][347] ([fdo#110189] / [i915#3955]) +1 other test skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_psr@cursor_plane_move:
- shard-dg1: [SKIP][348] ([i915#1072] / [i915#4078]) -> [SKIP][349] ([i915#1072])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-12/igt@kms_psr@cursor_plane_move.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-15/igt@kms_psr@cursor_plane_move.html
* igt@kms_psr@primary_page_flip:
- shard-dg1: [SKIP][350] ([i915#1072]) -> [SKIP][351] ([i915#1072] / [i915#4078])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg1-15/igt@kms_psr@primary_page_flip.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg1-18/igt@kms_psr@primary_page_flip.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: [INCOMPLETE][352] ([i915#5493]) -> [CRASH][353] ([i915#7331])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13602/shard-dg2-7/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/shard-dg2-2/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312
[fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433
[i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475
[i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4839]: https://gitlab.freedesktop.org/drm/intel/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#6228]: https://gitlab.freedesktop.org/drm/intel/issues/6228
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335
[i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786
[i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
[i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7331]: https://gitlab.freedesktop.org/drm/intel/issues/7331
[i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765
[i915#7793]: https://gitlab.freedesktop.org/drm/intel/issues/7793
[i915#7823]: https://gitlab.freedesktop.org/drm/intel/issues/7823
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7886]: https://gitlab.freedesktop.org/drm/intel/issues/7886
[i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8503]: https://gitlab.freedesktop.org/drm/intel/issues/8503
[i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561
[i915#8599]: https://gitlab.freedesktop.org/drm/intel/issues/8599
[i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
[i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724
[i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865
[i915#9051]: https://gitlab.freedesktop.org/drm/intel/issues/9051
[i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
[i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121
[i915#9259]: https://gitlab.freedesktop.org/drm/intel/issues/9259
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7469 -> IGTPW_9731
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13602: f095f97b2060f654211f8acf213c3606ef6eb6d1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9731: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/index.html
IGT_7469: b367c5a34e6198074dfe220437b234441d3b3c5d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9731/index.html
[-- Attachment #2: Type: text/html, Size: 111415 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-09-06 14:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 9:23 [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 1/3] tests/intel: Add missing documentation fields for tests Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 2/3] test/xe: Clean up of test documentation Katarzyna Dec
2023-09-06 9:23 ` [igt-dev] [PATCH i-g-t v3 3/3] scripts/test_list.py: enforce mandatory fields to be filled Katarzyna Dec
2023-09-06 10:50 ` [igt-dev] ✓ Fi.CI.BAT: success for IGT XE documentation cleanup (rev3) Patchwork
2023-09-06 14:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox