* [PATCH] core: add timestamps to logs
@ 2026-05-05 14:46 Andrzej Hajda
2026-05-05 18:23 ` ✗ Xe.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Andrzej Hajda @ 2026-05-05 14:46 UTC (permalink / raw)
To: igt-dev; +Cc: Kamil Konieczny, Ryszard Knop, Stuart Summers, Andrzej Hajda
IGT tests run often time consuming tasks. Timestamps should simplify
time analysis and matching with kernel logs.
Since IGT is closely connected with the kernel let's use the same format.
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
lib/igt_core.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 4f79c02948ab..e11b181e7a82 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -3227,10 +3227,15 @@ void igt_vlog(const char *domain, enum igt_log_level level, const char *format,
formatted_line = strdup(line);
if (!formatted_line)
goto out;
- } else if (asprintf(&formatted_line, "(%s:%d) %s%s%s%s: %s", program_name,
- getpid(), thread_id, (domain) ? domain : "", (domain) ? "-" : "",
- igt_log_level_str[level], line) == -1) {
- goto out;
+ } else {
+ struct timespec ts;
+
+ igt_gettime(&ts);
+ if (asprintf(&formatted_line, "[%5ld.%06ld] (%s:%d) %s%s%s%s: %s", (long)ts.tv_sec,
+ ts.tv_nsec / 1000, program_name, getpid(), thread_id,
+ (domain) ? domain : "", (domain) ? "-" : "", igt_log_level_str[level],
+ line) == -1)
+ goto out;
}
if (line[strlen(line) - 1] == '\n')
---
base-commit: 8eb6e58f00d39b3bb79ffc501eb020b36c8f8c31
change-id: 20260430-add_timestamps_to_logs-d84fdfd7ef4c
Best regards,
--
Andrzej Hajda <andrzej.hajda@intel.com>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✗ Xe.CI.BAT: failure for core: add timestamps to logs
2026-05-05 14:46 [PATCH] core: add timestamps to logs Andrzej Hajda
@ 2026-05-05 18:23 ` Patchwork
2026-05-05 18:48 ` ✗ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-05-05 18:23 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5419 bytes --]
== Series Details ==
Series: core: add timestamps to logs
URL : https://patchwork.freedesktop.org/series/166006/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8888_BAT -> XEIGTPW_15100_BAT
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with XEIGTPW_15100_BAT need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15100_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 (12 -> 12)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15100_BAT:
### IGT changes ###
#### Warnings ####
* igt@xe_live_ktest@xe_bo:
- bat-ptl-1: [SKIP][1] ([Intel XE#5775]) -> [SKIP][2] +2 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-ptl-1/igt@xe_live_ktest@xe_bo.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-ptl-1/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- bat-wcl-2: [SKIP][3] ([Intel XE#7239]) -> [SKIP][4] +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-wcl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-wcl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
- bat-ptl-2: [SKIP][5] ([Intel XE#5775]) -> [SKIP][6] +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-ptl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-ptl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-wcl-1: [SKIP][7] ([Intel XE#7239]) -> [SKIP][8] +2 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-wcl-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-wcl-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_sriov_flr@flr-vf1-clear:
- bat-lnl-2: [SKIP][9] ([Intel XE#3342]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
- bat-lnl-1: [SKIP][11] ([Intel XE#3342]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-lnl-1/igt@xe_sriov_flr@flr-vf1-clear.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-lnl-1/igt@xe_sriov_flr@flr-vf1-clear.html
Known issues
------------
Here are the changes found in XEIGTPW_15100_BAT that come from known issues:
### IGT changes ###
#### Warnings ####
* igt@xe_evict@evict-beng-small:
- bat-lnl-2: [SKIP][13] ([Intel XE#6540] / [Intel XE#688]) -> [SKIP][14] ([Intel XE#6540]) +9 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-lnl-2/igt@xe_evict@evict-beng-small.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-lnl-2/igt@xe_evict@evict-beng-small.html
* igt@xe_evict@evict-beng-small-cm:
- bat-lnl-1: [SKIP][15] ([Intel XE#6540] / [Intel XE#688]) -> [SKIP][16] ([Intel XE#6540]) +11 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html
* igt@xe_peer2peer@read:
- bat-bmg-3: [SKIP][17] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353]) -> [SKIP][18] ([Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/bat-bmg-3/igt@xe_peer2peer@read.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/bat-bmg-3/igt@xe_peer2peer@read.html
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#5775]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5775
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#7239]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7239
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
Build changes
-------------
* IGT: IGT_8888 -> IGTPW_15100
IGTPW_15100: fe485b0bf1f720044393aafd1abb142cf5eacd2a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8888: 77f31f709ee65bb20ad7d64d8aa012ba7688b112 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4990-835de80ce9b34b618442ba91483170201b50b553: 835de80ce9b34b618442ba91483170201b50b553
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/index.html
[-- Attachment #2: Type: text/html, Size: 6832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.BAT: failure for core: add timestamps to logs
2026-05-05 14:46 [PATCH] core: add timestamps to logs Andrzej Hajda
2026-05-05 18:23 ` ✗ Xe.CI.BAT: failure for " Patchwork
@ 2026-05-05 18:48 ` Patchwork
2026-05-06 2:37 ` ✗ Xe.CI.FULL: " Patchwork
2026-05-06 14:25 ` [PATCH] " Kamil Konieczny
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-05-05 18:48 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 6341 bytes --]
== Series Details ==
Series: core: add timestamps to logs
URL : https://patchwork.freedesktop.org/series/166006/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8888 -> IGTPW_15100
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15100 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15100, 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_15100/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15100:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_rpm@module-reload:
- bat-atsm-1: [PASS][1] -> [SKIP][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/bat-atsm-1/igt@i915_pm_rpm@module-reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/bat-atsm-1/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live:
- bat-arls-5: [PASS][3] -> [DMESG-FAIL][4] +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/bat-arls-5/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/bat-arls-5/igt@i915_selftest@live.html
#### Warnings ####
* igt@gem_huc_copy@huc-copy:
- bat-jsl-5: [SKIP][5] ([i915#2190]) -> [SKIP][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/bat-jsl-5/igt@gem_huc_copy@huc-copy.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/bat-jsl-5/igt@gem_huc_copy@huc-copy.html
- fi-tgl-1115g4: [SKIP][7] ([i915#2190]) -> [SKIP][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html
- fi-rkl-11600: [SKIP][9] ([i915#2190]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html
Known issues
------------
Here are the changes found in IGTPW_15100 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- bat-mtlp-9: [PASS][11] -> [DMESG-FAIL][12] ([i915#12061]) +1 other test dmesg-fail
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-dg2-8: [DMESG-FAIL][13] ([i915#12061]) -> [PASS][14] +1 other test pass
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/bat-dg2-8/igt@i915_selftest@live.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/bat-dg2-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-14: [DMESG-FAIL][15] ([i915#12061]) -> [PASS][16] +1 other test pass
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/bat-dg2-14/igt@i915_selftest@live@workarounds.html
#### Warnings ####
* igt@gem_huc_copy@huc-copy:
- fi-cfl-8109u: [SKIP][17] ([i915#2190]) -> [SKIP][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html
- fi-kbl-7567u: [SKIP][19] ([i915#2190]) -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html
- fi-kbl-8809g: [SKIP][21] ([i915#2190]) -> [SKIP][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html
- fi-cfl-8700k: [SKIP][23] ([i915#2190]) -> [SKIP][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-cfl-8700k/igt@gem_huc_copy@huc-copy.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-cfl-8700k/igt@gem_huc_copy@huc-copy.html
- fi-skl-6600u: [SKIP][25] ([i915#2190]) -> [SKIP][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html
- fi-glk-j4005: [SKIP][27] ([i915#2190]) -> [SKIP][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html
- fi-kbl-x1275: [SKIP][29] ([i915#2190]) -> [SKIP][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8888/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8888 -> IGTPW_15100
CI-20190529: 20190529
CI_DRM_18417: 835de80ce9b34b618442ba91483170201b50b553 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15100: fe485b0bf1f720044393aafd1abb142cf5eacd2a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8888: 77f31f709ee65bb20ad7d64d8aa012ba7688b112 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15100/index.html
[-- Attachment #2: Type: text/html, Size: 7961 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.FULL: failure for core: add timestamps to logs
2026-05-05 14:46 [PATCH] core: add timestamps to logs Andrzej Hajda
2026-05-05 18:23 ` ✗ Xe.CI.BAT: failure for " Patchwork
2026-05-05 18:48 ` ✗ i915.CI.BAT: " Patchwork
@ 2026-05-06 2:37 ` Patchwork
2026-05-06 14:25 ` [PATCH] " Kamil Konieczny
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-05-06 2:37 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 51521 bytes --]
== Series Details ==
Series: core: add timestamps to logs
URL : https://patchwork.freedesktop.org/series/166006/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8888_FULL -> XEIGTPW_15100_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_15100_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15100_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 (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15100_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@core_auth@many-magics:
- shard-lnl: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-8/igt@core_auth@many-magics.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@core_auth@many-magics.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][3] +5 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][4]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrshdr-tiling-y.html
* igt@xe_eudebug_online@interrupt-reconnect@drm_xe_engine_class_render0:
- shard-bmg: NOTRUN -> [FAIL][5] +38 other tests fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-10/igt@xe_eudebug_online@interrupt-reconnect@drm_xe_engine_class_render0.html
* igt@xe_eudebug_online@pagefault-read-stress@drm_xe_engine_class_render0:
- shard-lnl: NOTRUN -> [FAIL][6] +29 other tests fail
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_eudebug_online@pagefault-read-stress@drm_xe_engine_class_render0.html
* igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc:
- shard-bmg: [PASS][7] -> [ABORT][8] +1 other test abort
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-4/igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-10/igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc.html
* igt@xe_sriov_admin@sched-priority-vf-write-denied:
- shard-bmg: [PASS][9] -> [FAIL][10] +58 other tests fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-8/igt@xe_sriov_admin@sched-priority-vf-write-denied.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@xe_sriov_admin@sched-priority-vf-write-denied.html
#### Warnings ####
* igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-move:
- shard-lnl: [ABORT][11] -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-7/igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-move.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-move.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-lnl: [SKIP][13] ([Intel XE#7086] / [Intel XE#7390]) -> [FAIL][14] +1 other test fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-2/igt@kms_joiner@basic-force-big-joiner.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@kms_joiner@basic-force-big-joiner.html
* igt@xe_eudebug@basic-connect:
- shard-lnl: [SKIP][15] ([Intel XE#7636]) -> [FAIL][16] +65 other tests fail
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-5/igt@xe_eudebug@basic-connect.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-3/igt@xe_eudebug@basic-connect.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: [SKIP][17] ([Intel XE#7636]) -> [FAIL][18] +64 other tests fail
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug_sriov@deny-sriov:
- shard-bmg: [SKIP][19] ([Intel XE#5793] / [Intel XE#7320] / [Intel XE#7464]) -> [FAIL][20] +1 other test fail
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-2/igt@xe_eudebug_sriov@deny-sriov.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-6/igt@xe_eudebug_sriov@deny-sriov.html
* igt@xe_prefetch_fault@prefetch-fault:
- shard-bmg: [SKIP][21] ([Intel XE#7599]) -> [SKIP][22] +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-6/igt@xe_prefetch_fault@prefetch-fault.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@xe_prefetch_fault@prefetch-fault.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-lnl: [SKIP][23] ([Intel XE#3342]) -> [SKIP][24] +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@xe_sriov_flr@flr-vf1-clear.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-lnl: [SKIP][25] ([Intel XE#4273]) -> [SKIP][26] +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-1/igt@xe_sriov_flr@flr-vfs-parallel.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@xe_sriov_flr@flr-vfs-parallel.html
Known issues
------------
Here are the changes found in XEIGTPW_15100_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1407])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2327]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#1124]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#1124]) +4 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@connected-linear-tiling-4-displays-target-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#7679]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-7/igt@kms_bw@connected-linear-tiling-4-displays-target-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#7676])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2669] / [Intel XE#7389]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#2887])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2887]) +8 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#3432]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#3432]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2252]) +6 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-6/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#373]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#6974])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#6974])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2320]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-10/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#1424])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_edge_walk@256x256-top-edge:
- shard-bmg: [PASS][44] -> [FAIL][45] ([Intel XE#6841]) +1 other test fail
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-4/igt@kms_cursor_edge_walk@256x256-top-edge.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@kms_cursor_edge_walk@256x256-top-edge.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#309] / [Intel XE#7343]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#4354] / [Intel XE#5882])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2244]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_dsc@dsc-fractional-bpp.html
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#2244])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_fbcon_fbt@psr:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#6126] / [Intel XE#776])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-7/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2374] / [Intel XE#6127])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-4/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1421])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#7178] / [Intel XE#7349])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#7178] / [Intel XE#7349]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#7178] / [Intel XE#7351])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#7179])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#6312] / [Intel XE#651]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#4141]) +7 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-rte:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#656]) +8 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-rte.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#6312]) +4 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2311]) +35 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#7865]) +6 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-abgr161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#7061]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@kms_frontbuffer_tracking@fbchdr-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-argb161616f-draw-render:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#7061])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@kms_frontbuffer_tracking@hdr-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2313]) +30 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-render:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#7061] / [Intel XE#7356])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-render.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#1470] / [Intel XE#2853])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#4329] / [Intel XE#6912] / [Intel XE#7375])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#7283])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#7283]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-4:
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#599] / [Intel XE#7382]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#5021] / [Intel XE#7377])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#3307])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-3/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a:
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html
* igt@kms_pm_backlight@fade:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#7376] / [Intel XE#870])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-7/igt@kms_pm_backlight@fade.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#1489]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#2893] / [Intel XE#7304])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2387] / [Intel XE#7429])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-primary-render:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2234] / [Intel XE#2850]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-7/igt@kms_psr@fbc-pr-primary-render.html
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1406])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@kms_psr@fbc-pr-primary-render.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#7795])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-10/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#3904] / [Intel XE#7342])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@kms_rotation_crc@primary-rotation-90.html
- shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#3904] / [Intel XE#7342]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#2413])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_sharpness_filter@invalid-filter-with-scaling-mode:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#6503]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_sharpness_filter@invalid-filter-with-scaling-mode.html
* igt@kms_vrr@flip-dpms:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#1499])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@kms_vrr@flip-dpms.html
* igt@xe_eudebug_online@breakpoint-many-sessions-tiles:
- shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#2846])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@xe_eudebug_online@breakpoint-many-sessions-tiles.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram@drm_xe_engine_class_render0:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#2825]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram@drm_xe_engine_class_render0.html
* igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram@drm_xe_engine_class_compute0:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#2825] / [Intel XE#7430]) +4 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram@drm_xe_engine_class_compute0.html
* igt@xe_evict@evict-large-external-cm:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#6540]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@xe_evict@evict-large-external-cm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [PASS][92] -> [INCOMPLETE][93] ([Intel XE#6321])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-small-external-multi-queue-cm:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#7140])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@xe_evict@evict-small-external-multi-queue-cm.html
* igt@xe_exec_balancer@virtual-all-active:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#7482]) +3 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_exec_balancer@virtual-all-active.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2322] / [Intel XE#7372]) +4 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
* igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#1392]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html
* igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#7136]) +5 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch.html
* igt@xe_exec_fault_mode@once-multi-queue-prefetch:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#7136]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-3/igt@xe_exec_fault_mode@once-multi-queue-prefetch.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-basic-smem:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#6874]) +4 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_exec_multi_queue@few-execs-preempt-mode-basic-smem.html
* igt@xe_exec_multi_queue@many-execs-close-fd-smem:
- shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#6874]) +17 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@xe_exec_multi_queue@many-execs-close-fd-smem.html
* igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#7866])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary.html
* igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#7138]) +5 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race.html
* igt@xe_exec_threads@threads-multi-queue-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#7138]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@xe_exec_threads@threads-multi-queue-userptr-rebind.html
* igt@xe_multigpu_svm@mgpu-atomic-op-prefetch:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#6964])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_multigpu_svm@mgpu-atomic-op-prefetch.html
* igt@xe_multigpu_svm@mgpu-migration-prefetch:
- shard-bmg: NOTRUN -> [SKIP][106] ([Intel XE#6964]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@xe_multigpu_svm@mgpu-migration-prefetch.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@xe_oa@oa-tlb-invalidate.html
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_page_reclaim@binds-full-pd:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#7793])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-4/igt@xe_page_reclaim@binds-full-pd.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#1420] / [Intel XE#7590])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#2236] / [Intel XE#7590])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3cold-basic:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#2284] / [Intel XE#7370])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-6/igt@xe_pm@d3cold-basic.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#2284] / [Intel XE#366] / [Intel XE#7370])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pmu@fn-engine-activity-load:
- shard-bmg: NOTRUN -> [FAIL][114] ([Intel XE#5937])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@xe_pmu@fn-engine-activity-load.html
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#7347])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_pmu@fn-engine-activity-load.html
* igt@xe_pxp@pxp-termination-key-update-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#4733] / [Intel XE#7417])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-2/igt@xe_pxp@pxp-termination-key-update-post-termination-irq.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#944]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@xe_query@multigpu-query-invalid-cs-cycles.html
- shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#944])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_sriov_vfio@open-basic:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#7724])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_sriov_vfio@open-basic.html
* igt@xe_vm@overcommit-nonfault-vram-lr-defer:
- shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#7892])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-8/igt@xe_vm@overcommit-nonfault-vram-lr-defer.html
#### Possible fixes ####
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [INCOMPLETE][121] ([Intel XE#7084]) -> [PASS][122] +1 other test pass
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_cursor_legacy@cursor-vs-flip-varying-size:
- shard-bmg: [DMESG-WARN][123] ([Intel XE#5354]) -> [PASS][124]
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-9/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][125] ([Intel XE#7571]) -> [PASS][126]
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [FAIL][127] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][128] +1 other test pass
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@b-edp1:
- shard-lnl: [FAIL][129] ([Intel XE#301]) -> [PASS][130] +1 other test pass
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [SKIP][131] ([Intel XE#1503]) -> [PASS][132]
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-4/igt@kms_hdr@invalid-hdr.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-8/igt@kms_hdr@invalid-hdr.html
* igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy:
- shard-bmg: [SKIP][133] ([Intel XE#7636]) -> [PASS][134] +3 other tests pass
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-8/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-lnl: [SKIP][135] ([Intel XE#7636]) -> [PASS][136] +4 other tests pass
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-7/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_sriov_vram@vf-access-after-resize-up:
- shard-bmg: [FAIL][137] ([Intel XE#5937]) -> [PASS][138] +2 other tests pass
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-2/igt@xe_sriov_vram@vf-access-after-resize-up.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@xe_sriov_vram@vf-access-after-resize-up.html
#### Warnings ####
* igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-move:
- shard-bmg: [ABORT][139] -> [SKIP][140] ([Intel XE#2311])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-2/igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-move.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-5/igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-move.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-lnl: [SKIP][141] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) -> [SKIP][142] ([Intel XE#3904] / [Intel XE#7342]) +10 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][143] ([Intel XE#1729] / [Intel XE#7424]) -> [SKIP][144] ([Intel XE#5848])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][145] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][146] ([Intel XE#5848])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@xe_eudebug@multigpu-basic-client:
- shard-bmg: [SKIP][147] ([Intel XE#7636]) -> [SKIP][148] ([Intel XE#3894])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-8/igt@xe_eudebug@multigpu-basic-client.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-1/igt@xe_eudebug@multigpu-basic-client.html
* igt@xe_eudebug@multigpu-basic-client-many:
- shard-lnl: [SKIP][149] ([Intel XE#7636]) -> [SKIP][150] ([Intel XE#5132]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-1/igt@xe_eudebug@multigpu-basic-client-many.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@xe_eudebug@multigpu-basic-client-many.html
* igt@xe_eudebug_online@breakpoint-many-sessions-tiles:
- shard-lnl: [SKIP][151] ([Intel XE#7636]) -> [SKIP][152] ([Intel XE#2846])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-5/igt@xe_eudebug_online@breakpoint-many-sessions-tiles.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_eudebug_online@breakpoint-many-sessions-tiles.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
- shard-lnl: [SKIP][153] ([Intel XE#7636]) -> [SKIP][154] ([Intel XE#2825] / [Intel XE#7430]) +4 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-7/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-3/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html
* igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram:
- shard-lnl: [SKIP][155] ([Intel XE#7636]) -> [SKIP][156] ([Intel XE#2825]) +1 other test skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-2/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram.html
* igt@xe_eudebug_sriov@deny-eudebug:
- shard-lnl: [SKIP][157] ([Intel XE#4518] / [Intel XE#7404]) -> [SKIP][158] ([Intel XE#7404]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-8/igt@xe_eudebug_sriov@deny-eudebug.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_eudebug_sriov@deny-eudebug.html
* igt@xe_evict@evict-beng-threads-large-multi-vm:
- shard-lnl: [SKIP][159] ([Intel XE#6540] / [Intel XE#688]) -> [SKIP][160] ([Intel XE#6540]) +65 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-4/igt@xe_evict@evict-beng-threads-large-multi-vm.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-1/igt@xe_evict@evict-beng-threads-large-multi-vm.html
* igt@xe_media_fill@media-fill:
- shard-bmg: [SKIP][161] ([Intel XE#2459] / [Intel XE#2596] / [Intel XE#7321] / [Intel XE#7453]) -> [SKIP][162] ([Intel XE#2459] / [Intel XE#7321] / [Intel XE#7453])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-7/igt@xe_media_fill@media-fill.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-9/igt@xe_media_fill@media-fill.html
* igt@xe_peer2peer@read:
- shard-bmg: [SKIP][163] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353]) -> [SKIP][164] ([Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-bmg-1/igt@xe_peer2peer@read.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-bmg-7/igt@xe_peer2peer@read.html
* igt@xe_pmu@fn-engine-activity-sched-if-idle:
- shard-lnl: [SKIP][165] ([Intel XE#4650] / [Intel XE#7347]) -> [SKIP][166] ([Intel XE#7347]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-3/igt@xe_pmu@fn-engine-activity-sched-if-idle.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_pmu@fn-engine-activity-sched-if-idle.html
* igt@xe_sriov_auto_provisioning@fair-allocation:
- shard-lnl: [SKIP][167] ([Intel XE#4130] / [Intel XE#7366]) -> [SKIP][168] ([Intel XE#7366]) +5 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-5/igt@xe_sriov_auto_provisioning@fair-allocation.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-7/igt@xe_sriov_auto_provisioning@fair-allocation.html
* igt@xe_sriov_scheduling@nonpreempt-engine-resets:
- shard-lnl: [SKIP][169] ([Intel XE#4351] / [Intel XE#7357]) -> [SKIP][170] ([Intel XE#7357]) +1 other test skip
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8888/shard-lnl-4/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-4/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[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#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[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#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
[Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2825]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2825
[Intel XE#2846]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2846
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3894
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
[Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
[Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5132]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5132
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5882
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#6126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6126
[Intel XE#6127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6127
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6841]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6841
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304
[Intel XE#7320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7320
[Intel XE#7321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7321
[Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7347]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7347
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7357]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7357
[Intel XE#7366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7366
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7382
[Intel XE#7389]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7389
[Intel XE#7390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7390
[Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
[Intel XE#7404]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7404
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7430
[Intel XE#7453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7453
[Intel XE#7464]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7464
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7676]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7676
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#7724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7724
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
[Intel XE#7795]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7795
[Intel XE#7865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865
[Intel XE#7866]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7866
[Intel XE#7892]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7892
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8888 -> IGTPW_15100
IGTPW_15100: fe485b0bf1f720044393aafd1abb142cf5eacd2a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8888: 77f31f709ee65bb20ad7d64d8aa012ba7688b112 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4990-835de80ce9b34b618442ba91483170201b50b553: 835de80ce9b34b618442ba91483170201b50b553
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/index.html
[-- Attachment #2: Type: text/html, Size: 58833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] core: add timestamps to logs
2026-05-05 14:46 [PATCH] core: add timestamps to logs Andrzej Hajda
` (2 preceding siblings ...)
2026-05-06 2:37 ` ✗ Xe.CI.FULL: " Patchwork
@ 2026-05-06 14:25 ` Kamil Konieczny
2026-05-06 15:09 ` Hajda, Andrzej
3 siblings, 1 reply; 6+ messages in thread
From: Kamil Konieczny @ 2026-05-06 14:25 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev, Ryszard Knop, Stuart Summers
Hi Andrzej,
On 2026-05-05 at 16:46:27 +0200, Andrzej Hajda wrote:
please use longer prefix, also these changes only debug logs,
so imho better subject:
[PATCH] lib/igt_core: add timestamps to error logs
See for example results here:
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@core_auth@many-magics.html
> IGT tests run often time consuming tasks. Timestamps should simplify
> time analysis and matching with kernel logs.
> Since IGT is closely connected with the kernel let's use the same format.
>
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
> ---
> lib/igt_core.c | 13 +++++++++----
> 1 file changed, 9 insertions(+), 4 deletions(-)
>
> diff --git a/lib/igt_core.c b/lib/igt_core.c
> index 4f79c02948ab..e11b181e7a82 100644
> --- a/lib/igt_core.c
> +++ b/lib/igt_core.c
> @@ -3227,10 +3227,15 @@ void igt_vlog(const char *domain, enum igt_log_level level, const char *format,
> formatted_line = strdup(line);
> if (!formatted_line)
> goto out;
> - } else if (asprintf(&formatted_line, "(%s:%d) %s%s%s%s: %s", program_name,
> - getpid(), thread_id, (domain) ? domain : "", (domain) ? "-" : "",
> - igt_log_level_str[level], line) == -1) {
> - goto out;
> + } else {
> + struct timespec ts;
> +
> + igt_gettime(&ts);
> + if (asprintf(&formatted_line, "[%5ld.%06ld] (%s:%d) %s%s%s%s: %s", (long)ts.tv_sec,
Can you align it to igt_runner format? It is %ld.%06ld
see grep 6ld runner/*.c
Regards,
Kamil
> + ts.tv_nsec / 1000, program_name, getpid(), thread_id,
> + (domain) ? domain : "", (domain) ? "-" : "", igt_log_level_str[level],
> + line) == -1)
> + goto out;
> }
>
> if (line[strlen(line) - 1] == '\n')
>
> ---
> base-commit: 8eb6e58f00d39b3bb79ffc501eb020b36c8f8c31
> change-id: 20260430-add_timestamps_to_logs-d84fdfd7ef4c
>
> Best regards,
> --
> Andrzej Hajda <andrzej.hajda@intel.com>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] core: add timestamps to logs
2026-05-06 14:25 ` [PATCH] " Kamil Konieczny
@ 2026-05-06 15:09 ` Hajda, Andrzej
0 siblings, 0 replies; 6+ messages in thread
From: Hajda, Andrzej @ 2026-05-06 15:09 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, Ryszard Knop, Stuart Summers
W dniu 6.05.2026 o 16:25, Kamil Konieczny pisze:
> Hi Andrzej,
> On 2026-05-05 at 16:46:27 +0200, Andrzej Hajda wrote:
>
> please use longer prefix, also these changes only debug logs,
> so imho better subject:
>
> [PATCH] lib/igt_core: add timestamps to error logs
OK
>
> See for example results here:
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15100/shard-lnl-2/igt@core_auth@many-magics.html
>
>> IGT tests run often time consuming tasks. Timestamps should simplify
>> time analysis and matching with kernel logs.
>> Since IGT is closely connected with the kernel let's use the same format.
>>
>> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
>> ---
>> lib/igt_core.c | 13 +++++++++----
>> 1 file changed, 9 insertions(+), 4 deletions(-)
>>
>> diff --git a/lib/igt_core.c b/lib/igt_core.c
>> index 4f79c02948ab..e11b181e7a82 100644
>> --- a/lib/igt_core.c
>> +++ b/lib/igt_core.c
>> @@ -3227,10 +3227,15 @@ void igt_vlog(const char *domain, enum igt_log_level level, const char *format,
>> formatted_line = strdup(line);
>> if (!formatted_line)
>> goto out;
>> - } else if (asprintf(&formatted_line, "(%s:%d) %s%s%s%s: %s", program_name,
>> - getpid(), thread_id, (domain) ? domain : "", (domain) ? "-" : "",
>> - igt_log_level_str[level], line) == -1) {
>> - goto out;
>> + } else {
>> + struct timespec ts;
>> +
>> + igt_gettime(&ts);
>> + if (asprintf(&formatted_line, "[%5ld.%06ld] (%s:%d) %s%s%s%s: %s", (long)ts.tv_sec,
>
> Can you align it to igt_runner format? It is %ld.%06ld
> see grep 6ld runner/*.c
OK. Looks better.
Regards
Andrzej
>
> Regards,
> Kamil
>
>> + ts.tv_nsec / 1000, program_name, getpid(), thread_id,
>> + (domain) ? domain : "", (domain) ? "-" : "", igt_log_level_str[level],
>> + line) == -1)
>> + goto out;
>> }
>>
>> if (line[strlen(line) - 1] == '\n')
>>
>> ---
>> base-commit: 8eb6e58f00d39b3bb79ffc501eb020b36c8f8c31
>> change-id: 20260430-add_timestamps_to_logs-d84fdfd7ef4c
>>
>> Best regards,
>> --
>> Andrzej Hajda <andrzej.hajda@intel.com>
>>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-05-06 15:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 14:46 [PATCH] core: add timestamps to logs Andrzej Hajda
2026-05-05 18:23 ` ✗ Xe.CI.BAT: failure for " Patchwork
2026-05-05 18:48 ` ✗ i915.CI.BAT: " Patchwork
2026-05-06 2:37 ` ✗ Xe.CI.FULL: " Patchwork
2026-05-06 14:25 ` [PATCH] " Kamil Konieczny
2026-05-06 15:09 ` Hajda, Andrzej
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox