* [PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests
@ 2024-05-24 3:10 Pranay Samala
2024-05-24 4:13 ` ✓ CI.xeBAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Pranay Samala @ 2024-05-24 3:10 UTC (permalink / raw)
To: igt-dev
Cc: karthik.b.s, jeevan.b, sameer.lattannavar, pranay.samala,
Kamil Konieczny, Juha-pekka Heikkila
The test runs on all pipes on dynamic level to test all the supported
pixel-formats and modifiers on current plane of that pipe.
Updating the test to execute on multiple planes on dynamic level.
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Juha-pekka Heikkila <juha-pekka.heikkila@intel.com>
Cc: Karthik B S <karthik.b.s@intel.com>
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/kms_plane.c | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 406aecc04..1a831c461 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -351,10 +351,11 @@ test_plane_position(data_t *data, enum pipe pipe)
test_init(data, pipe);
test_grab_crc(data, output, pipe, &green, data->flags, &reference_crc);
- for (int plane = 1; plane < n_planes; plane++)
- test_plane_position_with_output(data, pipe, plane,
- output, &reference_crc,
- data->flags);
+ for (int plane = 1; plane < n_planes; plane++) {
+ igt_dynamic_f("pipe-%s-plane-%d", kmstest_pipe_name(pipe), plane)
+ test_plane_position_with_output(data, pipe, plane, output,
+ &reference_crc, data->flags);
+ }
test_fini(data);
}
@@ -1211,7 +1212,8 @@ test_pixel_formats(data_t *data, enum pipe pipe)
for_each_plane_on_pipe(&data->display, pipe, plane) {
if (skip_plane(data, plane))
continue;
- result &= test_format_plane(data, pipe, output, plane, &primary_fb);
+ igt_dynamic_f("pipe-%s-plane-%u", kmstest_pipe_name(pipe), plane->index)
+ result &= test_format_plane(data, pipe, output, plane, &primary_fb);
}
test_fini(data);
@@ -1317,14 +1319,19 @@ static void run_test(data_t *data, void (*test)(data_t *, enum pipe))
continue;
igt_output_set_pipe(data->output, PIPE_NONE);
- igt_dynamic_f("pipe-%s", kmstest_pipe_name(pipe))
- test(data, pipe);
+ test(data, pipe);
if (is_pipe_limit_reached(++count))
break;
}
}
+static void dynamic_test_handler(data_t *data, enum pipe pipe)
+{
+ igt_dynamic_f("pipe-%s", kmstest_pipe_name(pipe))
+ test_plane_panning(data, pipe);
+}
+
static void
run_tests_for_pipe_plane(data_t *data)
{
@@ -1361,20 +1368,20 @@ run_tests_for_pipe_plane(data_t *data)
igt_describe("verify plane panning at top-left position using primary plane");
igt_subtest_with_dynamic_f("plane-panning-top-left") {
data->flags = TEST_PANNING_TOP_LEFT;
- run_test(data, test_plane_panning);
+ run_test(data, dynamic_test_handler);
}
igt_describe("verify plane panning at bottom-right position using primary plane");
igt_subtest_with_dynamic_f("plane-panning-bottom-right") {
data->flags = TEST_PANNING_BOTTOM_RIGHT;
- run_test(data, test_plane_panning);
+ run_test(data, dynamic_test_handler);
}
igt_describe("verify plane panning at bottom-right position using primary plane and executes system"
"suspend cycles");
igt_subtest_with_dynamic_f("plane-panning-bottom-right-suspend") {
data->flags = TEST_PANNING_BOTTOM_RIGHT | TEST_SUSPEND_RESUME;
- run_test(data, test_plane_panning);
+ run_test(data, dynamic_test_handler);
}
igt_describe("verify planar settings for pixel format are accepted or rejected correctly");
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✓ CI.xeBAT: success for tests/kms_plane: Convert to dynamic subtests
2024-05-24 3:10 [PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests Pranay Samala
@ 2024-05-24 4:13 ` Patchwork
2024-05-24 4:22 ` ✓ Fi.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-05-24 4:13 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4080 bytes --]
== Series Details ==
Series: tests/kms_plane: Convert to dynamic subtests
URL : https://patchwork.freedesktop.org/series/133997/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7871_BAT -> XEIGTPW_11185_BAT
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with XEIGTPW_11185_BAT need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11185_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11185_BAT:
### IGT changes ###
#### Warnings ####
* igt@xe_exec_compute_mode@twice-bindexecqueue:
- bat-pvc-2: [ABORT][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/bat-pvc-2/igt@xe_exec_compute_mode@twice-bindexecqueue.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/bat-pvc-2/igt@xe_exec_compute_mode@twice-bindexecqueue.html
New tests
---------
New tests have been introduced between XEIGT_7871_BAT and XEIGTPW_11185_BAT:
### New IGT tests (12) ###
* igt@kms_flip@basic-flip-vs-dpms@a-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.94] s
* igt@kms_flip@basic-flip-vs-dpms@b-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.62] s
* igt@kms_flip@basic-flip-vs-dpms@c-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.57] s
* igt@kms_flip@basic-flip-vs-modeset@a-edp1:
- Statuses : 1 pass(s)
- Exec time: [3.04] s
* igt@kms_flip@basic-flip-vs-modeset@b-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.47] s
* igt@kms_flip@basic-flip-vs-modeset@c-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.56] s
* igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.34] s
* igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.31] s
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.28] s
* igt@kms_flip@basic-plain-flip@a-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.29] s
* igt@kms_flip@basic-plain-flip@b-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.08] s
* igt@kms_flip@basic-plain-flip@c-edp1:
- Statuses : 1 pass(s)
- Exec time: [2.01] s
Known issues
------------
Here are the changes found in XEIGTPW_11185_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_exec_threads@threads-mixed-userptr-invalidate:
- bat-dg2-oem2: NOTRUN -> [ABORT][3] ([Intel XE#1908])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
#### Possible fixes ####
* igt@xe_exec_threads@threads-mixed-fd-basic:
- bat-dg2-oem2: [ABORT][4] ([Intel XE#1908]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-fd-basic.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-fd-basic.html
[Intel XE#1908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1908
Build changes
-------------
* IGT: IGT_7871 -> IGTPW_11185
* Linux: xe-1337-1cea2d72e1159a0a7923af196458aa68e6074f90 -> xe-1338-1385623a20ad940dab90bfaa4bc01fe599506e09
IGTPW_11185: 11185
IGT_7871: 1d7b961235e345db20933c057f265898e2e96fd2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1337-1cea2d72e1159a0a7923af196458aa68e6074f90: 1cea2d72e1159a0a7923af196458aa68e6074f90
xe-1338-1385623a20ad940dab90bfaa4bc01fe599506e09: 1385623a20ad940dab90bfaa4bc01fe599506e09
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/index.html
[-- Attachment #2: Type: text/html, Size: 5163 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ Fi.CI.BAT: success for tests/kms_plane: Convert to dynamic subtests
2024-05-24 3:10 [PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests Pranay Samala
2024-05-24 4:13 ` ✓ CI.xeBAT: success for " Patchwork
@ 2024-05-24 4:22 ` Patchwork
2024-05-24 5:25 ` ✗ CI.xeFULL: failure " Patchwork
2024-05-25 9:15 ` ✗ Fi.CI.IGT: " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-05-24 4:22 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 18434 bytes --]
== Series Details ==
Series: tests/kms_plane: Convert to dynamic subtests
URL : https://patchwork.freedesktop.org/series/133997/
State : success
== Summary ==
CI Bug Log - changes from IGT_7871 -> IGTPW_11185
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/index.html
Participating hosts (42 -> 39)
------------------------------
Additional (3): bat-dg2-11 bat-jsl-1 fi-kbl-8809g
Missing (6): bat-kbl-2 fi-snb-2520m fi-cfl-8109u fi-elk-e7500 bat-arls-1 bat-mtlp-6
New tests
---------
New tests have been introduced between IGT_7871 and IGTPW_11185:
### New IGT tests (64) ###
* igt@kms_flip@basic-flip-vs-dpms@a-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.72, 1.15] s
* igt@kms_flip@basic-flip-vs-dpms@a-edp1:
- Statuses : 8 pass(s)
- Exec time: [2.64, 2.87] s
* igt@kms_flip@basic-flip-vs-dpms@a-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.64, 0.90] s
* igt@kms_flip@basic-flip-vs-dpms@a-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.73, 1.10] s
* igt@kms_flip@basic-flip-vs-dpms@a-vga1:
- Statuses : 4 pass(s)
- Exec time: [0.89, 1.55] s
* igt@kms_flip@basic-flip-vs-dpms@b-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.65, 1.04] s
* igt@kms_flip@basic-flip-vs-dpms@b-edp1:
- Statuses : 8 pass(s)
- Exec time: [2.30, 2.43] s
* igt@kms_flip@basic-flip-vs-dpms@b-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.61, 0.88] s
* igt@kms_flip@basic-flip-vs-dpms@b-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.69, 0.83] s
* igt@kms_flip@basic-flip-vs-dpms@b-vga1:
- Statuses : 4 pass(s)
- Exec time: [0.84, 1.31] s
* igt@kms_flip@basic-flip-vs-dpms@c-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.65, 1.24] s
* igt@kms_flip@basic-flip-vs-dpms@c-edp1:
- Statuses : 8 pass(s)
- Exec time: [2.29, 2.43] s
* igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.60, 0.86] s
* igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a2:
- Statuses : 7 pass(s)
- Exec time: [0.67, 2.81] s
* igt@kms_flip@basic-flip-vs-dpms@c-vga1:
- Statuses : 1 pass(s)
- Exec time: [0.84] s
* igt@kms_flip@basic-flip-vs-dpms@d-edp1:
- Statuses : 4 pass(s)
- Exec time: [2.31, 2.37] s
* igt@kms_flip@basic-flip-vs-modeset@a-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.71, 1.13] s
* igt@kms_flip@basic-flip-vs-modeset@a-edp1:
- Statuses : 8 pass(s)
- Exec time: [2.66, 2.84] s
* igt@kms_flip@basic-flip-vs-modeset@a-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.64, 0.95] s
* igt@kms_flip@basic-flip-vs-modeset@a-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.72, 1.10] s
* igt@kms_flip@basic-flip-vs-modeset@a-vga1:
- Statuses : 4 pass(s)
- Exec time: [0.91, 1.50] s
* igt@kms_flip@basic-flip-vs-modeset@b-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.64, 1.26] s
* igt@kms_flip@basic-flip-vs-modeset@b-edp1:
- Statuses : 8 pass(s)
- Exec time: [2.30, 2.41] s
* igt@kms_flip@basic-flip-vs-modeset@b-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.58, 0.86] s
* igt@kms_flip@basic-flip-vs-modeset@b-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.66, 0.83] s
* igt@kms_flip@basic-flip-vs-modeset@b-vga1:
- Statuses : 4 pass(s)
- Exec time: [0.85, 1.24] s
* igt@kms_flip@basic-flip-vs-modeset@c-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.65, 1.27] s
* igt@kms_flip@basic-flip-vs-modeset@c-edp1:
- Statuses : 8 pass(s)
- Exec time: [2.29, 2.53] s
* igt@kms_flip@basic-flip-vs-modeset@c-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.58, 0.86] s
* igt@kms_flip@basic-flip-vs-modeset@c-hdmi-a2:
- Statuses : 7 pass(s)
- Exec time: [0.66, 2.79] s
* igt@kms_flip@basic-flip-vs-modeset@c-vga1:
- Statuses : 1 pass(s)
- Exec time: [0.84] s
* igt@kms_flip@basic-flip-vs-modeset@d-edp1:
- Statuses : 4 pass(s)
- Exec time: [2.29, 2.37] s
* igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
- Statuses : 4 pass(s)
- Exec time: [1.00, 1.41] s
* igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1:
- Statuses : 8 pass(s)
- Exec time: [1.98, 2.30] s
* igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.79, 1.18] s
* igt@kms_flip@basic-flip-vs-wf_vblank@a-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [1.01, 1.67] s
* igt@kms_flip@basic-flip-vs-wf_vblank@a-vga1:
- Statuses : 4 pass(s)
- Exec time: [1.14, 1.77] s
* igt@kms_flip@basic-flip-vs-wf_vblank@b-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.99, 1.32] s
* igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1:
- Statuses : 8 pass(s)
- Exec time: [1.98, 2.24] s
* igt@kms_flip@basic-flip-vs-wf_vblank@b-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.75, 1.14] s
* igt@kms_flip@basic-flip-vs-wf_vblank@b-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.98, 1.59] s
* igt@kms_flip@basic-flip-vs-wf_vblank@b-vga1:
- Statuses : 4 pass(s)
- Exec time: [1.11, 1.56] s
* igt@kms_flip@basic-flip-vs-wf_vblank@c-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.99, 1.45] s
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- Statuses : 8 pass(s)
- Exec time: [1.97, 2.26] s
* igt@kms_flip@basic-flip-vs-wf_vblank@c-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.76, 1.16] s
* igt@kms_flip@basic-flip-vs-wf_vblank@c-hdmi-a2:
- Statuses : 7 pass(s)
- Exec time: [0.96, 2.90] s
* igt@kms_flip@basic-flip-vs-wf_vblank@c-vga1:
- Statuses : 1 pass(s)
- Exec time: [1.11] s
* igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
- Statuses : 4 pass(s)
- Exec time: [1.98, 2.07] s
* igt@kms_flip@basic-plain-flip@a-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.72, 1.12] s
* igt@kms_flip@basic-plain-flip@a-edp1:
- Statuses : 8 pass(s)
- Exec time: [1.74, 2.02] s
* igt@kms_flip@basic-plain-flip@a-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.64, 0.90] s
* igt@kms_flip@basic-plain-flip@a-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.74, 1.06] s
* igt@kms_flip@basic-plain-flip@a-vga1:
- Statuses : 4 pass(s)
- Exec time: [0.84, 1.46] s
* igt@kms_flip@basic-plain-flip@b-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.70, 1.05] s
* igt@kms_flip@basic-plain-flip@b-edp1:
- Statuses : 8 pass(s)
- Exec time: [1.71, 1.96] s
* igt@kms_flip@basic-plain-flip@b-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.66, 0.85] s
* igt@kms_flip@basic-plain-flip@b-hdmi-a2:
- Statuses : 5 pass(s)
- Exec time: [0.69, 0.99] s
* igt@kms_flip@basic-plain-flip@b-vga1:
- Statuses : 4 pass(s)
- Exec time: [0.83, 1.27] s
* igt@kms_flip@basic-plain-flip@c-dp1:
- Statuses : 4 pass(s)
- Exec time: [0.71, 1.08] s
* igt@kms_flip@basic-plain-flip@c-edp1:
- Statuses : 8 pass(s)
- Exec time: [1.71, 1.98] s
* igt@kms_flip@basic-plain-flip@c-hdmi-a1:
- Statuses : 5 pass(s)
- Exec time: [0.64, 0.86] s
* igt@kms_flip@basic-plain-flip@c-hdmi-a2:
- Statuses : 7 pass(s)
- Exec time: [0.68, 2.49] s
* igt@kms_flip@basic-plain-flip@c-vga1:
- Statuses : 1 pass(s)
- Exec time: [0.83] s
* igt@kms_flip@basic-plain-flip@d-edp1:
- Statuses : 4 pass(s)
- Exec time: [1.72, 1.79] s
Known issues
------------
Here are the changes found in IGTPW_11185 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-jsl-1: NOTRUN -> [SKIP][1] ([i915#9318])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@debugfs_test@basic-hwmon.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-8809g: NOTRUN -> [SKIP][2] ([i915#2190])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html
- bat-jsl-1: NOTRUN -> [SKIP][3] ([i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-8809g: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/fi-kbl-8809g/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@verify-random:
- bat-jsl-1: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic:
- bat-dg2-11: NOTRUN -> [SKIP][6] ([i915#4083])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@gem_mmap@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg2-11: NOTRUN -> [SKIP][7] ([i915#4077]) +2 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic:
- bat-dg2-11: NOTRUN -> [SKIP][8] ([i915#4079]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-11: NOTRUN -> [SKIP][9] ([i915#6621])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@i915_pm_rps@basic-api.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- bat-dg2-11: NOTRUN -> [SKIP][10] ([i915#4212]) +7 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-11: NOTRUN -> [SKIP][11] ([i915#5190])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-11: NOTRUN -> [SKIP][12] ([i915#4215] / [i915#5190])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- bat-dg2-11: NOTRUN -> [SKIP][13] ([i915#4103] / [i915#4213]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-jsl-1: NOTRUN -> [SKIP][14] ([i915#4103]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-dg2-11: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#3840])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_dsc@dsc-basic.html
- bat-jsl-1: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#9886])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-kbl-8809g: NOTRUN -> [SKIP][17] +30 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/fi-kbl-8809g/igt@kms_force_connector_basic@force-load-detect.html
- bat-jsl-1: NOTRUN -> [SKIP][18]
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@kms_force_connector_basic@force-load-detect.html
- bat-dg2-11: NOTRUN -> [SKIP][19]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-11: NOTRUN -> [SKIP][20] ([i915#5274])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-11: NOTRUN -> [SKIP][21] ([i915#5354])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-dg2-11: NOTRUN -> [SKIP][22] ([i915#1072] / [i915#9732]) +3 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-11: NOTRUN -> [SKIP][23] ([i915#3555])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@kms_setmode@basic-clone-single-crtc.html
- bat-jsl-1: NOTRUN -> [SKIP][24] ([i915#3555])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-jsl-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-11: NOTRUN -> [SKIP][25] ([i915#3708])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-11: NOTRUN -> [SKIP][26] ([i915#3708] / [i915#4077]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-read:
- bat-dg2-11: NOTRUN -> [SKIP][27] ([i915#3291] / [i915#3708]) +2 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-dg2-11/igt@prime_vgem@basic-read.html
#### Possible fixes ####
* igt@i915_selftest@live@gtt:
- bat-arls-2: [DMESG-WARN][28] ([i915#10341]) -> [PASS][29]
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/bat-arls-2/igt@i915_selftest@live@gtt.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-arls-2/igt@i915_selftest@live@gtt.html
* igt@i915_selftest@live@ring_submission:
- bat-arls-2: [DMESG-FAIL][30] ([i915#10262]) -> [PASS][31] +16 other tests pass
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/bat-arls-2/igt@i915_selftest@live@ring_submission.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-arls-2/igt@i915_selftest@live@ring_submission.html
* igt@kms_flip@basic-flip-vs-dpms@b-dp7:
- {bat-mtlp-9}: [FAIL][32] ([i915#6121]) -> [PASS][33] +10 other tests pass
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/bat-mtlp-9/igt@kms_flip@basic-flip-vs-dpms@b-dp7.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-mtlp-9/igt@kms_flip@basic-flip-vs-dpms@b-dp7.html
* igt@kms_flip@basic-plain-flip@c-dp6:
- {bat-mtlp-9}: [DMESG-WARN][34] ([i915#11009]) -> [PASS][35] +1 other test pass
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/bat-mtlp-9/igt@kms_flip@basic-plain-flip@c-dp6.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-mtlp-9/igt@kms_flip@basic-plain-flip@c-dp6.html
* igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-6:
- {bat-mtlp-9}: [DMESG-FAIL][36] ([i915#11009]) -> [PASS][37]
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/bat-mtlp-9/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-6.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-mtlp-9/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-6.html
* igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-6:
- {bat-mtlp-9}: [FAIL][38] ([i915#10979]) -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/bat-mtlp-9/igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-6.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/bat-mtlp-9/igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-6.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10262]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10262
[i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10979]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10979
[i915#11009]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11009
[i915#11170]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11170
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6121
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7871 -> IGTPW_11185
CI-20190529: 20190529
CI_DRM_14813: 1385623a20ad940dab90bfaa4bc01fe599506e09 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11185: 11185
IGT_7871: 1d7b961235e345db20933c057f265898e2e96fd2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/index.html
[-- Attachment #2: Type: text/html, Size: 22445 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ CI.xeFULL: failure for tests/kms_plane: Convert to dynamic subtests
2024-05-24 3:10 [PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests Pranay Samala
2024-05-24 4:13 ` ✓ CI.xeBAT: success for " Patchwork
2024-05-24 4:22 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-05-24 5:25 ` Patchwork
2024-05-25 9:15 ` ✗ Fi.CI.IGT: " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-05-24 5:25 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 76461 bytes --]
== Series Details ==
Series: tests/kms_plane: Convert to dynamic subtests
URL : https://patchwork.freedesktop.org/series/133997/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7871_full -> XEIGTPW_11185_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11185_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11185_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (3 -> 2)
------------------------------
Missing (1): shard-adlp
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11185_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_crc@cursor-offscreen-256x256:
- shard-dg2-set2: NOTRUN -> [ABORT][1] +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_cursor_crc@cursor-offscreen-256x256.html
* igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race:
- shard-dg2-set2: [PASS][2] -> [ABORT][3] +3 other tests abort
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race.html
* igt@xe_module_load@many-reload:
- shard-dg2-set2: NOTRUN -> [FAIL][4]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@xe_module_load@many-reload.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180:
- {shard-lnl}: [PASS][5] -> [INCOMPLETE][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-8/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-8/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
- {shard-lnl}: [PASS][7] -> [ABORT][8]
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- {shard-lnl}: NOTRUN -> [INCOMPLETE][9]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@xe_pm@d3cold-mmap-system:
- {shard-lnl}: NOTRUN -> [SKIP][10]
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-7/igt@xe_pm@d3cold-mmap-system.html
New tests
---------
New tests have been introduced between XEIGT_7871_full and XEIGTPW_11185_full:
### New IGT tests (32) ###
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
- Statuses : 1 pass(s)
- Exec time: [11.98] s
* igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1:
- Statuses : 1 pass(s)
- Exec time: [11.77] s
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- Statuses : 1 pass(s)
- Exec time: [11.86] s
* igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
- Statuses : 1 pass(s)
- Exec time: [12.54] s
* igt@kms_flip@flip-vs-suspend-interruptible@b-edp1:
- Statuses : 1 pass(s)
- Exec time: [11.86] s
* igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
- Statuses : 1 pass(s)
- Exec time: [13.20] s
* igt@kms_plane@pixel-format@pipe-a-plane-0:
- Statuses : 2 pass(s)
- Exec time: [6.53, 8.52] s
* igt@kms_plane@pixel-format@pipe-a-plane-3:
- Statuses : 2 pass(s)
- Exec time: [3.83, 4.88] s
* igt@kms_plane@pixel-format@pipe-a-plane-5:
- Statuses : 2 pass(s)
- Exec time: [0.21, 0.22] s
* igt@kms_plane@pixel-format@pipe-b-plane-0:
- Statuses : 2 pass(s)
- Exec time: [6.65, 8.17] s
* igt@kms_plane@pixel-format@pipe-b-plane-3:
- Statuses : 2 pass(s)
- Exec time: [3.85, 4.90] s
* igt@kms_plane@pixel-format@pipe-b-plane-5:
- Statuses : 2 pass(s)
- Exec time: [0.21] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-1:
- Statuses : 2 pass(s)
- Exec time: [0.48, 2.81] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-2:
- Statuses : 2 pass(s)
- Exec time: [0.47, 2.72] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3:
- Statuses : 2 pass(s)
- Exec time: [0.47, 2.81] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-4:
- Statuses : 2 pass(s)
- Exec time: [0.48, 2.80] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-5:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1:
- Statuses : 2 pass(s)
- Exec time: [0.51, 3.49] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2:
- Statuses : 2 pass(s)
- Exec time: [0.50, 2.81] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3:
- Statuses : 2 pass(s)
- Exec time: [0.50, 2.78] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4:
- Statuses : 2 pass(s)
- Exec time: [0.50, 2.78] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-5:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.02] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-1:
- Statuses : 2 pass(s)
- Exec time: [0.35, 1.51] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-2:
- Statuses : 2 pass(s)
- Exec time: [0.35, 1.50] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-3:
- Statuses : 2 pass(s)
- Exec time: [0.36, 1.52] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-4:
- Statuses : 2 pass(s)
- Exec time: [0.35, 1.47] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-5:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-1:
- Statuses : 2 pass(s)
- Exec time: [0.37, 1.50] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-2:
- Statuses : 2 pass(s)
- Exec time: [0.36, 1.42] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-3:
- Statuses : 2 pass(s)
- Exec time: [0.36, 1.51] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-4:
- Statuses : 2 pass(s)
- Exec time: [0.36, 1.45] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-5:
- Statuses : 2 pass(s)
- Exec time: [0.01, 0.03] s
Known issues
------------
Here are the changes found in XEIGTPW_11185_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events:
- shard-dg2-set2: [PASS][11] -> [DMESG-WARN][12] ([Intel XE#1214])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_async_flips@async-flip-with-page-flip-events.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1201] / [Intel XE#829])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#316])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#1124] / [Intel XE#1201]) +5 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#367]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-3-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1201] / [Intel XE#367])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +7 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#787]) +13 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-b-dp-4.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#455] / [Intel XE#787]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#1201] / [Intel XE#787]) +27 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_chamelium_color@ctm-negative:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#1201] / [Intel XE#306])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#373]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: NOTRUN -> [FAIL][26] ([Intel XE#1178]) +1 other test fail
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#1201] / [Intel XE#455]) +6 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x256@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][28] -> [DMESG-WARN][29] ([Intel XE#282]) +1 other test dmesg-warn
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-435/igt@kms_cursor_crc@cursor-rapid-movement-256x256@pipe-a-hdmi-a-6.html
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-256x256@pipe-a-hdmi-a-6.html
* igt@kms_cursor_legacy@cursora-vs-flipa-atomic:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][30] ([Intel XE#1214] / [Intel XE#282])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions:
- shard-dg2-set2: [PASS][31] -> [DMESG-WARN][32] ([Intel XE#1214] / [Intel XE#282]) +5 other tests dmesg-warn
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#1201] / [Intel XE#776])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#1137] / [Intel XE#1201])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#1135] / [Intel XE#1201])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_feature_discovery@psr1.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#455]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#1201] / [Intel XE#1226] / [Intel XE#783])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#651]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1201] / [Intel XE#651]) +8 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1201] / [Intel XE#653]) +15 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#653])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
- shard-dg2-set2: NOTRUN -> [FAIL][42] ([Intel XE#616]) +3 other tests fail
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: [PASS][43] -> [FAIL][44] ([Intel XE#361])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#1201] / [Intel XE#498]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers:
- shard-dg2-set2: [PASS][47] -> [SKIP][48] ([Intel XE#1201] / [Intel XE#1226]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#1129] / [Intel XE#1201])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-434/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr@fbc-pr-cursor-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#1201] / [Intel XE#929]) +4 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_psr@fbc-pr-cursor-plane-move.html
* igt@kms_psr@psr2-cursor-render:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#929])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_psr@psr2-cursor-render.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#1123] / [Intel XE#1201])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_create@multigpu-create-massive-size:
- shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#944])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_evict@evict-beng-threads-large:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][56] ([Intel XE#1195] / [Intel XE#1473])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#1201] / [Intel XE#288]) +10 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-prefetch.html
* igt@xe_exec_fault_mode@once-basic:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#288]) +4 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_exec_fault_mode@once-basic.html
* igt@xe_exec_threads@threads-hang-userptr:
- shard-dg2-set2: [PASS][59] -> [FAIL][60] ([Intel XE#1256])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@xe_exec_threads@threads-hang-userptr.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_exec_threads@threads-hang-userptr.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#1201] / [Intel XE#255])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@xe_huc_copy@huc_copy.html
* igt@xe_live_ktest@xe_mocs:
- shard-dg2-set2: [PASS][62] -> [SKIP][63] ([Intel XE#1192] / [Intel XE#1201])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@xe_live_ktest@xe_mocs.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_live_ktest@xe_mocs.html
* igt@xe_media_fill@media-fill:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#1201] / [Intel XE#560])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_media_fill@media-fill.html
* igt@xe_pm@s2idle-multiple-execs:
- shard-dg2-set2: NOTRUN -> [ABORT][65] ([Intel XE#1358])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@xe_pm@s2idle-multiple-execs.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#1201] / [Intel XE#366]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-dg2-set2: [PASS][67] -> [DMESG-WARN][68] ([Intel XE#1162] / [Intel XE#1214])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@xe_pm@s3-d3hot-basic-exec.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@xe_pm@s3-d3hot-basic-exec.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-dg2-set2: [PASS][69] -> [ABORT][70] ([Intel XE#1162] / [Intel XE#1358])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-434/igt@xe_pm@s4-d3hot-basic-exec.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-434/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_query@multigpu-query-cs-cycles:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#944])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_query@multigpu-query-cs-cycles.html
#### Possible fixes ####
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs:
- {shard-lnl}: [FAIL][72] ([Intel XE#1701]) -> [PASS][73] +1 other test pass
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-5/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-6/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6:
- shard-dg2-set2: [FAIL][74] ([Intel XE#1388]) -> [PASS][75] +1 other test pass
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-dg2-set2: [SKIP][76] ([Intel XE#1201] / [Intel XE#829]) -> [PASS][77] +1 other test pass
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_cursor_edge_walk@128x128-right-edge:
- shard-dg2-set2: [FAIL][78] ([Intel XE#581]) -> [PASS][79]
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_cursor_edge_walk@128x128-right-edge.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_cursor_edge_walk@128x128-right-edge.html
- {shard-lnl}: [FAIL][80] ([Intel XE#581]) -> [PASS][81]
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-6/igt@kms_cursor_edge_walk@128x128-right-edge.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-5/igt@kms_cursor_edge_walk@128x128-right-edge.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2-set2: [DMESG-WARN][82] ([Intel XE#282] / [Intel XE#910]) -> [PASS][83]
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic:
- shard-dg2-set2: [DMESG-WARN][84] ([Intel XE#282]) -> [PASS][85]
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@single-bo@pipe-b:
- shard-dg2-set2: [DMESG-WARN][86] ([Intel XE#1214] / [Intel XE#282]) -> [PASS][87] +6 other tests pass
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_cursor_legacy@single-bo@pipe-b.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_cursor_legacy@single-bo@pipe-b.html
* igt@kms_cursor_legacy@torture-move@pipe-a:
- shard-dg2-set2: [DMESG-WARN][88] ([Intel XE#1214] / [Intel XE#877]) -> [PASS][89] +2 other tests pass
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@kms_cursor_legacy@torture-move@pipe-a.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-a.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render:
- {shard-lnl}: [ABORT][90] -> [PASS][91] +2 other tests pass
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: [SKIP][92] ([Intel XE#1201] / [Intel XE#417]) -> [PASS][93]
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_hdmi_inject@inject-audio.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: [FAIL][94] ([Intel XE#361]) -> [PASS][95]
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_pm_dc@dc6-dpms:
- {shard-lnl}: [FAIL][96] ([Intel XE#1430]) -> [PASS][97]
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-8/igt@kms_pm_dc@dc6-dpms.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_prop_blob@blob-prop-validate:
- shard-dg2-set2: [SKIP][98] ([Intel XE#1201] / [Intel XE#780]) -> [PASS][99]
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_prop_blob@blob-prop-validate.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_prop_blob@blob-prop-validate.html
* igt@kms_properties@invalid-properties-legacy:
- shard-dg2-set2: [SKIP][100] ([Intel XE#1201]) -> [PASS][101] +8 other tests pass
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_properties@invalid-properties-legacy.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_properties@invalid-properties-legacy.html
- {shard-lnl}: [SKIP][102] ([Intel XE#1646] / [Intel XE#1650]) -> [PASS][103] +3 other tests pass
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-6/igt@kms_properties@invalid-properties-legacy.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-3/igt@kms_properties@invalid-properties-legacy.html
* igt@kms_rotation_crc@sprite-rotation-180:
- shard-dg2-set2: [INCOMPLETE][104] ([Intel XE#1195]) -> [PASS][105] +2 other tests pass
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@kms_rotation_crc@sprite-rotation-180.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-180.html
* igt@xe_evict@evict-threads-large:
- shard-dg2-set2: [TIMEOUT][106] ([Intel XE#1473] / [Intel XE#392]) -> [PASS][107] +1 other test pass
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@xe_evict@evict-threads-large.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@xe_evict@evict-threads-large.html
* igt@xe_exec_balancer@many-parallel-userptr:
- shard-dg2-set2: [ABORT][108] -> [PASS][109] +6 other tests pass
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-434/igt@xe_exec_balancer@many-parallel-userptr.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_exec_balancer@many-parallel-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race:
- {shard-lnl}: [ABORT][110] ([Intel XE#1761]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-3/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-invalid-fault:
- {shard-lnl}: [DMESG-WARN][112] ([Intel XE#1638]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-1/igt@xe_exec_fault_mode@many-invalid-fault.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-2/igt@xe_exec_fault_mode@many-invalid-fault.html
* igt@xe_exec_threads@threads-hang-shared-vm-userptr-invalidate:
- {shard-lnl}: [INCOMPLETE][114] ([Intel XE#1169] / [Intel XE#1330]) -> [PASS][115]
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-lnl-4/igt@xe_exec_threads@threads-hang-shared-vm-userptr-invalidate.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-lnl-8/igt@xe_exec_threads@threads-hang-shared-vm-userptr-invalidate.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-dg2-set2: [SKIP][116] ([Intel XE#1192] / [Intel XE#1201]) -> [PASS][117]
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@xe_live_ktest@xe_dma_buf.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_pm@s3-basic-exec:
- shard-dg2-set2: [ABORT][118] ([Intel XE#1162] / [Intel XE#1358]) -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@xe_pm@s3-basic-exec.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][120] ([Intel XE#1162] / [Intel XE#1214]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@xe_pm@s3-vm-bind-unbind-all.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_vm@large-misaligned-binds-2097152:
- shard-dg2-set2: [DMESG-WARN][122] -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@xe_vm@large-misaligned-binds-2097152.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_vm@large-misaligned-binds-2097152.html
#### Warnings ####
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][124] ([Intel XE#316]) -> [SKIP][125] ([Intel XE#1201] / [Intel XE#316]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][126] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][127] ([Intel XE#316]) +2 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-434/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-dg2-set2: [SKIP][128] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][129] ([Intel XE#1124] / [Intel XE#1201])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][130] ([Intel XE#1201] / [Intel XE#619]) -> [SKIP][131] ([Intel XE#619])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][132] ([Intel XE#1201] / [Intel XE#607]) -> [SKIP][133] ([Intel XE#607])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2-set2: [SKIP][134] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][135] ([Intel XE#1124]) +3 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: [SKIP][136] ([Intel XE#1124]) -> [SKIP][137] ([Intel XE#1124] / [Intel XE#1201]) +5 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_joiner@basic:
- shard-dg2-set2: [SKIP][138] ([Intel XE#346]) -> [SKIP][139] ([Intel XE#1201] / [Intel XE#346])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_big_joiner@basic.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_big_joiner@basic.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2-set2: [SKIP][140] ([Intel XE#1201]) -> [SKIP][141] ([Intel XE#1201] / [Intel XE#346])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_big_joiner@invalid-modeset.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: [SKIP][142] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][143] ([Intel XE#367])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-434/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-1-displays-3840x2160p:
- shard-dg2-set2: [SKIP][144] ([Intel XE#367]) -> [SKIP][145] ([Intel XE#1201] / [Intel XE#367])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][146] ([Intel XE#1201]) -> [SKIP][147] ([Intel XE#1201] / [Intel XE#367])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
- shard-dg2-set2: [SKIP][148] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][149] ([Intel XE#1201] / [Intel XE#1226])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [SKIP][150] ([Intel XE#787]) -> [SKIP][151] ([Intel XE#1201] / [Intel XE#787]) +41 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-4.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][152] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][153] ([Intel XE#787]) +48 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][154] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][155] ([Intel XE#455] / [Intel XE#787]) +13 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][156] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][157] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +11 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [ABORT][158] -> [SKIP][159] ([Intel XE#1201] / [Intel XE#829])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs:
- shard-dg2-set2: [SKIP][160] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][161] ([Intel XE#455] / [Intel XE#787])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: [SKIP][162] ([Intel XE#1152]) -> [SKIP][163] ([Intel XE#1152] / [Intel XE#1201]) +3 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-434/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_audio@dp-audio:
- shard-dg2-set2: [SKIP][164] ([Intel XE#373]) -> [SKIP][165] ([Intel XE#1201] / [Intel XE#373]) +4 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_chamelium_audio@dp-audio.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: [SKIP][166] ([Intel XE#1201]) -> [SKIP][167] ([Intel XE#306])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_chamelium_color@ctm-limited-range.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2-set2: [SKIP][168] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][169] ([Intel XE#306])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_chamelium_color@ctm-max.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg2-set2: [SKIP][170] ([Intel XE#1201]) -> [SKIP][171] ([Intel XE#373])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-cmp-planes-random:
- shard-dg2-set2: [SKIP][172] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][173] ([Intel XE#1201] / [Intel XE#1226]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate:
- shard-dg2-set2: [SKIP][174] ([Intel XE#1201]) -> [SKIP][175] ([Intel XE#1201] / [Intel XE#373])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][176] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][177] ([Intel XE#373]) +6 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_chamelium_hpd@vga-hpd.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2-set2: [SKIP][178] ([Intel XE#1201] / [Intel XE#307]) -> [SKIP][179] ([Intel XE#307])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-1.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: [SKIP][180] ([Intel XE#307]) -> [SKIP][181] ([Intel XE#1201] / [Intel XE#307])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_content_protection@dp-mst-type-0.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2-set2: [SKIP][182] ([Intel XE#308]) -> [SKIP][183] ([Intel XE#1201] / [Intel XE#308])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x512.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-dg2-set2: [SKIP][184] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][185] ([Intel XE#308])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2-set2: [SKIP][186] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][187] ([Intel XE#1201] / [Intel XE#1226] / [Intel XE#1234])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2-set2: [SKIP][188] ([Intel XE#1201]) -> [SKIP][189] ([Intel XE#1201] / [Intel XE#308])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x512.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-dg2-set2: [DMESG-WARN][190] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) -> [DMESG-WARN][191] ([Intel XE#1214] / [Intel XE#282])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-dg2-set2: [SKIP][192] ([Intel XE#1201]) -> [DMESG-WARN][193] ([Intel XE#1214] / [Intel XE#282])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: [DMESG-WARN][194] ([Intel XE#1214] / [Intel XE#282]) -> [DMESG-WARN][195] ([Intel XE#282]) +7 other tests dmesg-warn
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-435/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/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-set2: [SKIP][196] ([Intel XE#323]) -> [SKIP][197] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@single-move:
- shard-dg2-set2: [DMESG-WARN][198] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#877]) -> [DMESG-WARN][199] ([Intel XE#282])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@kms_cursor_legacy@single-move.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_cursor_legacy@single-move.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2-set2: [SKIP][200] ([Intel XE#703]) -> [SKIP][201] ([Intel XE#1201] / [Intel XE#703])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_feature_discovery@display-3x.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_feature_discovery@display-3x.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: [SKIP][202] ([Intel XE#1201] / [i915#5274]) -> [SKIP][203] ([i915#5274])
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@kms_force_connector_basic@prune-stale-modes.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
- shard-dg2-set2: [SKIP][204] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][205] ([Intel XE#651]) +22 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][206] ([Intel XE#1201]) -> [SKIP][207] ([Intel XE#1201] / [Intel XE#651]) +1 other test skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-mmap-wc.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][208] ([Intel XE#651]) -> [SKIP][209] ([Intel XE#1201] / [Intel XE#1226])
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-rte:
- shard-dg2-set2: [SKIP][210] ([Intel XE#1201]) -> [SKIP][211] ([Intel XE#651])
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-rte.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-rte.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
- shard-dg2-set2: [SKIP][212] ([Intel XE#651]) -> [SKIP][213] ([Intel XE#1201] / [Intel XE#651]) +15 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][214] ([Intel XE#1201]) -> [SKIP][215] ([Intel XE#1201] / [Intel XE#653]) +2 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-wc.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][216] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][217] ([Intel XE#653]) +18 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][218] ([Intel XE#1201]) -> [SKIP][219] ([Intel XE#653]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][220] ([Intel XE#653]) -> [SKIP][221] ([Intel XE#1201] / [Intel XE#653]) +11 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-dg2-set2: [FAIL][222] ([Intel XE#616]) -> [DMESG-FAIL][223] ([Intel XE#1162]) +1 other test dmesg-fail
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2-set2: [SKIP][224] ([Intel XE#455]) -> [SKIP][225] ([Intel XE#1201] / [Intel XE#455]) +7 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_plane_lowres@tiling-y.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][226] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][227] ([Intel XE#455]) +10 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@kms_plane_multiple@tiling-y.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2-set2: [SKIP][228] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) -> [SKIP][229] ([Intel XE#305] / [Intel XE#455]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6:
- shard-dg2-set2: [SKIP][230] ([Intel XE#1201] / [Intel XE#305]) -> [SKIP][231] ([Intel XE#305]) +2 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: [SKIP][232] ([Intel XE#870]) -> [SKIP][233] ([Intel XE#1201] / [Intel XE#870])
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg2-set2: [SKIP][234] ([Intel XE#1201]) -> [SKIP][235] ([Intel XE#1201] / [Intel XE#929])
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-435/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2-set2: [SKIP][236] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][237] ([Intel XE#1122])
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-434/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: [SKIP][238] ([Intel XE#1122]) -> [SKIP][239] ([Intel XE#1122] / [Intel XE#1201]) +1 other test skip
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_psr2_su@page_flip-p010.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-no-drrs:
- shard-dg2-set2: [SKIP][240] ([Intel XE#929]) -> [SKIP][241] ([Intel XE#1201] / [Intel XE#929]) +6 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_psr@fbc-psr-no-drrs.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_psr@fbc-psr-no-drrs.html
* igt@kms_psr@fbc-psr2-dpms:
- shard-dg2-set2: [SKIP][242] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][243] ([Intel XE#929]) +12 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@kms_psr@fbc-psr2-dpms.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_psr@fbc-psr2-dpms.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: [SKIP][244] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][245] ([Intel XE#1127])
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: [SKIP][246] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][247] ([Intel XE#327]) +3 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-dg2-set2: [SKIP][248] ([Intel XE#1201]) -> [SKIP][249] ([Intel XE#1201] / [Intel XE#455]) +2 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_scaling_modes@scaling-mode-full.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [FAIL][250] ([Intel XE#1729]) -> [SKIP][251] ([Intel XE#1201] / [Intel XE#362])
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-dg2-set2: [DMESG-WARN][252] ([Intel XE#1162]) -> [DMESG-WARN][253] ([Intel XE#1162] / [Intel XE#1214]) +1 other test dmesg-warn
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@kms_vblank@ts-continuation-dpms-suspend.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vrr@flip-basic:
- shard-dg2-set2: [SKIP][254] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][255] ([Intel XE#1201] / [Intel XE#1226])
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@kms_vrr@flip-basic.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-433/igt@kms_vrr@flip-basic.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg2-set2: [SKIP][256] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][257] ([Intel XE#756])
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-433/igt@kms_writeback@writeback-pixel-formats.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@kms_writeback@writeback-pixel-formats.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2-set2: [SKIP][258] ([Intel XE#1091]) -> [SKIP][259] ([Intel XE#1091] / [Intel XE#1201])
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@sriov_basic@bind-unbind-vf.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-464/igt@sriov_basic@bind-unbind-vf.html
* igt@xe_copy_basic@mem-copy-linear-0xfd:
- shard-dg2-set2: [SKIP][260] ([Intel XE#1123]) -> [SKIP][261] ([Intel XE#1123] / [Intel XE#1201])
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfd.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfd.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-dg2-set2: [SKIP][262] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][263] ([Intel XE#1123])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_copy_basic@mem-set-linear-0xfd:
- shard-dg2-set2: [SKIP][264] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][265] ([Intel XE#1126]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfd.html
* igt@xe_evict@evict-beng-mixed-many-threads-large:
- shard-dg2-set2: [INCOMPLETE][266] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [TIMEOUT][267] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392])
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-large.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-large:
- shard-dg2-set2: [TIMEOUT][268] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][269] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392])
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-large.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: [SKIP][270] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][271] ([Intel XE#288]) +17 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: [SKIP][272] ([Intel XE#288]) -> [SKIP][273] ([Intel XE#1201] / [Intel XE#288]) +15 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_module_load@force-load:
- shard-dg2-set2: [SKIP][274] ([Intel XE#1201] / [Intel XE#378]) -> [SKIP][275] ([Intel XE#378])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-463/igt@xe_module_load@force-load.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_module_load@force-load.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: [SKIP][276] ([Intel XE#1337]) -> [SKIP][277] ([Intel XE#1201] / [Intel XE#1337])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-463/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: [SKIP][278] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][279] ([Intel XE#366])
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-466/igt@xe_pm@s2idle-d3cold-basic-exec.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_query@multigpu-query-gt-list:
- shard-dg2-set2: [SKIP][280] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][281] ([Intel XE#944]) +2 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@xe_query@multigpu-query-gt-list.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_query@multigpu-query-gt-list.html
* igt@xe_wedged@basic-wedged:
- shard-dg2-set2: [DMESG-WARN][282] ([Intel XE#1214] / [Intel XE#1760]) -> [DMESG-WARN][283] ([Intel XE#1760])
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-436/igt@xe_wedged@basic-wedged.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-432/igt@xe_wedged@basic-wedged.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-dg2-set2: [DMESG-WARN][284] ([Intel XE#1214] / [Intel XE#1760]) -> [DMESG-FAIL][285] ([Intel XE#1760])
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7871/shard-dg2-464/igt@xe_wedged@wedged-at-any-timeout.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/shard-dg2-436/igt@xe_wedged@wedged-at-any-timeout.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041
[Intel XE#1081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1081
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1214
[Intel XE#1226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1226
[Intel XE#1234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1234
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1256]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1256
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1330
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1388]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1388
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1442
[Intel XE#1446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1446
[Intel XE#1462]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1462
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
[Intel XE#1488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1488
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1638]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1638
[Intel XE#1641]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1641
[Intel XE#1646]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1646
[Intel XE#1650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1650
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1663]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1663
[Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1761]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1761
[Intel XE#1830]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1830
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/305
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/374
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#581]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/581
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/780
[Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#910]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/910
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_7871 -> IGTPW_11185
* Linux: xe-1337-1cea2d72e1159a0a7923af196458aa68e6074f90 -> xe-1338-1385623a20ad940dab90bfaa4bc01fe599506e09
IGTPW_11185: 11185
IGT_7871: 1d7b961235e345db20933c057f265898e2e96fd2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1337-1cea2d72e1159a0a7923af196458aa68e6074f90: 1cea2d72e1159a0a7923af196458aa68e6074f90
xe-1338-1385623a20ad940dab90bfaa4bc01fe599506e09: 1385623a20ad940dab90bfaa4bc01fe599506e09
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11185/index.html
[-- Attachment #2: Type: text/html, Size: 100170 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/kms_plane: Convert to dynamic subtests
2024-05-24 3:10 [PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests Pranay Samala
` (2 preceding siblings ...)
2024-05-24 5:25 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-05-25 9:15 ` Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-05-25 9:15 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100264 bytes --]
== Series Details ==
Series: tests/kms_plane: Convert to dynamic subtests
URL : https://patchwork.freedesktop.org/series/133997/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7871_full -> IGTPW_11185_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11185_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11185_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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_11185/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_11185_full:
### IGT changes ###
#### Possible regressions ####
* igt@core_getversion@basic:
- shard-dg2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@core_getversion@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@core_getversion@basic.html
* igt@core_setmaster@master-drop-set-shared-fd:
- shard-dg2: [PASS][3] -> [SKIP][4] +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html
* igt@gem_exec_reloc@basic-concurrent16:
- shard-snb: [PASS][5] -> [ABORT][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-snb6/igt@gem_exec_reloc@basic-concurrent16.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-snb5/igt@gem_exec_reloc@basic-concurrent16.html
New tests
---------
New tests have been introduced between IGT_7871_full and IGTPW_11185_full:
### New IGT tests (82) ###
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.15] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.15] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.17] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_flip@2x-wf_vblank-ts-check@ab-hdmi-a1-hdmi-a2:
- Statuses : 1 pass(s)
- Exec time: [10.92] s
* igt@kms_flip@2x-wf_vblank-ts-check@ac-hdmi-a1-hdmi-a2:
- Statuses : 1 pass(s)
- Exec time: [10.84] s
* igt@kms_flip@2x-wf_vblank-ts-check@bc-hdmi-a1-hdmi-a2:
- Statuses : 1 pass(s)
- Exec time: [10.83] s
* igt@kms_flip@flip-vs-modeset-vs-hang@d-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [50.06] s
* igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-0:
- Statuses : 4 pass(s)
- Exec time: [2.46, 7.08] s
* igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-1:
- Statuses : 1 pass(s)
- Exec time: [1.06] s
* igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3:
- Statuses : 3 pass(s)
- Exec time: [3.10, 3.98] s
* igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-5:
- Statuses : 3 pass(s)
- Exec time: [0.0, 1.87] s
* igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-7:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0:
- Statuses : 4 pass(s)
- Exec time: [2.44, 6.85] s
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-1:
- Statuses : 1 pass(s)
- Exec time: [1.06] s
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3:
- Statuses : 3 pass(s)
- Exec time: [3.11, 4.00] s
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-5:
- Statuses : 3 pass(s)
- Exec time: [0.0, 1.86] s
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-7:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_plane@pixel-format@pipe-a-plane-0:
- Statuses : 4 pass(s)
- Exec time: [2.00, 7.08] s
* igt@kms_plane@pixel-format@pipe-a-plane-1:
- Statuses : 1 pass(s)
- Exec time: [1.06] s
* igt@kms_plane@pixel-format@pipe-a-plane-2:
- Statuses : 1 pass(s)
- Exec time: [0.22] s
* igt@kms_plane@pixel-format@pipe-a-plane-3:
- Statuses : 3 pass(s)
- Exec time: [3.08, 4.06] s
* igt@kms_plane@pixel-format@pipe-a-plane-5:
- Statuses : 3 pass(s)
- Exec time: [0.18, 1.87] s
* igt@kms_plane@pixel-format@pipe-a-plane-7:
- Statuses : 1 pass(s)
- Exec time: [0.11] s
* igt@kms_plane@pixel-format@pipe-b-plane-0:
- Statuses : 4 pass(s)
- Exec time: [2.00, 6.91] s
* igt@kms_plane@pixel-format@pipe-b-plane-1:
- Statuses : 1 pass(s)
- Exec time: [1.06] s
* igt@kms_plane@pixel-format@pipe-b-plane-2:
- Statuses : 1 pass(s)
- Exec time: [0.21] s
* igt@kms_plane@pixel-format@pipe-b-plane-3:
- Statuses : 3 pass(s)
- Exec time: [3.09, 3.98] s
* igt@kms_plane@pixel-format@pipe-b-plane-5:
- Statuses : 3 pass(s)
- Exec time: [0.18, 1.86] s
* igt@kms_plane@pixel-format@pipe-b-plane-7:
- Statuses : 1 pass(s)
- Exec time: [0.11] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-1:
- Statuses : 6 pass(s)
- Exec time: [0.19, 0.47] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-2:
- Statuses : 6 pass(s)
- Exec time: [0.01, 0.49] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-3:
- Statuses : 5 pass(s)
- Exec time: [0.19, 0.49] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-4:
- Statuses : 5 pass(s)
- Exec time: [0.02, 0.33] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-5:
- Statuses : 4 pass(s)
- Exec time: [0.01, 0.33] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-6:
- Statuses : 2 pass(s)
- Exec time: [0.18, 0.33] s
* igt@kms_plane@plane-position-covered@pipe-a-plane-7:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.02] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-1:
- Statuses : 6 pass(s)
- Exec time: [0.18, 0.49] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-2:
- Statuses : 6 pass(s)
- Exec time: [0.01, 0.49] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-3:
- Statuses : 5 pass(s)
- Exec time: [0.18, 0.48] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-4:
- Statuses : 5 pass(s)
- Exec time: [0.02, 0.34] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-5:
- Statuses : 4 pass(s)
- Exec time: [0.00, 0.34] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-6:
- Statuses : 2 pass(s)
- Exec time: [0.18, 0.34] s
* igt@kms_plane@plane-position-covered@pipe-b-plane-7:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.03] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-1:
- Statuses : 4 pass(s)
- Exec time: [0.24, 2.50] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-2:
- Statuses : 4 pass(s)
- Exec time: [0.01, 2.49] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3:
- Statuses : 3 pass(s)
- Exec time: [0.25, 2.52] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-4:
- Statuses : 3 pass(s)
- Exec time: [0.24, 2.47] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-5:
- Statuses : 3 pass(s)
- Exec time: [0.03, 0.40] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-6:
- Statuses : 2 pass(s)
- Exec time: [0.24, 0.39] s
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-7:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.02] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1:
- Statuses : 4 pass(s)
- Exec time: [0.23, 2.52] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2:
- Statuses : 4 pass(s)
- Exec time: [0.01, 2.48] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3:
- Statuses : 3 pass(s)
- Exec time: [0.24, 2.50] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4:
- Statuses : 3 pass(s)
- Exec time: [0.23, 2.51] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-5:
- Statuses : 3 pass(s)
- Exec time: [0.03, 0.37] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-6:
- Statuses : 2 pass(s)
- Exec time: [0.23, 0.39] s
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-7:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.02] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-1:
- Statuses : 5 pass(s)
- Exec time: [0.19, 1.37] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-2:
- Statuses : 5 pass(s)
- Exec time: [0.01, 1.34] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-3:
- Statuses : 4 pass(s)
- Exec time: [0.19, 1.33] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-4:
- Statuses : 4 pass(s)
- Exec time: [0.19, 1.35] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-5:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.33] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-6:
- Statuses : 2 pass(s)
- Exec time: [0.19, 0.32] s
* igt@kms_plane@plane-position-hole@pipe-a-plane-7:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.02] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-1:
- Statuses : 5 pass(s)
- Exec time: [0.19, 1.37] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-2:
- Statuses : 5 pass(s)
- Exec time: [0.01, 1.33] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-3:
- Statuses : 4 pass(s)
- Exec time: [0.18, 1.35] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-4:
- Statuses : 4 pass(s)
- Exec time: [0.18, 1.34] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-5:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.33] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-6:
- Statuses : 2 pass(s)
- Exec time: [0.18, 0.34] s
* igt@kms_plane@plane-position-hole@pipe-b-plane-7:
- Statuses : 2 pass(s)
- Exec time: [0.00, 0.03] s
Known issues
------------
Here are the changes found in IGTPW_11185_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#8411]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#8411])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#6230])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@api_intel_bb@crc32.html
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#6230])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@api_intel_bb@crc32.html
* igt@device_reset@cold-reset-bound:
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#11078])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +11 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@drm_fdinfo@busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8414]) +13 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@drm_fdinfo@busy@vcs1:
- shard-dg1: NOTRUN -> [SKIP][14] ([i915#8414]) +4 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-13/igt@drm_fdinfo@busy@vcs1.html
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][15] -> [FAIL][16] ([i915#7742])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@fbdev@info:
- shard-dg2: [PASS][17] -> [SKIP][18] ([i915#1849] / [i915#2582])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-4/igt@fbdev@info.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@fbdev@info.html
* igt@fbdev@nullptr:
- shard-dg2: [PASS][19] -> [SKIP][20] ([i915#2582])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@fbdev@nullptr.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@fbdev@nullptr.html
* igt@fbdev@unaligned-write:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#2582])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@fbdev@unaligned-write.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-tglu: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#9323])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-5/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-mtlp: NOTRUN -> [SKIP][23] ([i915#3555] / [i915#9323])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@gem_ccs@ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#3555] / [i915#9323])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#9323])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][26] ([i915#7697])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu: NOTRUN -> [SKIP][27] ([i915#6335])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-10/igt@gem_create@create-ext-cpu-access-big.html
- shard-mtlp: NOTRUN -> [SKIP][28] ([i915#6335])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@gem_create@create-ext-cpu-access-big.html
- shard-dg2: NOTRUN -> [ABORT][29] ([i915#9846])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-3/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_engines@execute-allforone:
- shard-dg2: [PASS][30] -> [SKIP][31] ([i915#2575]) +175 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-5/igt@gem_ctx_engines@execute-allforone.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_ctx_engines@execute-allforone.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#8555])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#5882]) +6 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs0:
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#5882]) +5 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-4/igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs0.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#280])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][36] -> [FAIL][37] ([i915#5784]) +1 other test fail
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg1-16/igt@gem_eio@unwedge-stress.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-pair:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#4771])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-5/igt@gem_exec_balancer@bonded-pair.html
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#4771])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4812]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-rkl: NOTRUN -> [SKIP][41] ([i915#4525])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_fair@basic-deadline:
- shard-dg1: NOTRUN -> [SKIP][42] ([i915#3539] / [i915#4852]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@gem_exec_fair@basic-deadline.html
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4473] / [i915#4771])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglu: [PASS][44] -> [FAIL][45] ([i915#2842])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-4/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglu: NOTRUN -> [FAIL][46] ([i915#2842]) +1 other test fail
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-6/igt@gem_exec_fair@basic-none-vip@rcs0.html
- shard-glk: NOTRUN -> [FAIL][47] ([i915#2842])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-glk8/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [PASS][48] -> [FAIL][49] ([i915#2842]) +1 other test fail
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-rkl-2/igt@gem_exec_fair@basic-pace@rcs0.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#3539] / [i915#4852]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#3281]) +3 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-cpu-gtt-active:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#3281])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-gtt-active.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#3281]) +13 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-write-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#3281]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-5/igt@gem_exec_reloc@basic-write-gtt-noreloc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4812]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@gem_exec_schedule@preempt-queue.html
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4537] / [i915#4812])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-rkl: NOTRUN -> [ABORT][57] ([i915#7975] / [i915#8213])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-dg2: [PASS][58] -> [SKIP][59] ([i915#9643])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@gem_lmem_evict@dontneed-evict-race.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-verify-multi@lmem0:
- shard-dg2: [PASS][60] -> [FAIL][61] ([i915#10378])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-4/igt@gem_lmem_swapping@heavy-verify-multi@lmem0.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@gem_lmem_swapping@heavy-verify-multi@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#9643]) +4 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@random-engines:
- shard-tglu: NOTRUN -> [SKIP][64] ([i915#4613])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@gem_lmem_swapping@random-engines.html
* igt@gem_mmap@short-mmap:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4083]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@gem_mmap@short-mmap.html
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4083])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@gem_mmap@short-mmap.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4077]) +7 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy-xy:
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#4077]) +8 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@gem_mmap_gtt@cpuset-basic-small-copy-xy.html
* igt@gem_mmap_gtt@cpuset-big-copy-xy:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4077]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-big-copy-xy.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#3282]) +6 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#3282]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
- shard-dg1: NOTRUN -> [SKIP][72] ([i915#3282]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#4270]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#4270]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-tglu: NOTRUN -> [SKIP][75] ([i915#4270])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-4/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4270]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4270])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-1/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_readwrite@new-obj:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#3282])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@gem_readwrite@new-obj.html
* igt@gem_render_copy@linear-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#2575] / [i915#5190]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_render_copy@linear-to-vebox-yf-tiled.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#8428]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#5190] / [i915#8428]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-7/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#4079])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@gem_render_tiled_blits@basic.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg1: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#4880]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#3297])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4958])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-8/igt@gem_userptr_blits@sd-probe.html
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#3297] / [i915#4958])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@gem_userptr_blits@sd-probe.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#3297])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@gem_userptr_blits@unsync-overlap.html
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#3297])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: NOTRUN -> [INCOMPLETE][90] ([i915#5566])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-glk6/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-without-end:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#2856])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#2856]) +2 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@shadow-peek:
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527]) +4 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@gen9_exec_parse@shadow-peek.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu: NOTRUN -> [SKIP][94] ([i915#2527] / [i915#2856]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-4/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_module_load@load:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#6227])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_module_load@load.html
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#6227])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [PASS][97] -> [INCOMPLETE][98] ([i915#9849])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#8399])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_rpm@gem-execbuf-stress:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#9980]) +3 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress.html
* igt@i915_pm_rpm@system-suspend:
- shard-dg1: [PASS][101] -> [DMESG-WARN][102] ([i915#4423])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg1-13/igt@i915_pm_rpm@system-suspend.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-dg2: [PASS][103] -> [SKIP][104] ([i915#9980]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@thresholds-idle@gt0:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#8925])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@i915_pm_rps@thresholds-idle@gt0.html
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#8925])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@i915_pm_rps@thresholds-idle@gt0.html
* igt@i915_pm_rps@thresholds-idle@gt1:
- shard-mtlp: NOTRUN -> [SKIP][107] ([i915#3555] / [i915#8925])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@i915_pm_rps@thresholds-idle@gt1.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][108] -> [SKIP][109] ([i915#7984])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-mtlp-6/igt@i915_power@sanity.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@i915_power@sanity.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#6245])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@i915_query@hwconfig_table.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#7707])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4212])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_addfb_basic@basic-x-tiled-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][113] ([i915#4212])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][115] ([i915#1769])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#4538] / [i915#5286]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#5286]) +5 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#5286]) +3 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#3638]) +4 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_big_fb@linear-8bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#3638]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#5190]) +6 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#4538] / [i915#5190]) +6 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][123] +7 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-mtlp: NOTRUN -> [SKIP][124] ([i915#6187])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538]) +3 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#6095]) +59 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-4.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][128] +78 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-mtlp: NOTRUN -> [SKIP][129] ([i915#10278])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-2/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][130] ([i915#6095]) +35 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#6095]) +15 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-d-edp-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#10278])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#10307] / [i915#6095]) +102 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-3/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#6095]) +65 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][135] +196 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-glk5/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#3742]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_cdclk@mode-transition.html
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#3742])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#7213]) +3 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#4087]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html
* igt@kms_chamelium_audio@dp-audio:
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#7828]) +5 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-3/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#7828]) +4 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#7828]) +7 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#7828]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#7828]) +2 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#3116] / [i915#3299])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#9424])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#7118] / [i915#9424]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_content_protection@uevent.html
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#7118] / [i915#9424]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#3359])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3359])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#3555]) +5 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#3359])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#3359])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#8814]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-2/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#3555]) +5 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#3555] / [i915#8814])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#9809])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#3804])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][159] ([i915#1257])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_dp_aux_dev.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#3840])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
- shard-tglu: NOTRUN -> [SKIP][161] ([i915#3840])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-6/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-formats:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#3555] / [i915#3840])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#3469])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#3955]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#1839]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_feature_discovery@display-4x.html
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#1839]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#3637] / [i915#3966])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#9934]) +4 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3637]) +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-2/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#3637]) +2 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-4/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][171] -> [FAIL][172] ([i915#2122])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#8381])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-1/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#2672]) +4 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#2587] / [i915#2672]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#2672])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#2672]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#2672] / [i915#3555])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#8708]) +3 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#1825]) +39 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#8708]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
- shard-dg2: [PASS][182] -> [SKIP][183] +32 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#3458]) +7 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#3458]) +11 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][186] +53 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#5439])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#3023]) +29 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][189] +43 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#1825]) +9 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#5354]) +18 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#8708]) +13 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: [PASS][193] -> [SKIP][194] ([i915#433])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-tglu-9/igt@kms_hdmi_inject@inject-audio.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8228])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_hdr@bpc-switch-suspend.html
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8228]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@invalid-hdr:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_hdr@invalid-hdr.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#4816])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#6301]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#6301])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-9/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [DMESG-WARN][201] ([i915#9157]) +1 other test dmesg-warn
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-x@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#10226] / [i915#3582]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html
* igt@kms_plane_lowres@tiling-x@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][203] ([i915#3582])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@kms_plane_lowres@tiling-x@pipe-d-edp-1.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#6953] / [i915#9423])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][205] ([i915#8292])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#9423]) +7 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][207] ([i915#9423]) +7 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#9423]) +11 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#9423]) +3 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-9/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][210] ([i915#5235]) +5 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#5235]) +7 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-5/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#5235]) +11 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-3.html
* igt@kms_plane_scaling@planes-scaler-unity-scaling:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#2575] / [i915#9423]) +9 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_plane_scaling@planes-scaler-unity-scaling.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#5235]) +7 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#5235] / [i915#9423]) +11 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#5235]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_pm_backlight@basic-brightness:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#5354])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@fade:
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#9812])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#5354]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#9685])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [PASS][221] -> [FAIL][222] ([i915#9295])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-tglu-4/igt@kms_pm_dc@dc6-dpms.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#9340])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#8430])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@kms_pm_lpsp@screens-disabled.html
- shard-tglu: NOTRUN -> [SKIP][225] ([i915#8430])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-6/igt@kms_pm_lpsp@screens-disabled.html
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#8430])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-1/igt@kms_pm_lpsp@screens-disabled.html
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#8430])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#9519])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-14/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#9519]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#9519]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [PASS][231] -> [SKIP][232] ([i915#9519]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][233] ([i915#9519])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#6524] / [i915#6805])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-cursor-plane-update-sf@psr2-pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#9808]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_psr2_sf@fbc-cursor-plane-update-sf@psr2-pipe-a-edp-1.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][236] +26 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-13/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][237] ([i915#4348])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#9683])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-tglu: NOTRUN -> [SKIP][239] ([i915#9683])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-3/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-basic:
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#1072] / [i915#9732]) +12 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@kms_psr@fbc-psr2-basic.html
* igt@kms_psr@fbc-psr2-cursor-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][241] ([i915#9732]) +11 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-5/igt@kms_psr@fbc-psr2-cursor-mmap-cpu.html
* igt@kms_psr@pr-sprite-blt:
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#9688]) +5 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-7/igt@kms_psr@pr-sprite-blt.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#1072] / [i915#9732]) +9 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-3/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr@psr2-suspend:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#1072] / [i915#9732]) +24 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_psr@psr2-suspend.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#9685])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#5289])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#4235] / [i915#5190])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#5289])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#4235]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][250] ([i915#10187])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
* igt@kms_setmode@basic@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][251] ([i915#5465])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_setmode@basic@pipe-b-hdmi-a-1.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-tglu: NOTRUN -> [SKIP][252] ([i915#3555]) +3 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-5/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#3555] / [i915#8809])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#8623])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][255] ([i915#9196])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-2.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1:
- shard-mtlp: [PASS][256] -> [FAIL][257] ([i915#9196])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
* igt@kms_vblank@ts-continuation-idle-hang:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#2575]) +198 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_vblank@ts-continuation-idle-hang.html
* igt@kms_vrr@flip-basic:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#3555]) +2 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-2/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu: NOTRUN -> [SKIP][260] ([i915#9906])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-9/igt@kms_vrr@flip-basic-fastset.html
- shard-mtlp: NOTRUN -> [SKIP][261] ([i915#8808] / [i915#9906])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@kms_vrr@flip-basic-fastset.html
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#9906])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-7/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flip-suspend:
- shard-mtlp: NOTRUN -> [SKIP][263] ([i915#3555] / [i915#8808]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-4/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@negative-basic:
- shard-rkl: NOTRUN -> [SKIP][264] ([i915#3555] / [i915#9906])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg1: NOTRUN -> [SKIP][265] ([i915#9906]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#9906]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-glk: NOTRUN -> [SKIP][267] ([i915#2437]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-glk5/igt@kms_writeback@writeback-pixel-formats.html
- shard-rkl: NOTRUN -> [SKIP][268] ([i915#2437] / [i915#9412])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#2436])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@invalid-remove-userspace-config:
- shard-dg2: [PASS][270] -> [SKIP][271] ([i915#5608]) +4 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@perf@invalid-remove-userspace-config.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@perf@invalid-remove-userspace-config.html
* igt@perf@oa-exponents:
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#5608]) +22 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@perf@oa-exponents.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#8516])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][274] ([i915#3708])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-4/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][275] ([i915#3291] / [i915#3708])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-7/igt@prime_vgem@basic-write.html
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#3291] / [i915#3708])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-2/igt@prime_vgem@basic-write.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2: NOTRUN -> [SKIP][277] ([i915#9917])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@sriov_basic@bind-unbind-vf.html
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#9917])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-1/igt@sriov_basic@bind-unbind-vf.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-tglu: NOTRUN -> [FAIL][279] ([i915#9779])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@syncobj_wait@invalid-wait-zero-handles.html
* igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync:
- shard-mtlp: NOTRUN -> [SKIP][280] ([i915#2575]) +5 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-4/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html
* igt@v3d/v3d_submit_cl@bad-multisync-pad:
- shard-tglu: NOTRUN -> [SKIP][281] ([i915#2575]) +13 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-7/igt@v3d/v3d_submit_cl@bad-multisync-pad.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][282] ([i915#2575]) +9 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@vc4/vc4_create_bo@create-bo-zeroed:
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#7711]) +4 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@vc4/vc4_create_bo@create-bo-zeroed.html
* igt@vc4/vc4_perfmon@create-perfmon-exceed:
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#7711]) +2 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-3/igt@vc4/vc4_perfmon@create-perfmon-exceed.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#7711]) +6 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html
* igt@vc4/vc4_tiling@get-bad-flags:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#7711]) +10 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@vc4/vc4_tiling@get-bad-flags.html
#### Possible fixes ####
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: [FAIL][287] ([i915#9561]) -> [PASS][288]
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@gem_ctx_freq@sysfs@gt0.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-5/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_eio@kms:
- shard-tglu: [INCOMPLETE][289] ([i915#10513]) -> [PASS][290]
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-tglu-8/igt@gem_eio@kms.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@gem_eio@kms.html
* igt@gem_exec_create@madvise@smem:
- shard-dg1: [INCOMPLETE][291] -> [PASS][292] +1 other test pass
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg1-15/igt@gem_exec_create@madvise@smem.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-16/igt@gem_exec_create@madvise@smem.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-rkl: [FAIL][293] ([i915#2842]) -> [PASS][294] +2 other tests pass
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-rkl-4/igt@gem_exec_fair@basic-throttle@rcs0.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-3/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [INCOMPLETE][295] ([i915#1982] / [i915#9820] / [i915#9849]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-dg2: [INCOMPLETE][297] -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@i915_module_load@resize-bar.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-4/igt@i915_module_load@resize-bar.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [FAIL][299] ([i915#3591]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@kms_cursor_legacy@cursora-vs-flipa-toggle:
- shard-dg2: [INCOMPLETE][301] ([i915#9878]) -> [PASS][302]
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-10/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-10/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html
* igt@kms_cursor_legacy@torture-bo@pipe-a:
- shard-tglu: [DMESG-WARN][303] ([i915#10166]) -> [PASS][304]
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-tglu-3/igt@kms_cursor_legacy@torture-bo@pipe-a.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-8/igt@kms_cursor_legacy@torture-bo@pipe-a.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
- shard-snb: [SKIP][305] -> [PASS][306] +1 other test pass
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [SKIP][307] ([i915#9519]) -> [PASS][308]
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-rkl-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-3:
- shard-dg2: [FAIL][309] ([i915#9196]) -> [PASS][310]
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-3.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-3.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1:
- shard-mtlp: [FAIL][311] ([i915#9196]) -> [PASS][312]
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
#### Warnings ####
* igt@drm_fdinfo@virtual-busy-hang:
- shard-dg2: [SKIP][313] ([i915#8414]) -> [SKIP][314] ([i915#5608]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@drm_fdinfo@virtual-busy-hang.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@drm_fdinfo@virtual-busy-hang.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg2: [SKIP][315] ([i915#7697]) -> [SKIP][316] ([i915#2575])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@gem_close_race@multigpu-basic-threads.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: [SKIP][317] ([i915#280]) -> [SKIP][318] ([i915#2575])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@gem_ctx_sseu@mmap-args.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@kms:
- shard-dg1: [FAIL][319] ([i915#5784]) -> [INCOMPLETE][320] ([i915#10513])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg1-13/igt@gem_eio@kms.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg1-18/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg2: [SKIP][321] ([i915#4771]) -> [SKIP][322] ([i915#2575])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-1/igt@gem_exec_balancer@bonded-dual.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: [SKIP][323] ([i915#4036]) -> [SKIP][324] ([i915#2575])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@gem_exec_balancer@invalid-bonds.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@noheartbeat:
- shard-dg2: [SKIP][325] ([i915#8555]) -> [SKIP][326] ([i915#2575]) +1 other test skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@gem_exec_balancer@noheartbeat.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_balancer@sliced:
- shard-dg2: [SKIP][327] ([i915#4812]) -> [SKIP][328] ([i915#2575]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@gem_exec_balancer@sliced.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_capture@many-4k-incremental:
- shard-dg2: [FAIL][329] ([i915#9606]) -> [SKIP][330] ([i915#2575])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-10/igt@gem_exec_capture@many-4k-incremental.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_capture@many-4k-incremental.html
* igt@gem_exec_fair@basic-pace-share:
- shard-dg2: [SKIP][331] ([i915#3539] / [i915#4852]) -> [SKIP][332] ([i915#2575]) +5 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-5/igt@gem_exec_fair@basic-pace-share.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: [SKIP][333] ([i915#3539]) -> [SKIP][334] ([i915#2575])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-10/igt@gem_exec_flush@basic-uc-set-default.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_reloc@basic-active:
- shard-dg2: [SKIP][335] ([i915#3281]) -> [SKIP][336] ([i915#2575]) +12 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@gem_exec_reloc@basic-active.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_reloc@basic-active.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: [SKIP][337] ([i915#4537] / [i915#4812]) -> [SKIP][338] ([i915#2575]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-4/igt@gem_exec_schedule@reorder-wide.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg2: [SKIP][339] ([i915#4860]) -> [SKIP][340] ([i915#2575])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_media_fill@media-fill:
- shard-dg2: [SKIP][341] ([i915#8289]) -> [SKIP][342] ([i915#2575])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@gem_media_fill@media-fill.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_media_fill@media-fill.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: [SKIP][343] ([i915#4077]) -> [SKIP][344] ([i915#2575]) +13 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-5/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_wc@fault-concurrent:
- shard-dg2: [SKIP][345] ([i915#4083]) -> [SKIP][346] ([i915#2575]) +11 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@gem_mmap_wc@fault-concurrent.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_mmap_wc@fault-concurrent.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: [SKIP][347] ([i915#3282]) -> [SKIP][348] ([i915#2575]) +4 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-5/igt@gem_partial_pwrite_pread@write-uncached.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2: [SKIP][349] ([i915#4270]) -> [SKIP][350] ([i915#2575]) +4 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@gem_pxp@protected-raw-src-copy-not-readible.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_render_copy@yf-tiled-to-vebox-x-tiled:
- shard-dg2: [SKIP][351] ([i915#5190] / [i915#8428]) -> [SKIP][352] ([i915#2575] / [i915#5190]) +6 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html
* igt@gem_userptr_blits@coherency-sync:
- shard-dg2: [SKIP][353] ([i915#3297]) -> [SKIP][354] ([i915#2575])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@gem_userptr_blits@coherency-sync.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: [SKIP][355] ([i915#3297] / [i915#4880]) -> [SKIP][356] ([i915#2575])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gen9_exec_parse@batch-without-end:
- shard-dg2: [SKIP][357] ([i915#2856]) -> [SKIP][358] ([i915#2575]) +3 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@gen9_exec_parse@batch-without-end.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@gen9_exec_parse@batch-without-end.html
* igt@i915_fb_tiling:
- shard-dg2: [SKIP][359] ([i915#4881]) -> [SKIP][360] ([i915#2575])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-1/igt@i915_fb_tiling.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [INCOMPLETE][361] ([i915#10047]) -> [INCOMPLETE][362] ([i915#10047] / [i915#9820])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [ABORT][363] ([i915#10131] / [i915#9820]) -> [ABORT][364] ([i915#10131] / [i915#10887] / [i915#9820])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-dg2: [SKIP][365] ([i915#7091]) -> [SKIP][366] ([i915#2575])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-4/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: [SKIP][367] ([i915#6621]) -> [SKIP][368] ([i915#2575]) +1 other test skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@i915_pm_rps@min-max-config-loaded.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: [SKIP][369] ([i915#4387]) -> [SKIP][370] ([i915#2575])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@i915_pm_sseu@full-enable.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@i915_pm_sseu@full-enable.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2: [SKIP][371] ([i915#5190]) -> [SKIP][372] ([i915#2575] / [i915#5190])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2: [SKIP][373] ([i915#6228]) -> [SKIP][374] ([i915#2575])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-10/igt@kms_async_flips@invalid-async-flip.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: [SKIP][375] ([i915#9531]) -> [SKIP][376] ([i915#2575])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: [SKIP][377] ([i915#4538] / [i915#5190]) -> [SKIP][378] ([i915#5190]) +14 other tests skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: [SKIP][379] ([i915#10656]) -> [SKIP][380]
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@kms_big_joiner@invalid-modeset.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2: [SKIP][381] ([i915#10278]) -> [SKIP][382] +2 other tests skip
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2: [SKIP][383] ([i915#7213]) -> [SKIP][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@kms_cdclk@mode-transition-all-outputs.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: [SKIP][385] ([i915#7828]) -> [SKIP][386] ([i915#2575]) +10 other tests skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@kms_chamelium_frames@dp-crc-fast.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: [SKIP][387] ([i915#3299]) -> [SKIP][388] ([i915#2575])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: [SKIP][389] ([i915#9424]) -> [SKIP][390] ([i915#2575]) +1 other test skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@kms_content_protection@mei-interface.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][391] ([i915#7118]) -> [SKIP][392] ([i915#2575])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-4/igt@kms_content_protection@srm.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: [SKIP][393] ([i915#3359]) -> [SKIP][394] ([i915#2575]) +1 other test skip
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: [SKIP][395] ([i915#4103] / [i915#4213]) -> [SKIP][396] ([i915#2575]) +2 other tests skip
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
- shard-dg2: [SKIP][397] ([i915#5354]) -> [SKIP][398] ([i915#2575]) +10 other tests skip
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: [SKIP][399] ([i915#9067]) -> [SKIP][400] ([i915#2575])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-8/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: [SKIP][401] ([i915#3555]) -> [SKIP][402] ([i915#2575]) +9 other tests skip
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-1/igt@kms_display_modes@extended-mode-basic.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: [SKIP][403] ([i915#8588]) -> [SKIP][404] ([i915#2575])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-2/igt@kms_display_modes@mst-extended-mode-negative.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: [SKIP][405] ([i915#8812]) -> [SKIP][406]
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: [SKIP][407] ([i915#3555] / [i915#3840]) -> [SKIP][408] +2 other tests skip
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-10/igt@kms_dsc@dsc-with-bpc-formats.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: [SKIP][409] ([i915#3840] / [i915#9053]) -> [SKIP][410]
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-11/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/shard-dg2-11/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg2: [SKIP][411] ([i915#8381]) -> [SKIP][412] ([i915#2575])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7871/shard-dg2-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/s
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11185/index.html
[-- Attachment #2: Type: text/html, Size: 111141 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-25 9:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24 3:10 [PATCH i-g-t] tests/kms_plane: Convert to dynamic subtests Pranay Samala
2024-05-24 4:13 ` ✓ CI.xeBAT: success for " Patchwork
2024-05-24 4:22 ` ✓ Fi.CI.BAT: " Patchwork
2024-05-24 5:25 ` ✗ CI.xeFULL: failure " Patchwork
2024-05-25 9:15 ` ✗ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox