* [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness
@ 2023-08-28 20:23 Drew Davenport
2023-08-28 22:03 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Drew Davenport @ 2023-08-28 20:23 UTC (permalink / raw)
To: igt-dev; +Cc: Drew Davenport
Nonblocking commits can sometimes return -EBUSY. It's expected that
this error is transient and that userspace should retry the commit.
Since kms_atomic_transition uses nonblocking commits for some test
cases, the test fails flakily.
This change will handle -EBUSY to ensure that the test does not
fail in that case.
Closes: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/144
Signed-off-by: Drew Davenport <ddavenport@chromium.org>
---
tests/kms_atomic_transition.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
index 6ab5267ca..46ce9f929 100644
--- a/tests/kms_atomic_transition.c
+++ b/tests/kms_atomic_transition.c
@@ -683,7 +683,11 @@ static void commit_display(data_t *data, unsigned event_mask, bool nonblocking)
if (nonblocking)
flags |= DRM_MODE_ATOMIC_NONBLOCK;
- igt_display_commit_atomic(&data->display, flags, NULL);
+ do {
+ ret = igt_display_try_commit_atomic(&data->display, flags, NULL);
+ } while (ret == -EBUSY);
+
+ igt_assert_eq(ret, 0);
igt_debug("Event mask: %x, waiting for %i events\n", event_mask, num_events);
--
2.42.0.rc2.253.gd59a3bf2b4-goog
^ permalink raw reply related [flat|nested] 8+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_atomic_transition: Address test flakiness 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport @ 2023-08-28 22:03 ` Patchwork 2023-08-28 22:24 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork ` (4 subsequent siblings) 5 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-28 22:03 UTC (permalink / raw) To: Drew Davenport; +Cc: igt-dev == Series Details == Series: tests/kms_atomic_transition: Address test flakiness URL : https://patchwork.freedesktop.org/series/122985/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/971924 for the overview. build-containers:build-debian has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48117929): time="2023-08-28T21:54:16Z" level=fatal msg="Error determining repository tags: Invalid status code returned when fetching tags list 503 (Service Unavailable)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-28T21:54:25Z" level=warning msg="signal: killed" time="2023-08-28T21:54:25Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1693259666:step_script section_start:1693259666:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693259666:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48117931): time="2023-08-28T21:57:49Z" level=fatal msg="Error determining repository tags: Invalid status code returned when fetching tags list 503 (Service Unavailable)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-28T21:57:59Z" level=warning msg="signal: killed" time="2023-08-28T21:57:59Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1693259879:step_script section_start:1693259879:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693259879:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48117930): time="2023-08-28T21:56:15Z" level=fatal msg="Error determining repository tags: Invalid status code returned when fetching tags list 503 (Service Unavailable)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-28T21:56:39Z" level=warning msg="signal: killed" time="2023-08-28T21:56:39Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1693259800:step_script section_start:1693259800:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693259800:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48117932): time="2023-08-28T21:54:36Z" level=fatal msg="Error determining repository tags: Invalid status code returned when fetching tags list 503 (Service Unavailable)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-28T21:54:41Z" level=warning msg="signal: killed" time="2023-08-28T21:54:41Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1693259681:step_script section_start:1693259681:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693259682:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48117933): time="2023-08-28T21:53:47Z" level=fatal msg="Error determining repository tags: Invalid status code returned when fetching tags list 503 (Service Unavailable)" Building! STEP 1: FROM fedora:31 Getting image source signatures Copying blob sha256:854946d575a439a894349addd141568875d7c1e673d3286b08250f3dde002e6a Copying config sha256:7e94ed77b448a8d2ff08b92d3ca743e4e862c744892d6886c73487581eb5863a Writing manifest to image destination Storing signatures STEP 2: RUN dnf install -y gcc flex bison libatomic meson ninja-build xdotool 'pkgconfig(libdrm)' 'pkgconfig(pciaccess)' 'pkgconfig(libkmod)' 'pkgconfig(libprocps)' 'pkgconfig(libunwind)' 'pkgconfig(libdw)' 'pkgconfig(pixman-1)' 'pkgconfig(valgrind)' 'pkgconfig(cairo)' 'pkgconfig(libudev)' 'pkgconfig(glib-2.0)' 'pkgconfig(gsl)' 'pkgconfig(alsa)' 'pkgconfig(xmlrpc)' 'pkgconfig(xmlrpc_util)' 'pkgconfig(xmlrpc_client)' 'pkgconfig(json-c)' 'pkgconfig(gtk-doc)' 'pkgconfig(xv)' 'pkgconfig(xrandr)' python3-docutils error running container: error creating container for [/bin/sh -c dnf install -y gcc flex bison libatomic meson ninja-build xdotool 'pkgconfig(libdrm)' 'pkgconfig(pciaccess)' 'pkgconfig(libkmod)' 'pkgconfig(libprocps)' 'pkgconfig(libunwind)' 'pkgconfig(libdw)' 'pkgconfig(pixman-1)' 'pkgconfig(valgrind)' 'pkgconfig(cairo)' 'pkgconfig(libudev)' 'pkgconfig(glib-2.0)' 'pkgconfig(gsl)' 'pkgconfig(alsa)' 'pkgconfig(xmlrpc)' 'pkgconfig(xmlrpc_util)' 'pkgconfig(xmlrpc_client)' 'pkgconfig(json-c)' 'pkgconfig(gtk-doc)' 'pkgconfig(xv)' 'pkgconfig(xrandr)' python3-docutils]: time="2023-08-28T21:53:53Z" level=warning msg="signal: killed" time="2023-08-28T21:53:53Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN dnf install -y gcc flex bison libatomic meson ninja-build xdotool 'pkgconfig(libdrm)' 'pkgconfig(pciaccess)' 'pkgconfig(libkmod)' 'pkgconfig(libprocps)' 'pkgconfig(libunwind)' 'pkgconfig(libdw)' 'pkgconfig(pixman-1)' 'pkgconfig(valgrind)' 'pkgconfig(cairo)' 'pkgconfig(libudev)' 'pkgconfig(glib-2.0)' 'pkgconfig(gsl)' 'pkgconfig(alsa)' 'pkgconfig(xmlrpc)' 'pkgconfig(xmlrpc_util)' 'pkgconfig(xmlrpc_client)' 'pkgconfig(json-c)' 'pkgconfig(gtk-doc)' 'pkgconfig(xv)' 'pkgconfig(xrandr)' python3-docutils": error while running runtime: exit status 1 section_end:1693259634:step_script section_start:1693259634:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693259634:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/971924 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/kms_atomic_transition: Address test flakiness 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport 2023-08-28 22:03 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2023-08-28 22:24 ` Patchwork 2023-08-28 22:34 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 5 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-28 22:24 UTC (permalink / raw) To: Drew Davenport; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4371 bytes --] == Series Details == Series: tests/kms_atomic_transition: Address test flakiness URL : https://patchwork.freedesktop.org/series/122985/ State : success == Summary == CI Bug Log - changes from XEIGT_7454_BAT -> XEIGTPW_9673_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (2 -> 4) ------------------------------ Additional (2): bat-pvc-2 bat-dg2-oem2 Known issues ------------ Here are the changes found in XEIGTPW_9673_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#480]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7454/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: NOTRUN -> [SKIP][3] ([i915#5274]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: NOTRUN -> [FAIL][4] ([Intel XE#400]) +2 similar issues [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@kms_psr@primary_page_flip: - bat-dg2-oem2: NOTRUN -> [SKIP][5] ([i915#1072]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@kms_psr@primary_page_flip.html * igt@xe_compute@compute-square: - bat-dg2-oem2: NOTRUN -> [SKIP][6] ([Intel XE#252]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@xe_compute@compute-square.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][7] ([Intel XE#288]) +17 similar issues [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_huc_copy@huc_copy: - bat-dg2-oem2: NOTRUN -> [SKIP][8] ([Intel XE#255]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html * igt@xe_live_ktest@bo: - bat-dg2-oem2: NOTRUN -> [SKIP][9] ([Intel XE#483]) +2 similar issues [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9673/bat-dg2-oem2/igt@xe_live_ktest@bo.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/252 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#389]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/389 [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/482 [Intel XE#483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/483 [Intel XE#531]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/531 [Intel XE#532]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/532 [Intel XE#533]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/533 [Intel XE#535]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/535 [Intel XE#536]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/536 [Intel XE#537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/537 [Intel XE#538]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/538 [Intel XE#539]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/539 [Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540 [Intel XE#541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/541 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 Build changes ------------- * IGT: IGT_7454 -> IGTPW_9673 IGTPW_9673: 9673 IGT_7454: 7454 xe-340-c77796cf84361b4716839141f2e48de2bf7f4bd5: c77796cf84361b4716839141f2e48de2bf7f4bd5 [-- Attachment #2: Type: text/html, Size: 4153 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition: Address test flakiness 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport 2023-08-28 22:03 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-28 22:24 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork @ 2023-08-28 22:34 ` Patchwork 2023-08-29 2:25 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 5 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-28 22:34 UTC (permalink / raw) To: Drew Davenport; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2275 bytes --] == Series Details == Series: tests/kms_atomic_transition: Address test flakiness URL : https://patchwork.freedesktop.org/series/122985/ State : success == Summary == CI Bug Log - changes from CI_DRM_13572 -> IGTPW_9673 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/index.html Participating hosts (39 -> 35) ------------------------------ Missing (4): fi-kbl-soraka bat-dg2-9 bat-adlp-11 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9673 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@requests: - bat-mtlp-6: [PASS][1] -> [ABORT][2] ([i915#7982]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/bat-mtlp-6/igt@i915_selftest@live@requests.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s3-without-i915: - bat-mtlp-8: NOTRUN -> [SKIP][3] ([i915#6645]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html #### Possible fixes #### * igt@i915_selftest@live@requests: - bat-mtlp-8: [ABORT][4] ([i915#7982]) -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/bat-mtlp-8/igt@i915_selftest@live@requests.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/bat-mtlp-8/igt@i915_selftest@live@requests.html [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7454 -> IGTPW_9673 CI-20190529: 20190529 CI_DRM_13572: f2dfaec0582a995d5e74e5b1896dd6772f5ca9e6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9673: 9673 IGT_7454: 7454 Testlist changes ---------------- -igt@xe_exec_invalid_va@invalid-va -igt@xe_exec_invalid_va@invalid-va-fault -igt@xe_exec_invalid_va@invalid-va-fault-scratch -igt@xe_exec_invalid_va@invalid-va-scratch == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/index.html [-- Attachment #2: Type: text/html, Size: 3006 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Address test flakiness 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport ` (2 preceding siblings ...) 2023-08-28 22:34 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork @ 2023-08-29 2:25 ` Patchwork 2023-08-29 7:01 ` [igt-dev] [PATCH] " Juha-Pekka Heikkila 2023-09-07 18:56 ` Juha-Pekka Heikkila 5 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-29 2:25 UTC (permalink / raw) To: Drew Davenport; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 86106 bytes --] == Series Details == Series: tests/kms_atomic_transition: Address test flakiness URL : https://patchwork.freedesktop.org/series/122985/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13572_full -> IGTPW_9673_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9673_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9673_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/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_9673_full: ### IGT changes ### #### Possible regressions #### * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-3.html Known issues ------------ Here are the changes found in IGTPW_9673_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][2] ([i915#8411]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@api_intel_bb@blit-reloc-keep-cache.html - shard-rkl: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][4] ([i915#6122]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@api_intel_bb@render-ccs.html * igt@core_hotunplug@unbind-rebind: - shard-snb: [PASS][5] -> [ABORT][6] ([i915#4528] / [i915#8213]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-snb7/igt@core_hotunplug@unbind-rebind.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb4/igt@core_hotunplug@unbind-rebind.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#8414]) +20 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][8] -> [FAIL][9] ([i915#7742]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][10] ([fdo#111827]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@feature_discovery@chamelium.html - shard-tglu: NOTRUN -> [SKIP][11] ([fdo#111827]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-5/igt@feature_discovery@chamelium.html * igt@gem_close_race@multigpu-basic-threads: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#7697]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-mtlp: [PASS][13] -> [FAIL][14] ([i915#6121]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hang@vcs0: - shard-mtlp: [PASS][15] -> [FAIL][16] ([i915#2410]) +3 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-4/igt@gem_ctx_persistence@engines-hang@vcs0.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#8555]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@processes: - shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#1099]) +3 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb1/igt@gem_ctx_persistence@processes.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#280]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@unwedge-stress: - shard-dg1: [PASS][20] -> [FAIL][21] ([i915#5784]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-17/igt@gem_eio@unwedge-stress.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-14/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-sync: - shard-mtlp: NOTRUN -> [SKIP][22] ([i915#4771]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@parallel-contexts: - shard-rkl: NOTRUN -> [SKIP][23] ([i915#4525]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@pi@vcs0: - shard-mtlp: [PASS][24] -> [FAIL][25] ([i915#4475]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-1/igt@gem_exec_capture@pi@vcs0.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_capture@pi@vecs0: - shard-mtlp: [PASS][26] -> [FAIL][27] ([i915#4475] / [i915#7765]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-1/igt@gem_exec_capture@pi@vecs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@gem_exec_capture@pi@vecs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-rkl: [PASS][28] -> [FAIL][29] ([i915#2842]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#3539]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-14/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: NOTRUN -> [FAIL][31] ([i915#2842]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-tglu: NOTRUN -> [FAIL][32] ([i915#2842]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-3/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#4812]) +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-wb-rw-default: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +4 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@gem_exec_flush@basic-wb-rw-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-rkl: NOTRUN -> [SKIP][35] ([i915#7697]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@gem_exec_gttfill@multigpu-basic.html - shard-dg1: NOTRUN -> [SKIP][36] ([i915#7697]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-17/igt@gem_exec_gttfill@multigpu-basic.html - shard-tglu: NOTRUN -> [SKIP][37] ([i915#7697]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-10/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-root: - shard-rkl: NOTRUN -> [SKIP][38] ([fdo#112283]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@gem_exec_params@secure-non-root.html - shard-dg1: NOTRUN -> [SKIP][39] ([fdo#112283]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@gem_exec_params@secure-non-root.html - shard-tglu: NOTRUN -> [SKIP][40] ([fdo#112283]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-9/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#3281]) +3 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html - shard-dg1: NOTRUN -> [SKIP][42] ([i915#3281]) +2 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-15/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-gtt-wc: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +11 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@gem_exec_reloc@basic-gtt-wc.html * igt@gem_exec_reloc@basic-write-read-active: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#3281]) +1 similar issue [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4537] / [i915#4812]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [PASS][46] -> [INCOMPLETE][47] ([i915#6311]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-11/igt@gem_exec_suspend@basic-s0@lmem0.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_fenced_exec_thrash@too-many-fences: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4860]) +1 similar issue [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@gem_fenced_exec_thrash@too-many-fences.html * igt@gem_lmem_swapping@parallel-random: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4613]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@random-engines: - shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@gem_lmem_swapping@random-engines.html - shard-tglu: NOTRUN -> [SKIP][51] ([i915#4613]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-5/igt@gem_lmem_swapping@random-engines.html * igt@gem_madvise@dontneed-before-pwrite: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#3282]) +1 similar issue [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_mmap@basic: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4083]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-17/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4077]) +10 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@read: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4083]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-2/igt@gem_mmap_wc@read.html * igt@gem_mmap_wc@write-cpu-read-wc: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4083]) +2 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@gem_mmap_wc@write-cpu-read-wc.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-4/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +4 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#4270]) +4 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#4270]) +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@gem_pxp@verify-pxp-stale-ctx-execution.html - shard-tglu: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-4/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#8428]) +2 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4079]) +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_spin_batch@spin-all-new: - shard-dg2: NOTRUN -> [FAIL][64] ([i915#5889]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@gem_spin_batch@spin-all-new.html * igt@gem_spin_batch@user-each: - shard-mtlp: [PASS][65] -> [DMESG-FAIL][66] ([i915#8962] / [i915#9121]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-7/igt@gem_spin_batch@user-each.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-4/igt@gem_spin_batch@user-each.html * igt@gem_userptr_blits@map-fixed-invalidate: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#3297] / [i915#4880]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@gem_userptr_blits@map-fixed-invalidate.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#3297] / [i915#4880]) +2 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#3297]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: [PASS][70] -> [FAIL][71] ([i915#6268]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-8/igt@gem_userptr_blits@nohangcheck.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@gem_userptr_blits@nohangcheck.html * igt@gem_userptr_blits@unsync-overlap: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#3297]) +3 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@vma-merge: - shard-rkl: NOTRUN -> [FAIL][73] ([i915#3318]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@gem_userptr_blits@vma-merge.html - shard-dg1: NOTRUN -> [FAIL][74] ([i915#3318]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-15/igt@gem_userptr_blits@vma-merge.html - shard-tglu: NOTRUN -> [FAIL][75] ([i915#3318]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@gem_userptr_blits@vma-merge.html * igt@gen3_render_linear_blits: - shard-rkl: NOTRUN -> [SKIP][76] ([fdo#109289]) +2 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@gen3_render_linear_blits.html - shard-dg1: NOTRUN -> [SKIP][77] ([fdo#109289]) +2 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-13/igt@gen3_render_linear_blits.html - shard-tglu: NOTRUN -> [SKIP][78] ([fdo#109289]) +2 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@gen3_render_linear_blits.html * igt@gen9_exec_parse@allowed-all: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#2856]) +2 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@gen9_exec_parse@allowed-all.html - shard-rkl: NOTRUN -> [SKIP][80] ([i915#2527]) +2 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#2527]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@gen9_exec_parse@bb-start-cmd.html - shard-tglu: NOTRUN -> [SKIP][82] ([i915#2527] / [i915#2856]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-9/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-2/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [PASS][84] -> [ABORT][85] ([i915#8489] / [i915#8668]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_backlight@bad-brightness: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#5354] / [i915#7561]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@i915_pm_backlight@bad-brightness.html * igt@i915_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#658]) +1 similar issue [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@i915_pm_dc@dc5-psr.html - shard-dg1: NOTRUN -> [SKIP][88] ([i915#658]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@i915_pm_dc@dc5-psr.html - shard-tglu: NOTRUN -> [SKIP][89] ([i915#658]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-9/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-tglu: [PASS][90] -> [SKIP][91] ([i915#4281]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-tglu-2/igt@i915_pm_dc@dc9-dpms.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-rkl: NOTRUN -> [SKIP][92] ([i915#8399]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-dg1: [PASS][93] -> [FAIL][94] ([i915#3591]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#1397]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html - shard-tglu: NOTRUN -> [SKIP][96] ([fdo#111644] / [i915#1397]) +1 similar issue [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-7/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@i2c: - shard-glk: [PASS][97] -> [FAIL][98] ([i915#5466]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-glk5/igt@i915_pm_rpm@i2c.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-glk3/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: [PASS][99] -> [SKIP][100] ([i915#1397]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-12/igt@i915_pm_rpm@modeset-lpsp.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][101] -> [SKIP][102] ([i915#1397]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: [PASS][103] -> [SKIP][104] ([i915#1397]) +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-17/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#6621]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-idle: - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#6621]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#4077]) +3 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#4212]) +1 similar issue [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1: - shard-mtlp: [PASS][109] -> [FAIL][110] ([i915#2521]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-6/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1: - shard-glk: [PASS][111] -> [FAIL][112] ([i915#2521]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-glk2/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][113] ([i915#8247]) +3 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_async_flips@crc@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][114] ([i915#8247]) +3 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-15/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6229]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-7/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#1769] / [i915#3555]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: NOTRUN -> [FAIL][117] ([i915#5138]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#5286]) +2 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#4538] / [i915#5286]) +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-16/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-mtlp: [PASS][120] -> [FAIL][121] ([i915#3743]) +3 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-tglu: NOTRUN -> [SKIP][122] ([fdo#111615] / [i915#5286]) +1 similar issue [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][123] ([fdo#111614] / [i915#3638]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][124] ([fdo#111614]) +1 similar issue [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][125] ([fdo#111614]) +2 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#5190]) +15 similar issues [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/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-mtlp: NOTRUN -> [SKIP][127] ([fdo#111615]) +3 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +6 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][129] ([fdo#110723]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html - shard-dg1: NOTRUN -> [SKIP][130] ([i915#4538]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html - shard-tglu: NOTRUN -> [SKIP][131] ([fdo#111615]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-9/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#5354] / [i915#6095]) +6 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_ccs.html - shard-dg1: NOTRUN -> [SKIP][134] ([i915#3689] / [i915#5354] / [i915#6095]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-16/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#5354]) +53 similar issues [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095]) +7 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-2/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][137] ([i915#3689] / [i915#5354] / [i915#6095]) +2 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-5/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#3689] / [i915#5354]) +19 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#6095]) +12 similar issues [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#3886] / [i915#5354] / [i915#6095]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-7/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#3689] / [i915#3886] / [i915#5354]) +8 similar issues [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][143] ([fdo#109271]) +3 similar issues [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-apl6/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-basic-4_tiled_mtl_rc_ccs: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#5354] / [i915#6095]) +3 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@kms_ccs@pipe-d-crc-primary-basic-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#5354]) +9 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#7213] / [i915#9010]) +3 similar issues [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#4087] / [i915#7213]) +2 similar issues [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#7213]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][149] ([fdo#111827]) +3 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-rkl: NOTRUN -> [SKIP][150] ([i915#7828]) +2 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#7828]) +9 similar issues [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_hpd@dp-hpd: - shard-dg1: NOTRUN -> [SKIP][152] ([i915#7828]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-16/igt@kms_chamelium_hpd@dp-hpd.html - shard-tglu: NOTRUN -> [SKIP][153] ([i915#7828]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-4/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#7828]) +4 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3299]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@lic: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#7118]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@kms_content_protection@lic.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#3555]) +1 similar issue [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-rkl: NOTRUN -> [SKIP][158] ([fdo#109279] / [i915#3359]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html - shard-tglu: NOTRUN -> [SKIP][159] ([fdo#109279] / [i915#3359]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#3359]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html - shard-dg1: NOTRUN -> [SKIP][161] ([i915#3359]) +1 similar issue [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-19/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html - shard-tglu: NOTRUN -> [SKIP][162] ([i915#3359]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3359]) +1 similar issue [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#3555]) +10 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#8814]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1: - shard-snb: NOTRUN -> [DMESG-WARN][166] ([i915#8841]) +4 similar issues [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb4/igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-snb: NOTRUN -> [SKIP][167] ([fdo#109271] / [fdo#111767]) +1 similar issue [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb2/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions: - shard-mtlp: [PASS][168] -> [FAIL][169] ([i915#8248]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][170] ([fdo#109274]) +1 similar issue [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-10/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-dg2: NOTRUN -> [SKIP][171] ([fdo#109274] / [i915#5354]) +1 similar issue [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-rkl: NOTRUN -> [SKIP][172] ([fdo#111767] / [fdo#111825]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html - shard-dg1: NOTRUN -> [SKIP][173] ([fdo#111767] / [fdo#111825]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-14/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html - shard-tglu: NOTRUN -> [SKIP][174] ([fdo#109274] / [fdo#111767]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-dg2: NOTRUN -> [SKIP][175] ([fdo#109274] / [fdo#111767] / [i915#5354]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#3546]) +1 similar issue [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [PASS][177] -> [FAIL][178] ([i915#2346]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#4103]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-tglu: NOTRUN -> [SKIP][180] ([i915#4103]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#8588]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][182] ([i915#3804]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#8812]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#3840]) +1 similar issue [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@kms_dsc@dsc-basic.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#3469]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][186] ([fdo#109274] / [i915#3637] / [i915#3966]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-8/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-dg2: NOTRUN -> [SKIP][187] ([fdo#109274] / [fdo#111767]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#8381]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][189] ([fdo#109274]) +8 similar issues [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-5/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-nonexisting-fb: - shard-snb: NOTRUN -> [SKIP][190] ([fdo#109271]) +201 similar issues [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb2/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][191] ([fdo#111825]) +5 similar issues [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#3637]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-tglu: NOTRUN -> [SKIP][193] ([fdo#109274] / [i915#3637]) +1 similar issue [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#2672]) +2 similar issues [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html - shard-dg1: NOTRUN -> [SKIP][195] ([i915#2587] / [i915#2672]) +1 similar issue [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][196] ([i915#2587] / [i915#2672]) +1 similar issue [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#2672]) +3 similar issues [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#8810]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#2672]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: - shard-dg2: [PASS][200] -> [FAIL][201] ([i915#6880]) +4 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [FAIL][202] ([i915#6880]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#8708]) +4 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#1825]) +8 similar issues [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#8708]) +3 similar issues [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][206] ([fdo#111825]) +10 similar issues [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html - shard-tglu: NOTRUN -> [SKIP][207] ([fdo#109280]) +7 similar issues [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#8708]) +20 similar issues [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html - shard-rkl: NOTRUN -> [SKIP][209] ([fdo#111825] / [i915#1825]) +14 similar issues [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][210] ([fdo#110189]) +4 similar issues [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-5/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3458]) +22 similar issues [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][212] ([i915#3023]) +8 similar issues [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg1: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-18/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-metadata-sizes: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#8228]) +2 similar issues [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html - shard-tglu: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#8228]) +1 similar issue [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-5/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#8228]) +2 similar issues [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-5/igt@kms_hdr@static-toggle.html * igt@kms_plane@pixel-format@pipe-b-planes: - shard-mtlp: [PASS][217] -> [FAIL][218] ([i915#1623]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-7/igt@kms_plane@pixel-format@pipe-b-planes.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][219] ([i915#8292]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][220] ([i915#8292]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#5176]) +3 similar issues [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#5176]) +3 similar issues [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-c-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#5176]) +7 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#5176]) +19 similar issues [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-17/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#5235]) +19 similar issues [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#5235]) +5 similar issues [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][227] ([i915#5235]) +3 similar issues [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-7/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-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][228] ([i915#5235]) +7 similar issues [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-14/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_prime@d3hot: - shard-dg2: NOTRUN -> [SKIP][229] ([i915#6524] / [i915#6805]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#658]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][231] ([fdo#111068] / [i915#658]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html - shard-dg1: NOTRUN -> [SKIP][232] ([fdo#111068] / [i915#658]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-17/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html - shard-tglu: NOTRUN -> [SKIP][233] ([fdo#111068] / [i915#658]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-8/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr@psr2_primary_blt: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#1072]) +7 similar issues [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@kms_psr@psr2_primary_blt.html * igt@kms_psr@psr2_sprite_mmap_cpu: - shard-rkl: NOTRUN -> [SKIP][235] ([i915#1072]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_psr@psr2_sprite_mmap_cpu.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#4235]) +1 similar issue [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-6/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#4235] / [i915#5190]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: NOTRUN -> [SKIP][238] ([fdo#111615] / [i915#5289]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#4235]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-tglu: NOTRUN -> [SKIP][240] ([i915#3555]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@kms_scaling_modes@scaling-mode-full-aspect.html - shard-dg1: NOTRUN -> [SKIP][241] ([i915#3555]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-13/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_selftest@drm_damage: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#8661]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@kms_selftest@drm_damage.html * igt@kms_selftest@drm_format_helper: - shard-snb: NOTRUN -> [SKIP][243] ([fdo#109271] / [i915#8661]) +2 similar issues [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb7/igt@kms_selftest@drm_format_helper.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][244] ([i915#5465]) +1 similar issue [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-snb5/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_tv_load_detect@load-detect: - shard-dg2: NOTRUN -> [SKIP][245] ([fdo#109309]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-dg2: [PASS][246] -> [FAIL][247] ([fdo#103375]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-idle: - shard-rkl: NOTRUN -> [SKIP][248] ([i915#4070] / [i915#6768]) +1 similar issue [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-6/igt@kms_vblank@pipe-c-ts-continuation-idle.html * igt@kms_vblank@pipe-d-ts-continuation-modeset: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#4070] / [i915#533] / [i915#6768]) +1 similar issue [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@kms_vblank@pipe-d-ts-continuation-modeset.html * igt@kms_writeback@writeback-fb-id: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#2437]) +1 similar issue [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@kms_writeback@writeback-fb-id.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: NOTRUN -> [FAIL][251] ([i915#7484]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [PASS][252] -> [FAIL][253] ([i915#4349]) +3 similar issues [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-8/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][254] ([i915#8516]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@fence-read-hang: - shard-rkl: NOTRUN -> [SKIP][255] ([fdo#109295] / [i915#3708]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@prime_vgem@fence-read-hang.html - shard-dg1: NOTRUN -> [SKIP][256] ([i915#3708]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-19/igt@prime_vgem@fence-read-hang.html - shard-tglu: NOTRUN -> [SKIP][257] ([fdo#109295]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-7/igt@prime_vgem@fence-read-hang.html * igt@prime_vgem@fence-write-hang: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#3708]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@prime_vgem@fence-write-hang.html * igt@sysfs_heartbeat_interval@mixed@ccs0: - shard-mtlp: [PASS][259] -> [ABORT][260] ([i915#8552]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-2/igt@sysfs_heartbeat_interval@mixed@ccs0.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@sysfs_heartbeat_interval@mixed@ccs0.html * igt@sysfs_heartbeat_interval@mixed@vecs0: - shard-mtlp: [PASS][261] -> [FAIL][262] ([i915#1731]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-2/igt@sysfs_heartbeat_interval@mixed@vecs0.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@sysfs_heartbeat_interval@mixed@vecs0.html * igt@v3d/v3d_perfmon@create-perfmon-0: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#2575]) +6 similar issues [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@v3d/v3d_perfmon@create-perfmon-0.html * igt@v3d/v3d_submit_cl@bad-perfmon: - shard-dg2: NOTRUN -> [SKIP][264] ([i915#2575]) +14 similar issues [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-10/igt@v3d/v3d_submit_cl@bad-perfmon.html * igt@v3d/v3d_submit_csd@bad-bo: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#2575]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-13/igt@v3d/v3d_submit_csd@bad-bo.html - shard-tglu: NOTRUN -> [SKIP][266] ([fdo#109315] / [i915#2575]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-4/igt@v3d/v3d_submit_csd@bad-bo.html * igt@v3d/v3d_wait_bo@bad-pad: - shard-rkl: NOTRUN -> [SKIP][267] ([fdo#109315]) +2 similar issues [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@v3d/v3d_wait_bo@bad-pad.html * igt@vc4/vc4_perfmon@create-single-perfmon: - shard-mtlp: NOTRUN -> [SKIP][268] ([i915#7711]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@vc4/vc4_perfmon@create-single-perfmon.html * igt@vc4/vc4_purgeable_bo@mark-purgeable: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#7711]) +2 similar issues [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-1/igt@vc4/vc4_purgeable_bo@mark-purgeable.html - shard-dg1: NOTRUN -> [SKIP][270] ([i915#7711]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-15/igt@vc4/vc4_purgeable_bo@mark-purgeable.html - shard-tglu: NOTRUN -> [SKIP][271] ([i915#2575]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@vc4/vc4_purgeable_bo@mark-purgeable.html * igt@vc4/vc4_tiling@set-get: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#7711]) +10 similar issues [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-3/igt@vc4/vc4_tiling@set-get.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [FAIL][273] ([i915#7742]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [ABORT][275] ([i915#7461]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_isolation@preservation-s3@vcs1: - shard-dg2: [INCOMPLETE][277] -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3@vcs1.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-2/igt@gem_ctx_isolation@preservation-s3@vcs1.html * igt@gem_eio@hibernate: - shard-tglu: [ABORT][279] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-tglu-10/igt@gem_eio@hibernate.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-4/igt@gem_eio@hibernate.html * igt@gem_eio@in-flight-contexts-1us: - shard-mtlp: [ABORT][281] ([i915#8503]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-3/igt@gem_eio@in-flight-contexts-1us.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-2/igt@gem_eio@in-flight-contexts-1us.html * igt@gem_exec_capture@pi@rcs0: - shard-mtlp: [FAIL][283] ([i915#4475]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-1/igt@gem_exec_capture@pi@rcs0.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-3/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [FAIL][285] ([i915#2842]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][287] ([i915#2842]) -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][289] ([i915#2842]) -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][291] ([fdo#109271]) -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-apl4/igt@i915_pm_dc@dc9-dpms.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-apl1/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-dg1: [FAIL][293] ([i915#3591]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-dg1: [SKIP][295] ([i915#1397]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-18/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][297] ([i915#1397]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [SKIP][299] ([i915#1397]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-4/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rpm@system-suspend-modeset: - shard-dg2: [FAIL][301] ([fdo#103375]) -> [PASS][302] +2 similar issues [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-11/igt@i915_pm_rpm@system-suspend-modeset.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-11/igt@i915_pm_rpm@system-suspend-modeset.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-2: - shard-glk: [FAIL][303] ([i915#2521]) -> [PASS][304] [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-2.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-glk2/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-2.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][305] ([i915#2346]) -> [PASS][306] [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][307] ([i915#2346]) -> [PASS][308] [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-mtlp: [FAIL][309] ([i915#4767]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-2/igt@kms_fbcon_fbt@psr-suspend.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@dpms-vs-vblank-race@b-hdmi-a1: - shard-glk: [FAIL][311] ([i915#407]) -> [PASS][312] [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-glk3/igt@kms_flip@dpms-vs-vblank-race@b-hdmi-a1.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-glk4/igt@kms_flip@dpms-vs-vblank-race@b-hdmi-a1.html * igt@kms_plane_cursor@viewport@pipe-d-edp-1-size-64: - shard-mtlp: [DMESG-WARN][313] ([i915#1982]) -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-7/igt@kms_plane_cursor@viewport@pipe-d-edp-1-size-64.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@kms_plane_cursor@viewport@pipe-d-edp-1-size-64.html * igt@kms_vblank@pipe-c-query-forked-busy-hang: - shard-mtlp: [DMESG-WARN][315] -> [PASS][316] [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-3/igt@kms_vblank@pipe-c-query-forked-busy-hang.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-8/igt@kms_vblank@pipe-c-query-forked-busy-hang.html * igt@perf_pmu@render-node-busy-idle@vcs1: - shard-dg1: [FAIL][317] ([i915#4349]) -> [PASS][318] +1 similar issue [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-17/igt@perf_pmu@render-node-busy-idle@vcs1.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-16/igt@perf_pmu@render-node-busy-idle@vcs1.html - shard-mtlp: [FAIL][319] ([i915#4349]) -> [PASS][320] +1 similar issue [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-6/igt@perf_pmu@render-node-busy-idle@vcs1.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-7/igt@perf_pmu@render-node-busy-idle@vcs1.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-tglu: [WARN][321] ([i915#2681]) -> [FAIL][322] ([i915#2681] / [i915#3591]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][323] ([i915#7116]) -> [SKIP][324] ([fdo#109300]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-16/igt@kms_content_protection@mei_interface.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-13/igt@kms_content_protection@mei_interface.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-mtlp: [DMESG-FAIL][325] ([i915#1982] / [i915#2017] / [i915#5954]) -> [DMESG-FAIL][326] ([i915#2017] / [i915#5954]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][327] ([i915#3955]) -> [SKIP][328] ([fdo#110189] / [i915#3955]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_psr@primary_mmap_gtt: - shard-dg1: [SKIP][329] ([i915#1072]) -> [SKIP][330] ([i915#1072] / [i915#4078]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-15/igt@kms_psr@primary_mmap_gtt.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-16/igt@kms_psr@primary_mmap_gtt.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: [SKIP][331] ([i915#1072] / [i915#4078]) -> [SKIP][332] ([i915#1072]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg1-18/igt@kms_psr@sprite_plane_onoff.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg1-17/igt@kms_psr@sprite_plane_onoff.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [INCOMPLETE][333] ([i915#5493]) -> [CRASH][334] ([i915#7331]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-dg2-12/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [TIMEOUT][335] ([i915#8521]) -> [ABORT][336] ([i915#8521] / [i915#8865]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13572/shard-mtlp-5/igt@sysfs_preempt_timeout@timeout@vecs0.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/shard-mtlp-5/igt@sysfs_preempt_timeout@timeout@vecs0.html [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966 [i915#407]: https://gitlab.freedesktop.org/drm/intel/issues/407 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5466]: https://gitlab.freedesktop.org/drm/intel/issues/5466 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5889]: https://gitlab.freedesktop.org/drm/intel/issues/5889 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122 [i915#6229]: https://gitlab.freedesktop.org/drm/intel/issues/6229 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6311]: https://gitlab.freedesktop.org/drm/intel/issues/6311 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7331]: https://gitlab.freedesktop.org/drm/intel/issues/7331 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8503]: https://gitlab.freedesktop.org/drm/intel/issues/8503 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7454 -> IGTPW_9673 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13572: f2dfaec0582a995d5e74e5b1896dd6772f5ca9e6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9673: 9673 IGT_7454: 7454 piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9673/index.html [-- Attachment #2: Type: text/html, Size: 106323 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport ` (3 preceding siblings ...) 2023-08-29 2:25 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-08-29 7:01 ` Juha-Pekka Heikkila 2023-08-30 17:21 ` Drew Davenport 2023-09-07 18:56 ` Juha-Pekka Heikkila 5 siblings, 1 reply; 8+ messages in thread From: Juha-Pekka Heikkila @ 2023-08-29 7:01 UTC (permalink / raw) To: Drew Davenport, igt-dev Hi Drew, can you show backtrace when the test failed for you? I was looking through stats how i915 have behaved with this and I didn't on brief look spot this ever hitting i915. Which driver you are seeing this issue with? Current stats on ci for i915 look like this (for me it look all green where run) https://intel-gfx-ci.01.org/tree/drm-tip/shards-all.html?testfilter=kms_atomic_transition.*nonblocking Here are some issues but they all did look like connector related issues: https://intel-gfx-ci.01.org/tree/drm-tip/drmtip.html?testfilter=kms_atomic_transition.*nonblocking /Juha-Pekka On 28.8.2023 23.23, Drew Davenport wrote: > Nonblocking commits can sometimes return -EBUSY. It's expected that > this error is transient and that userspace should retry the commit. > > Since kms_atomic_transition uses nonblocking commits for some test > cases, the test fails flakily. > > This change will handle -EBUSY to ensure that the test does not > fail in that case. > > Closes: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/144 > Signed-off-by: Drew Davenport <ddavenport@chromium.org> > > --- > > tests/kms_atomic_transition.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c > index 6ab5267ca..46ce9f929 100644 > --- a/tests/kms_atomic_transition.c > +++ b/tests/kms_atomic_transition.c > @@ -683,7 +683,11 @@ static void commit_display(data_t *data, unsigned event_mask, bool nonblocking) > if (nonblocking) > flags |= DRM_MODE_ATOMIC_NONBLOCK; > > - igt_display_commit_atomic(&data->display, flags, NULL); > + do { > + ret = igt_display_try_commit_atomic(&data->display, flags, NULL); > + } while (ret == -EBUSY); > + > + igt_assert_eq(ret, 0); > > igt_debug("Event mask: %x, waiting for %i events\n", event_mask, num_events); > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness 2023-08-29 7:01 ` [igt-dev] [PATCH] " Juha-Pekka Heikkila @ 2023-08-30 17:21 ` Drew Davenport 0 siblings, 0 replies; 8+ messages in thread From: Drew Davenport @ 2023-08-30 17:21 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev Hi Juha-Pekka, On Tue, Aug 29, 2023 at 10:01:54AM +0300, Juha-Pekka Heikkila wrote: > Hi Drew, > > can you show backtrace when the test failed for you? I was looking through > stats how i915 have behaved with this and I didn't on brief look spot this > ever hitting i915. Which driver you are seeing this issue with? I see this test failing flakily on i915 and msm (I don't have recent results on amdgpu but I suspect it would flake there too). I don't have a backtrace, unfortunately, but the stack is: igt_assert_eq igt_display_commit_atomic commit_display run_modeset_tests I've posted verbose logs on the issue I opened on gitlab and tagged you there. Happy to dig further here or on the issue tracker. > > Current stats on ci for i915 look like this (for me it look all green where > run) > > https://intel-gfx-ci.01.org/tree/drm-tip/shards-all.html?testfilter=kms_atomic_transition.*nonblocking > > Here are some issues but they all did look like connector related issues: > https://intel-gfx-ci.01.org/tree/drm-tip/drmtip.html?testfilter=kms_atomic_transition.*nonblocking > > /Juha-Pekka > > On 28.8.2023 23.23, Drew Davenport wrote: > > Nonblocking commits can sometimes return -EBUSY. It's expected that > > this error is transient and that userspace should retry the commit. > > > > Since kms_atomic_transition uses nonblocking commits for some test > > cases, the test fails flakily. > > > > This change will handle -EBUSY to ensure that the test does not > > fail in that case. > > > > Closes: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/144 > > Signed-off-by: Drew Davenport <ddavenport@chromium.org> > > > > --- > > > > tests/kms_atomic_transition.c | 6 +++++- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c > > index 6ab5267ca..46ce9f929 100644 > > --- a/tests/kms_atomic_transition.c > > +++ b/tests/kms_atomic_transition.c > > @@ -683,7 +683,11 @@ static void commit_display(data_t *data, unsigned event_mask, bool nonblocking) > > if (nonblocking) > > flags |= DRM_MODE_ATOMIC_NONBLOCK; > > - igt_display_commit_atomic(&data->display, flags, NULL); > > + do { > > + ret = igt_display_try_commit_atomic(&data->display, flags, NULL); > > + } while (ret == -EBUSY); > > + > > + igt_assert_eq(ret, 0); > > igt_debug("Event mask: %x, waiting for %i events\n", event_mask, num_events); > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport ` (4 preceding siblings ...) 2023-08-29 7:01 ` [igt-dev] [PATCH] " Juha-Pekka Heikkila @ 2023-09-07 18:56 ` Juha-Pekka Heikkila 5 siblings, 0 replies; 8+ messages in thread From: Juha-Pekka Heikkila @ 2023-09-07 18:56 UTC (permalink / raw) To: Drew Davenport, igt-dev Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> On 28.8.2023 23.23, Drew Davenport wrote: > Nonblocking commits can sometimes return -EBUSY. It's expected that > this error is transient and that userspace should retry the commit. > > Since kms_atomic_transition uses nonblocking commits for some test > cases, the test fails flakily. > > This change will handle -EBUSY to ensure that the test does not > fail in that case. > > Closes: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/144 > Signed-off-by: Drew Davenport <ddavenport@chromium.org> > > --- > > tests/kms_atomic_transition.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c > index 6ab5267ca..46ce9f929 100644 > --- a/tests/kms_atomic_transition.c > +++ b/tests/kms_atomic_transition.c > @@ -683,7 +683,11 @@ static void commit_display(data_t *data, unsigned event_mask, bool nonblocking) > if (nonblocking) > flags |= DRM_MODE_ATOMIC_NONBLOCK; > > - igt_display_commit_atomic(&data->display, flags, NULL); > + do { > + ret = igt_display_try_commit_atomic(&data->display, flags, NULL); > + } while (ret == -EBUSY); > + > + igt_assert_eq(ret, 0); > > igt_debug("Event mask: %x, waiting for %i events\n", event_mask, num_events); > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-09-07 18:56 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-28 20:23 [igt-dev] [PATCH] tests/kms_atomic_transition: Address test flakiness Drew Davenport 2023-08-28 22:03 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-28 22:24 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork 2023-08-28 22:34 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork 2023-08-29 2:25 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-29 7:01 ` [igt-dev] [PATCH] " Juha-Pekka Heikkila 2023-08-30 17:21 ` Drew Davenport 2023-09-07 18:56 ` Juha-Pekka Heikkila
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox