* [PATCH i-g-t] tests/xe_create: Use separate VMs per process
@ 2023-12-18 14:50 Jonathan Cavitt
2023-12-18 21:02 ` ✗ GitLab.Pipeline: warning for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Jonathan Cavitt @ 2023-12-18 14:50 UTC (permalink / raw)
To: igt-dev; +Cc: lucas.demarchi, jonathan.cavitt, saurabhg.gupta
We currently exercise cross-user impact in xe_create by attempting to
concurrently create a large number of exec queues on a single vm using
forked child processes. This is unrealistic, as multiple users are more
likely to be using separate file descriptors for creating exec queues.
Update the test to reflect this use case.
Suggested-by: Brian Welty <brian.welty@intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
CC: Zbigniew Kempczynski <zbigniew.kempczynski@intel.com>
CC: Lucas De Marchi <lucas.demarchi@intel.com>
CC: Kamil Konieczny <kamil.konieczny@linux.intel.com>
CC: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
---
tests/intel/xe_create.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 0aa32c788a..22f9464161 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -167,13 +167,9 @@ enum exec_queue_destroy {
static void create_execqueues(int fd, enum exec_queue_destroy ed)
{
struct timespec tv = { };
- uint32_t num_engines, exec_queues_per_process, vm;
+ uint32_t exec_queues_per_process;
int nproc = sysconf(_SC_NPROCESSORS_ONLN), seconds;
- fd = drm_reopen_driver(fd);
- num_engines = xe_number_engines(fd);
- vm = xe_vm_create(fd, 0, 0);
-
exec_queues_per_process = max_t(uint32_t, 1, MAXEXECQUEUES / nproc);
igt_debug("nproc: %u, exec_queues per process: %u\n", nproc, exec_queues_per_process);
@@ -182,8 +178,13 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed)
igt_fork(n, nproc) {
struct drm_xe_engine *engine;
uint32_t exec_queue, exec_queues[exec_queues_per_process];
+ uint32_t num_engines, vm;
int idx, err, i;
+ fd = drm_reopen_driver(fd);
+ num_engines = xe_number_engines(fd);
+ vm = xe_vm_create(fd, 0, 0);
+
srandom(n);
for (i = 0; i < exec_queues_per_process; i++) {
@@ -206,12 +207,12 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed)
xe_exec_queue_destroy(fd, exec_queues[i]);
}
}
+
+ xe_vm_destroy(fd, vm);
+ drm_close_driver(fd);
}
igt_waitchildren();
- xe_vm_destroy(fd, vm);
- drm_close_driver(fd);
-
seconds = igt_seconds_elapsed(&tv);
igt_assert_f(seconds < MAXTIME,
"Creating %d exec_queues tooks too long: %d [limit: %d]\n",
--
2.25.1
^ permalink raw reply related [flat|nested] 10+ messages in thread* ✗ GitLab.Pipeline: warning for tests/xe_create: Use separate VMs per process 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt @ 2023-12-18 21:02 ` Patchwork 2023-12-18 21:39 ` ✗ Fi.CI.BAT: failure " Patchwork ` (5 subsequent siblings) 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-12-18 21:02 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev == Series Details == Series: tests/xe_create: Use separate VMs per process URL : https://patchwork.freedesktop.org/series/127938/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1060074 for the overview. build:tests-fedora-no-libdrm-nouveau has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52908028): Getting source from Git repository $ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh -s -- pre_get_sources_script Checking if the user of the pipeline is allowed... Checking if the job's project is part of a well-known group... Thank you for contributing to freedesktop.org Fetching changes... Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/ Checking out e83732b7 as detached HEAD (ref is intel/IGTPW_10439)... Removing build/ Skipping Git submodules setup section_end:1702932983:get_sources section_start:1702932983:step_script Executing "step_script" stage of the job script Using docker image sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-e83732b794678ae9d8267c71b27309e7e6929fbc with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora@sha256:17d64607d998df2bf29a56b88922d3a598e6f1daa3b51ece2a892c2f293daf83 ... section_end:1702932986:step_script section_start:1702932986:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702932987:cleanup_file_variables ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f: image not known (docker.go:570:0s) build:tests-fedora-no-libunwind has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52908026): $ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh -s -- pre_get_sources_script Checking if the user of the pipeline is allowed... Checking if the job's project is part of a well-known group... Thank you for contributing to freedesktop.org Fetching changes... Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/ Checking out e83732b7 as detached HEAD (ref is intel/IGTPW_10439)... Removing build/ Removing installdir/ Skipping Git submodules setup section_end:1702932983:get_sources section_start:1702932983:step_script Executing "step_script" stage of the job script Using docker image sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-e83732b794678ae9d8267c71b27309e7e6929fbc with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora@sha256:17d64607d998df2bf29a56b88922d3a598e6f1daa3b51ece2a892c2f293daf83 ... section_end:1702932986:step_script section_start:1702932986:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702932987:cleanup_file_variables ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f: image not known (docker.go:570:0s) == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1060074 ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/xe_create: Use separate VMs per process 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt 2023-12-18 21:02 ` ✗ GitLab.Pipeline: warning for " Patchwork @ 2023-12-18 21:39 ` Patchwork 2023-12-18 23:10 ` ✓ CI.xeBAT: success " Patchwork ` (4 subsequent siblings) 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-12-18 21:39 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5180 bytes --] == Series Details == Series: tests/xe_create: Use separate VMs per process URL : https://patchwork.freedesktop.org/series/127938/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14039 -> IGTPW_10439 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10439 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10439, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/index.html Participating hosts (38 -> 34) ------------------------------ Missing (4): bat-dg2-9 bat-adlp-11 fi-snb-2520m fi-bsw-n3050 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10439: ### IGT changes ### #### Possible regressions #### * igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-1: - fi-kbl-7567u: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-kbl-7567u/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-kbl-7567u/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-1.html * igt@kms_pm_rpm@basic-pci-d3-state: - fi-kbl-7567u: [PASS][3] -> [DMESG-WARN][4] +12 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html Known issues ------------ Here are the changes found in IGTPW_10439 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_module_load@reload: - fi-kbl-7567u: [PASS][5] -> [DMESG-WARN][6] ([i915#1982]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-kbl-7567u/igt@i915_module_load@reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-kbl-7567u/igt@i915_module_load@reload.html * igt@i915_pm_rpm@module-reload: - fi-kbl-7567u: [PASS][7] -> [DMESG-WARN][8] ([i915#8585]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][9] -> [ABORT][10] ([i915#7911]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-bsw-nick/igt@i915_selftest@live@execlists.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@gt_heartbeat: - fi-kbl-7567u: [PASS][11] -> [DMESG-WARN][12] ([i915#9730]) +31 other tests dmesg-warn [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-kbl-7567u/igt@i915_selftest@live@gt_heartbeat.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-kbl-7567u/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_suspend@basic-s2idle-without-i915: - fi-kbl-7567u: [PASS][13] -> [DMESG-WARN][14] ([i915#180]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-kbl-7567u/igt@i915_suspend@basic-s2idle-without-i915.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-kbl-7567u/igt@i915_suspend@basic-s2idle-without-i915.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s0@smem: - fi-rkl-11600: [FAIL][15] ([fdo#103375]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14039/fi-rkl-11600/igt@gem_exec_suspend@basic-s0@smem.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/fi-rkl-11600/igt@gem_exec_suspend@basic-s0@smem.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#8585]: https://gitlab.freedesktop.org/drm/intel/issues/8585 [i915#9730]: https://gitlab.freedesktop.org/drm/intel/issues/9730 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7645 -> IGTPW_10439 CI-20190529: 20190529 CI_DRM_14039: 43b8af5aaa4420c1f0206b7343a37a750fbcc8a0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10439: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/index.html IGT_7645: dfa7c0983c9f0cec68fe289dca5f40d3ca00712d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- +igt@xe_waitfence@invalid-engine == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/index.html [-- Attachment #2: Type: text/html, Size: 5924 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✓ CI.xeBAT: success for tests/xe_create: Use separate VMs per process 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt 2023-12-18 21:02 ` ✗ GitLab.Pipeline: warning for " Patchwork 2023-12-18 21:39 ` ✗ Fi.CI.BAT: failure " Patchwork @ 2023-12-18 23:10 ` Patchwork 2023-12-19 0:40 ` ✓ Fi.CI.BAT: success for tests/xe_create: Use separate VMs per process (rev2) Patchwork ` (3 subsequent siblings) 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-12-18 23:10 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4568 bytes --] == Series Details == Series: tests/xe_create: Use separate VMs per process URL : https://patchwork.freedesktop.org/series/127938/ State : success == Summary == CI Bug Log - changes from XEIGT_7645_BAT -> XEIGTPW_10439_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (3 -> 3) ------------------------------ Additional (1): bat-adlp-7 Missing (1): bat-dg2-oem2 Known issues ------------ Here are the changes found in XEIGTPW_10439_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_dsc@dsc-basic@pipe-a-edp-1: - bat-adlp-7: NOTRUN -> [FAIL][1] ([Intel XE#1066]) +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@kms_dsc@dsc-basic@pipe-a-edp-1.html * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: NOTRUN -> [DMESG-WARN][2] ([Intel XE#1033]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_evict@evict-beng-small-external: - bat-adlp-7: NOTRUN -> [SKIP][3] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@xe_evict@evict-beng-small-external.html * igt@xe_evict_ccs@evict-overcommit-simple: - bat-adlp-7: NOTRUN -> [SKIP][4] ([Intel XE#688]) +1 other test skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-simple.html * igt@xe_exec_fault_mode@twice-userptr: - bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#288]) +32 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr.html * igt@xe_mmap@vram: - bat-adlp-7: NOTRUN -> [SKIP][6] ([Intel XE#1008]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@xe_mmap@vram.html * igt@xe_pat@pat-index-xe2: - bat-adlp-7: NOTRUN -> [SKIP][7] ([Intel XE#977]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - bat-adlp-7: NOTRUN -> [SKIP][8] ([Intel XE#979]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html #### Possible fixes #### * igt@xe_create@create-execqueues-leak: - bat-atsm-2: [FAIL][9] ([Intel XE#524]) -> [PASS][10] +1 other test pass [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7645/bat-atsm-2/igt@xe_create@create-execqueues-leak.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-atsm-2/igt@xe_create@create-execqueues-leak.html * igt@xe_prime_self_import@basic-with_fd_dup: - bat-atsm-2: [FAIL][11] ([Intel XE#999]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7645/bat-atsm-2/igt@xe_prime_self_import@basic-with_fd_dup.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/bat-atsm-2/igt@xe_prime_self_import@basic-with_fd_dup.html [Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008 [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#1066]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1066 [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [Intel XE#999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/999 Build changes ------------- * IGT: IGT_7645 -> IGTPW_10439 * Linux: xe-583-b4614f814e4766778eadface6dbf9255d06e7a97 -> xe-584-16f9e14e9101e3250294fc3ccb0acb35cd75532d IGTPW_10439: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10439/index.html IGT_7645: dfa7c0983c9f0cec68fe289dca5f40d3ca00712d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-583-b4614f814e4766778eadface6dbf9255d06e7a97: b4614f814e4766778eadface6dbf9255d06e7a97 xe-584-16f9e14e9101e3250294fc3ccb0acb35cd75532d: 16f9e14e9101e3250294fc3ccb0acb35cd75532d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10439/index.html [-- Attachment #2: Type: text/html, Size: 5451 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✓ Fi.CI.BAT: success for tests/xe_create: Use separate VMs per process (rev2) 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt ` (2 preceding siblings ...) 2023-12-18 23:10 ` ✓ CI.xeBAT: success " Patchwork @ 2023-12-19 0:40 ` Patchwork 2023-12-19 2:44 ` ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-12-19 0:40 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5766 bytes --] == Series Details == Series: tests/xe_create: Use separate VMs per process (rev2) URL : https://patchwork.freedesktop.org/series/127938/ State : success == Summary == CI Bug Log - changes from CI_DRM_14040 -> IGTPW_10440 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html Participating hosts (36 -> 36) ------------------------------ Additional (2): bat-kbl-2 fi-pnv-d510 Missing (2): fi-snb-2520m fi-bsw-n3050 Known issues ------------ Here are the changes found in IGTPW_10440 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1849]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/bat-kbl-2/igt@fbdev@info.html * igt@gem_exec_suspend@basic-s0@smem: - bat-dg2-9: [PASS][2] -> [INCOMPLETE][3] ([i915#9275]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_lmem_swapping@basic: - fi-pnv-d510: NOTRUN -> [SKIP][4] ([fdo#109271]) +28 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-pnv-d510/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][5] ([fdo#109271]) +36 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_selftest@live@workarounds: - bat-dg2-11: [PASS][6] -> [DMESG-FAIL][7] ([i915#9500]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/bat-dg2-11/igt@i915_selftest@live@workarounds.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/bat-dg2-11/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_module_load@reload: - fi-kbl-7567u: [DMESG-WARN][8] ([i915#1982]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/fi-kbl-7567u/igt@i915_module_load@reload.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-kbl-7567u/igt@i915_module_load@reload.html * igt@i915_pm_rpm@module-reload: - fi-kbl-7567u: [DMESG-WARN][10] ([i915#8585]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@gt_heartbeat: - fi-kbl-7567u: [DMESG-WARN][12] ([i915#9730]) -> [PASS][13] +31 other tests pass [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/fi-kbl-7567u/igt@i915_selftest@live@gt_heartbeat.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-kbl-7567u/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@hangcheck: - {bat-rpls-3}: [DMESG-WARN][14] ([i915#5591]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/bat-rpls-3/igt@i915_selftest@live@hangcheck.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/bat-rpls-3/igt@i915_selftest@live@hangcheck.html * igt@i915_suspend@basic-s2idle-without-i915: - fi-kbl-7567u: [DMESG-WARN][16] ([i915#180]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/fi-kbl-7567u/igt@i915_suspend@basic-s2idle-without-i915.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-kbl-7567u/igt@i915_suspend@basic-s2idle-without-i915.html * igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-1: - fi-kbl-7567u: [FAIL][18] -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/fi-kbl-7567u/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-1.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-kbl-7567u/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-1.html * igt@kms_pm_rpm@basic-pci-d3-state: - fi-kbl-7567u: [DMESG-WARN][20] -> [PASS][21] +11 other tests pass [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#8585]: https://gitlab.freedesktop.org/drm/intel/issues/8585 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9500]: https://gitlab.freedesktop.org/drm/intel/issues/9500 [i915#9730]: https://gitlab.freedesktop.org/drm/intel/issues/9730 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7647 -> IGTPW_10440 CI-20190529: 20190529 CI_DRM_14040: 2e8cd7e91ea35587d72fb9631a862a9e9b8d30b2 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10440: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html IGT_7647: c5db51a88823962e79d41cff10fe1bdd8ea92d89 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html [-- Attachment #2: Type: text/html, Size: 6813 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✓ CI.xeBAT: success for tests/xe_create: Use separate VMs per process (rev2) 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt ` (3 preceding siblings ...) 2023-12-19 0:40 ` ✓ Fi.CI.BAT: success for tests/xe_create: Use separate VMs per process (rev2) Patchwork @ 2023-12-19 2:44 ` Patchwork 2023-12-19 3:26 ` ✗ Fi.CI.IGT: failure " Patchwork 2023-12-19 4:48 ` [PATCH i-g-t] tests/xe_create: Use separate VMs per process Zbigniew Kempczyński 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-12-19 2:44 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3104 bytes --] == Series Details == Series: tests/xe_create: Use separate VMs per process (rev2) URL : https://patchwork.freedesktop.org/series/127938/ State : success == Summary == CI Bug Log - changes from XEIGT_7647_BAT -> XEIGTPW_10440_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_10440_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [PASS][1] -> [DMESG-FAIL][2] ([Intel XE#1033]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7647/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10440/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1: - bat-adlp-7: [FAIL][3] ([Intel XE#480]) -> [PASS][4] +2 other tests pass [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7647/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10440/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html * igt@kms_flip@basic-flip-vs-wf_vblank@d-dp3: - bat-dg2-oem2: [FAIL][5] ([Intel XE#906]) -> [PASS][6] +2 other tests pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7647/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@d-dp3.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10440/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@d-dp3.html * igt@xe_create@create-execqueues-noleak: - bat-adlp-7: [FAIL][7] ([Intel XE#524]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7647/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10440/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html - bat-atsm-2: [FAIL][9] ([Intel XE#524]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7647/bat-atsm-2/igt@xe_create@create-execqueues-noleak.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10440/bat-atsm-2/igt@xe_create@create-execqueues-noleak.html [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#906]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/906 Build changes ------------- * IGT: IGT_7647 -> IGTPW_10440 IGTPW_10440: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html IGT_7647: c5db51a88823962e79d41cff10fe1bdd8ea92d89 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-585-3b0bde77a8c4304c0fe3b6a4f8661dc34b82f920: 3b0bde77a8c4304c0fe3b6a4f8661dc34b82f920 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10440/index.html [-- Attachment #2: Type: text/html, Size: 3842 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/xe_create: Use separate VMs per process (rev2) 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt ` (4 preceding siblings ...) 2023-12-19 2:44 ` ✓ CI.xeBAT: " Patchwork @ 2023-12-19 3:26 ` Patchwork 2023-12-19 4:48 ` [PATCH i-g-t] tests/xe_create: Use separate VMs per process Zbigniew Kempczyński 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-12-19 3:26 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 80600 bytes --] == Series Details == Series: tests/xe_create: Use separate VMs per process (rev2) URL : https://patchwork.freedesktop.org/series/127938/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14040_full -> IGTPW_10440_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10440_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10440_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10440_full: ### IGT changes ### #### Possible regressions #### * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg1: NOTRUN -> [SKIP][1] +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-tglu: NOTRUN -> [SKIP][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-mtlp: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg2: NOTRUN -> [SKIP][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@sriov_basic@enable-vfs-autoprobe-on.html Known issues ------------ Here are the changes found in IGTPW_10440_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@api_intel_bb@object-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#7701]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][7] ([i915#7701]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-idle-check-all@ccs3: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8414]) +30 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@drm_fdinfo@busy-idle-check-all@ccs3.html * igt@drm_fdinfo@virtual-busy-idle: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@drm_fdinfo@virtual-busy-idle.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][10] ([i915#3281]) +2 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#7697]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gem_close_race@multigpu-basic-process.html * igt@gem_close_race@multigpu-basic-threads: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#7697]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#6335]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-7/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [PASS][14] -> [FAIL][15] ([i915#6268]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#8555]) +2 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg1: NOTRUN -> [SKIP][17] ([i915#8555]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-stop.html - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8555]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#280]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#280]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-dg1: [PASS][21] -> [ABORT][22] ([i915#7975] / [i915#8213]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-dg1-19/igt@gem_eio@hibernate.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-14/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-dg1: [PASS][23] -> [FAIL][24] ([i915#5784]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-dg1-14/igt@gem_eio@reset-stress.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-12/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#4812]) +3 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#4036]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][27] ([i915#4525]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_balancer@sliced: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#4812]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-18/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@many-4k-incremental: - shard-glk: NOTRUN -> [FAIL][29] ([i915#9606]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-glk6/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-deadline: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#3539] / [i915#4852]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@gem_exec_fair@basic-deadline.html - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#4473] / [i915#4771]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-5/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539] / [i915#4852]) +7 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gem_exec_fair@basic-none-share.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [PASS][34] -> [FAIL][35] ([i915#2842]) +1 other test fail [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-glk6/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#5107]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-6/igt@gem_exec_params@rsvd2-dirt.html - shard-dg2: NOTRUN -> [SKIP][37] ([fdo#109283] / [i915#5107]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@gem_exec_params@rsvd2-dirt.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_10440/shard-rkl-4/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-concurrent0: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#3281]) +4 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-5/igt@gem_exec_reloc@basic-concurrent0.html * igt@gem_exec_reloc@basic-cpu-read: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +4 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@gem_exec_reloc@basic-cpu-read.html * igt@gem_exec_reloc@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3281]) +11 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gem_exec_reloc@basic-gtt.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@gem_exec_schedule@reorder-wide.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4860]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@gem_fence_thrash@bo-write-verify-y.html - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4860]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_lmem_swapping@heavy-random: - shard-tglu: NOTRUN -> [SKIP][45] ([i915#4613]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-3/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@parallel-multi: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4613]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-glk: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#4613]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-glk6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@verify-random: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#4613]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@gem_lmem_swapping@verify-random.html * igt@gem_madvise@dontneed-before-pwrite: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +6 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#8289]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@gem_media_fill@media-fill.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#4083]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-12/igt@gem_mmap@bad-object.html * igt@gem_mmap@basic: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4083]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-1/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic-short: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4077]) +3 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@gem_mmap_gtt@basic-short.html * igt@gem_mmap_gtt@basic-small-bo: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4077]) +18 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html * igt@gem_mmap_gtt@cpuset-basic-small-copy: - shard-dg1: NOTRUN -> [SKIP][55] ([i915#4077]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-15/igt@gem_mmap_gtt@cpuset-basic-small-copy.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4083]) +7 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_pxp@display-protected-crc: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#4270]) +5 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-tglu: NOTRUN -> [SKIP][58] ([i915#4270]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-3/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [SKIP][59] ([i915#4270]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4270]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_render_copy@yf-tiled-ccs-to-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#8428]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html * igt@gem_render_tiled_blits@basic: - shard-dg1: NOTRUN -> [SKIP][62] ([i915#4079]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@gem_render_tiled_blits@basic.html - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4079]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@gem_render_tiled_blits@basic.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4079]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#3282]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@gem_set_tiling_vs_pwrite.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#3297]) +5 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-tglu: NOTRUN -> [SKIP][67] ([i915#3297]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-8/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@unsync-unmap: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#3297]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@gem_userptr_blits@unsync-unmap.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#3297]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_tiledx_blits: - shard-dg2: NOTRUN -> [SKIP][70] ([fdo#109289]) +9 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gen3_render_tiledx_blits.html * igt@gen7_exec_parse@chained-batch: - shard-rkl: NOTRUN -> [SKIP][71] ([fdo#109289]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@bb-large: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#2856]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: NOTRUN -> [SKIP][73] ([i915#2527]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@secure-batches: - shard-tglu: NOTRUN -> [SKIP][74] ([i915#2527] / [i915#2856]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-8/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#2856]) +7 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@gen9_exec_parse@unaligned-access.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][76] -> [ABORT][77] ([i915#9820]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-tglu: NOTRUN -> [WARN][78] ([i915#2681]) +3 other tests warn [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#6621]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@thresholds-park@gt0: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#8925]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@i915_pm_rps@thresholds-park@gt0.html * igt@i915_query@query-topology-known-pci-ids: - shard-mtlp: NOTRUN -> [SKIP][81] ([fdo#109303]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@query-topology-unsupported: - shard-tglu: NOTRUN -> [SKIP][82] ([fdo#109302]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-5/igt@i915_query@query-topology-unsupported.html - shard-dg2: NOTRUN -> [SKIP][83] ([fdo#109302]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@i915_query@query-topology-unsupported.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#5723]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@i915_query@test-query-geometry-subslices.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][85] -> [FAIL][86] ([fdo#103375]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html * igt@intel_hwmon@hwmon-write: - shard-tglu: NOTRUN -> [SKIP][87] ([i915#7707]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-6/igt@intel_hwmon@hwmon-write.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#4212]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#4212]) +2 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [FAIL][90] ([i915#8247]) +3 other tests fail [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_async_flips@crc@pipe-b-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#1769] / [i915#3555]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][92] ([i915#5286]) +4 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][93] ([fdo#111614]) +6 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#4538] / [i915#5286]) +2 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][95] ([fdo#111615] / [i915#5286]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][96] ([i915#3638]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-15/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html - shard-tglu: NOTRUN -> [SKIP][97] ([fdo#111614]) +2 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html - shard-mtlp: NOTRUN -> [SKIP][98] ([fdo#111614]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][99] ([fdo#111614] / [i915#3638]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#5190]) +18 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [PASS][101] -> [FAIL][102] ([i915#3743]) +1 other test fail [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-tglu-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#111615]) +4 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#4538]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-18/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5190]) +10 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][106] ([fdo#110723]) +3 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][107] ([fdo#111615]) +2 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#2705]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-b-bad-rotation-90-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#5354] / [i915#6095]) +12 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_ccs@pipe-b-bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html - shard-dg1: NOTRUN -> [SKIP][110] ([i915#5354] / [i915#6095]) +11 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-13/igt@kms_ccs@pipe-b-bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@pipe-d-bad-aux-stride-y-tiled-gen12-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +11 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-5/igt@kms_ccs@pipe-d-bad-aux-stride-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@pipe-d-crc-primary-basic-4-tiled-dg2-rc-ccs: - shard-tglu: NOTRUN -> [SKIP][112] ([i915#5354] / [i915#6095]) +12 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@kms_ccs@pipe-d-crc-primary-basic-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][113] ([i915#5354]) +18 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#5354]) +121 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][115] ([i915#4087] / [i915#7213]) +3 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#3742]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-18/igt@kms_cdclk@plane-scaling.html - shard-tglu: NOTRUN -> [SKIP][117] ([i915#3742]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][118] ([i915#4087]) +3 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-7/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html * igt@kms_cdclk@plane-scaling@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#4087]) +3 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-d-dp-4.html * igt@kms_chamelium_color@ctm-0-25: - shard-rkl: NOTRUN -> [SKIP][120] ([fdo#111827]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-limited-range: - shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111827]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-tglu: NOTRUN -> [SKIP][122] ([i915#7828]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-6/igt@kms_chamelium_edid@dp-edid-resolution-list.html - shard-mtlp: NOTRUN -> [SKIP][123] ([i915#7828]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-7/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#7828]) +14 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#7828]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@lic: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6944]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-1/igt@kms_content_protection@lic.html - shard-dg2: NOTRUN -> [SKIP][127] ([i915#7118]) +1 other test skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_content_protection@lic.html * igt@kms_content_protection@srm@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][128] ([i915#7173]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_content_protection@srm@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#8814]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][130] ([i915#3359]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html - shard-dg2: NOTRUN -> [SKIP][131] ([i915#3359]) +1 other test skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#3555] / [i915#8814]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_cursor_crc@cursor-random-max-size.html - shard-rkl: NOTRUN -> [SKIP][133] ([i915#3555]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_cursor_crc@cursor-random-max-size.html - shard-dg1: NOTRUN -> [SKIP][134] ([i915#3555]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][135] ([fdo#109274] / [fdo#111767] / [i915#5354]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][136] ([fdo#109274] / [i915#5354]) +7 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#4103] / [i915#4213] / [i915#5608]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#4103]) +1 other test skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-rkl: NOTRUN -> [SKIP][139] ([fdo#111825]) +6 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#9809]) +1 other test skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [PASS][141] -> [FAIL][142] ([i915#2346]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#4103]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#4213]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-dg1: NOTRUN -> [SKIP][146] ([i915#4103] / [i915#4213]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#9833]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#9723]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#9723]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-12/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#3555]) +12 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_display_modes@extended-mode-basic.html - shard-tglu: NOTRUN -> [SKIP][151] ([i915#3555]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-2/igt@kms_display_modes@extended-mode-basic.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#8588]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#8812]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-fractional-bpp: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#3840]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#3840]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#3469]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#4854]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#1839]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@display-4x: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#1839]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr2: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#658]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-busy-flip: - shard-tglu: NOTRUN -> [SKIP][161] ([fdo#109274] / [i915#3637]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-3/igt@kms_flip@2x-busy-flip.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-mtlp: NOTRUN -> [SKIP][162] ([fdo#111767] / [i915#3637]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][163] ([fdo#109274] / [fdo#111767]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#8381]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-rkl: NOTRUN -> [SKIP][165] ([fdo#111767] / [fdo#111825]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3637]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][167] ([fdo#109274]) +11 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#2672]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][169] ([i915#2587] / [i915#2672]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#2587] / [i915#2672]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#2672]) +4 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#2672]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-dg2: NOTRUN -> [SKIP][173] ([fdo#109285]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite: - shard-snb: [PASS][174] -> [SKIP][175] ([fdo#109271]) +11 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][176] ([fdo#111825]) +9 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt: - shard-dg2: NOTRUN -> [FAIL][177] ([i915#6880]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#3023]) +15 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][179] ([fdo#109271]) +63 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-glk3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][180] ([fdo#111825] / [i915#1825]) +20 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#9653]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][182] ([i915#8708]) +2 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-gtt.html - shard-tglu: NOTRUN -> [SKIP][183] ([fdo#110189]) +5 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-gtt.html - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#8708]) +1 other test skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][185] ([i915#3458]) +4 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#1825]) +14 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][187] ([fdo#109280]) +12 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#3458]) +37 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#8708]) +27 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html * igt@kms_hdr@static-swap: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#8228]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-3/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8228]) +2 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@kms_hdr@static-toggle-dpms.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-vga-1: - shard-snb: NOTRUN -> [SKIP][192] ([fdo#109271]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-snb7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-vga-1.html * igt@kms_plane_lowres@tiling-x@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#3582]) +3 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8806]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#6953]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#9423]) +7 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#9423]) +7 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#5176]) +5 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-5/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#9423]) +15 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-13/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#5235]) +2 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][201] ([i915#5235]) +7 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#5235]) +19 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#3555] / [i915#5235]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#5235]) +7 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#5235]) +11 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#9340]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-tglu: NOTRUN -> [SKIP][207] ([i915#8430]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-6/igt@kms_pm_lpsp@screens-disabled.html - shard-dg2: NOTRUN -> [SKIP][208] ([i915#8430]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-6/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-rkl: [PASS][209] -> [SKIP][210] ([i915#9519]) +1 other test skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#9519]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-pc8-residency-stress: - shard-dg2: NOTRUN -> [SKIP][212] ([fdo#109293] / [fdo#109506]) +1 other test skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_pm_rpm@modeset-pc8-residency-stress.html * igt@kms_prime@d3hot: - shard-rkl: NOTRUN -> [SKIP][213] ([i915#6524]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_prime@d3hot.html - shard-dg1: NOTRUN -> [SKIP][214] ([i915#6524]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-19/igt@kms_prime@d3hot.html - shard-tglu: NOTRUN -> [SKIP][215] ([i915#6524]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-8/igt@kms_prime@d3hot.html - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#6524]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-1/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#9683]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-19/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#9683]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][219] ([fdo#111068] / [i915#9683]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][220] ([fdo#111068] / [i915#9683]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#9683]) +6 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#9685]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html - shard-rkl: NOTRUN -> [SKIP][223] ([i915#9685]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#4235]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#4235] / [i915#5190]) +1 other test skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#4235]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][227] ([i915#8623]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-dg2: NOTRUN -> [SKIP][228] ([fdo#109309]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1: - shard-mtlp: [PASS][229] -> [FAIL][230] ([i915#9196]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html * igt@kms_vrr@flip-dpms: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8808]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#2437]) +2 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@kms_writeback@writeback-check-output.html * igt@perf_pmu@busy-double-start@vcs0: - shard-rkl: [PASS][233] -> [INCOMPLETE][234] ([i915#9853]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-7/igt@perf_pmu@busy-double-start@vcs0.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-6/igt@perf_pmu@busy-double-start@vcs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][235] ([i915#4349]) +3 other tests fail [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@event-wait@rcs0: - shard-dg2: NOTRUN -> [SKIP][236] ([fdo#112283]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@frequency@gt0: - shard-dg2: NOTRUN -> [FAIL][237] ([i915#6806]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][238] ([i915#5793]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@perf_pmu@module-unload.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [CRASH][239] ([i915#9351]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_udl: - shard-dg2: NOTRUN -> [SKIP][240] ([fdo#109291]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-10/igt@prime_udl.html * igt@prime_vgem@basic-fence-mmap: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#3708] / [i915#4077]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - shard-rkl: NOTRUN -> [SKIP][242] ([fdo#109295] / [i915#3291] / [i915#3708]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@fence-write-hang: - shard-dg2: NOTRUN -> [SKIP][243] ([i915#3708]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@prime_vgem@fence-write-hang.html - shard-dg1: NOTRUN -> [SKIP][244] ([i915#3708]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-16/igt@prime_vgem@fence-write-hang.html * igt@runner@aborted: - shard-snb: NOTRUN -> ([FAIL][245], [FAIL][246]) ([i915#7812]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-snb6/igt@runner@aborted.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-snb5/igt@runner@aborted.html * igt@v3d/v3d_job_submission@array-job-submission: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#2575]) +6 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-17/igt@v3d/v3d_job_submission@array-job-submission.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-rkl: NOTRUN -> [SKIP][248] ([fdo#109315]) +6 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-5/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_submit_cl@bad-multisync-pad: - shard-tglu: NOTRUN -> [SKIP][249] ([fdo#109315] / [i915#2575]) +2 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-2/igt@v3d/v3d_submit_cl@bad-multisync-pad.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#2575]) +20 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-5/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_csd@bad-extension: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#2575]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-8/igt@v3d/v3d_submit_csd@bad-extension.html * igt@vc4/vc4_label_bo@set-kernel-name: - shard-rkl: NOTRUN -> [SKIP][252] ([i915#7711]) +4 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@vc4/vc4_label_bo@set-kernel-name.html * igt@vc4/vc4_perfmon@create-perfmon-0: - shard-mtlp: NOTRUN -> [SKIP][253] ([i915#7711]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@vc4/vc4_perfmon@create-perfmon-0.html * igt@vc4/vc4_perfmon@destroy-valid-perfmon: - shard-dg1: NOTRUN -> [SKIP][254] ([i915#7711]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-13/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html * igt@vc4/vc4_purgeable_bo@mark-willneed: - shard-tglu: NOTRUN -> [SKIP][255] ([i915#2575]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-8/igt@vc4/vc4_purgeable_bo@mark-willneed.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#7711]) +13 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_busy@close-race: - shard-mtlp: [ABORT][257] -> [PASS][258] [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-mtlp-7/igt@gem_busy@close-race.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@gem_busy@close-race.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][259] ([i915#2842]) -> [PASS][260] +2 other tests pass [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-tglu: [FAIL][261] ([i915#2842]) -> [PASS][262] +1 other test pass [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-tglu-8/igt@gem_exec_fair@basic-pace-solo@rcs0.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: [INCOMPLETE][263] -> [PASS][264] [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-dg2-5/igt@gem_exec_suspend@basic-s0@smem.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-1/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][265] ([i915#1982] / [i915#4936] / [i915#5493]) -> [PASS][266] [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html - shard-dg1: [DMESG-WARN][267] ([i915#4936] / [i915#5493]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-dg1-13/igt@gem_lmem_swapping@smem-oom@lmem0.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [INCOMPLETE][269] ([i915#5566]) -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-glk5/igt@gen9_exec_parse@allowed-single.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-glk8/igt@gen9_exec_parse@allowed-single.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: [FAIL][271] ([i915#3743]) -> [PASS][272] +1 other test pass [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_cursor_legacy@single-move@all-pipes: - shard-mtlp: [DMESG-WARN][273] ([i915#2017]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-2/igt@kms_cursor_legacy@single-move@all-pipes.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-snb: [SKIP][275] ([fdo#109271]) -> [PASS][276] +11 other tests pass [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [SKIP][277] ([i915#4281]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][279] ([i915#9519]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-rkl: [ABORT][281] ([i915#8875]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-3/igt@kms_rotation_crc@sprite-rotation-270.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_rotation_crc@sprite-rotation-270.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][283] ([i915#4349]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-3/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html #### Warnings #### * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [WARN][285] ([i915#7356]) -> [INCOMPLETE][286] ([i915#9820] / [i915#9849]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-dg2-10/igt@i915_module_load@reload-with-fault-injection.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_async_flips@crc@pipe-d-edp-1: - shard-mtlp: [FAIL][287] ([i915#8247]) -> [DMESG-FAIL][288] ([i915#8561]) +1 other test dmesg-fail [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-mtlp-5/igt@kms_async_flips@crc@pipe-d-edp-1.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-mtlp-4/igt@kms_async_flips@crc@pipe-d-edp-1.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][289] ([i915#4816]) -> [SKIP][290] ([i915#4070] / [i915#4816]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: [FAIL][291] ([i915#9295]) -> [SKIP][292] ([i915#3361]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-1/igt@kms_pm_dc@dc6-dpms.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-rkl: [INCOMPLETE][293] ([i915#8875] / [i915#9569]) -> [INCOMPLETE][294] ([i915#9569]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14040/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [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#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [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#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [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#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [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#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [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#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7356]: https://gitlab.freedesktop.org/drm/intel/issues/7356 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7812]: https://gitlab.freedesktop.org/drm/intel/issues/7812 [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#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [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#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9340]: https://gitlab.freedesktop.org/drm/intel/issues/9340 [i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9569]: https://gitlab.freedesktop.org/drm/intel/issues/9569 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9653]: https://gitlab.freedesktop.org/drm/intel/issues/9653 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820 [i915#9833]: https://gitlab.freedesktop.org/drm/intel/issues/9833 [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849 [i915#9853]: https://gitlab.freedesktop.org/drm/intel/issues/9853 [i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7647 -> IGTPW_10440 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_14040: 2e8cd7e91ea35587d72fb9631a862a9e9b8d30b2 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10440: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html IGT_7647: c5db51a88823962e79d41cff10fe1bdd8ea92d89 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10440/index.html [-- Attachment #2: Type: text/html, Size: 97784 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH i-g-t] tests/xe_create: Use separate VMs per process 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt ` (5 preceding siblings ...) 2023-12-19 3:26 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2023-12-19 4:48 ` Zbigniew Kempczyński 2023-12-19 15:27 ` Cavitt, Jonathan 6 siblings, 1 reply; 10+ messages in thread From: Zbigniew Kempczyński @ 2023-12-19 4:48 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: lucas.demarchi, igt-dev, saurabhg.gupta On Mon, Dec 18, 2023 at 06:50:51AM -0800, Jonathan Cavitt wrote: > We currently exercise cross-user impact in xe_create by attempting to > concurrently create a large number of exec queues on a single vm using > forked child processes. This is unrealistic, as multiple users are more > likely to be using separate file descriptors for creating exec queues. > > Update the test to reflect this use case. As original version of the test reveals bug in KMD Brian suggested in offline discussion we should keep current test behavior (but not executed in BAT with MAXTIME tweaked to relatively large value). I mean we should have four subtests - two with current behavior with increased maxtime not executed in BAT + two with maxtime set to 5/6. I see ATSM passed with your change but it is on the time limit boundary. -- Zbigniew > > Suggested-by: Brian Welty <brian.welty@intel.com> > Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> > CC: Zbigniew Kempczynski <zbigniew.kempczynski@intel.com> > CC: Lucas De Marchi <lucas.demarchi@intel.com> > CC: Kamil Konieczny <kamil.konieczny@linux.intel.com> > CC: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> > --- > tests/intel/xe_create.c | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c > index 0aa32c788a..22f9464161 100644 > --- a/tests/intel/xe_create.c > +++ b/tests/intel/xe_create.c > @@ -167,13 +167,9 @@ enum exec_queue_destroy { > static void create_execqueues(int fd, enum exec_queue_destroy ed) > { > struct timespec tv = { }; > - uint32_t num_engines, exec_queues_per_process, vm; > + uint32_t exec_queues_per_process; > int nproc = sysconf(_SC_NPROCESSORS_ONLN), seconds; > > - fd = drm_reopen_driver(fd); > - num_engines = xe_number_engines(fd); > - vm = xe_vm_create(fd, 0, 0); > - > exec_queues_per_process = max_t(uint32_t, 1, MAXEXECQUEUES / nproc); > igt_debug("nproc: %u, exec_queues per process: %u\n", nproc, exec_queues_per_process); > > @@ -182,8 +178,13 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed) > igt_fork(n, nproc) { > struct drm_xe_engine *engine; > uint32_t exec_queue, exec_queues[exec_queues_per_process]; > + uint32_t num_engines, vm; > int idx, err, i; > > + fd = drm_reopen_driver(fd); > + num_engines = xe_number_engines(fd); > + vm = xe_vm_create(fd, 0, 0); > + > srandom(n); > > for (i = 0; i < exec_queues_per_process; i++) { > @@ -206,12 +207,12 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed) > xe_exec_queue_destroy(fd, exec_queues[i]); > } > } > + > + xe_vm_destroy(fd, vm); > + drm_close_driver(fd); > } > igt_waitchildren(); > > - xe_vm_destroy(fd, vm); > - drm_close_driver(fd); > - > seconds = igt_seconds_elapsed(&tv); > igt_assert_f(seconds < MAXTIME, > "Creating %d exec_queues tooks too long: %d [limit: %d]\n", > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH i-g-t] tests/xe_create: Use separate VMs per process 2023-12-19 4:48 ` [PATCH i-g-t] tests/xe_create: Use separate VMs per process Zbigniew Kempczyński @ 2023-12-19 15:27 ` Cavitt, Jonathan 2023-12-20 7:13 ` Zbigniew Kempczyński 0 siblings, 1 reply; 10+ messages in thread From: Cavitt, Jonathan @ 2023-12-19 15:27 UTC (permalink / raw) To: Kempczynski, Zbigniew Cc: Cavitt, Jonathan, De Marchi, Lucas, igt-dev@lists.freedesktop.org, Gupta, saurabhg -----Original Message----- From: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com> Sent: Monday, December 18, 2023 8:49 PM To: Cavitt, Jonathan <jonathan.cavitt@intel.com> Cc: igt-dev@lists.freedesktop.org; Gupta, saurabhg <saurabhg.gupta@intel.com>; Welty, Brian <brian.welty@intel.com>; kamil.konieczny@linux.intel.com; De Marchi, Lucas <lucas.demarchi@intel.com>; Vishwanathapura, Niranjana <niranjana.vishwanathapura@intel.com> Subject: Re: [PATCH i-g-t] tests/xe_create: Use separate VMs per process > > On Mon, Dec 18, 2023 at 06:50:51AM -0800, Jonathan Cavitt wrote: > > We currently exercise cross-user impact in xe_create by attempting to > > concurrently create a large number of exec queues on a single vm using > > forked child processes. This is unrealistic, as multiple users are more > > likely to be using separate file descriptors for creating exec queues. > > > > Update the test to reflect this use case. > > As original version of the test reveals bug in KMD Brian suggested in offline > discussion we should keep current test behavior (but not executed in BAT > with MAXTIME tweaked to relatively large value). I mean we should have four > subtests - two with current behavior with increased maxtime not executed in > BAT + two with maxtime set to 5/6. I see ATSM passed with your change but > it is on the time limit boundary. I'm sorry. I don't fully understand what change you're suggesting here. It sounds like you want me to create a duplicate of the original test that increases MAXTIME to, say, 15, while also leaving an old version that leaves MAXTIME at 5. That's doable, but it also sounds like you want to run the test with the low MAXTIME on BAT and not the test with the high MAXTIME. Doesn't that defeat the purpose of creating a duplicate test, since we're not changing the test behavior on BAT and thus the issue would still get reported? Or did you mean for those tests to be put the other way around? Or are you referring to the test change in this patch when referring to the "two [tests] with maxtime set to 5/6"? Or am I misunderstanding what the BAT tests are? -Jonathan Cavitt > > -- > Zbigniew > > > > > Suggested-by: Brian Welty <brian.welty@intel.com> > > Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> > > CC: Zbigniew Kempczynski <zbigniew.kempczynski@intel.com> > > CC: Lucas De Marchi <lucas.demarchi@intel.com> > > CC: Kamil Konieczny <kamil.konieczny@linux.intel.com> > > CC: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> > > --- > > tests/intel/xe_create.c | 17 +++++++++-------- > > 1 file changed, 9 insertions(+), 8 deletions(-) > > > > diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c > > index 0aa32c788a..22f9464161 100644 > > --- a/tests/intel/xe_create.c > > +++ b/tests/intel/xe_create.c > > @@ -167,13 +167,9 @@ enum exec_queue_destroy { > > static void create_execqueues(int fd, enum exec_queue_destroy ed) > > { > > struct timespec tv = { }; > > - uint32_t num_engines, exec_queues_per_process, vm; > > + uint32_t exec_queues_per_process; > > int nproc = sysconf(_SC_NPROCESSORS_ONLN), seconds; > > > > - fd = drm_reopen_driver(fd); > > - num_engines = xe_number_engines(fd); > > - vm = xe_vm_create(fd, 0, 0); > > - > > exec_queues_per_process = max_t(uint32_t, 1, MAXEXECQUEUES / nproc); > > igt_debug("nproc: %u, exec_queues per process: %u\n", nproc, exec_queues_per_process); > > > > @@ -182,8 +178,13 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed) > > igt_fork(n, nproc) { > > struct drm_xe_engine *engine; > > uint32_t exec_queue, exec_queues[exec_queues_per_process]; > > + uint32_t num_engines, vm; > > int idx, err, i; > > > > + fd = drm_reopen_driver(fd); > > + num_engines = xe_number_engines(fd); > > + vm = xe_vm_create(fd, 0, 0); > > + > > srandom(n); > > > > for (i = 0; i < exec_queues_per_process; i++) { > > @@ -206,12 +207,12 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed) > > xe_exec_queue_destroy(fd, exec_queues[i]); > > } > > } > > + > > + xe_vm_destroy(fd, vm); > > + drm_close_driver(fd); > > } > > igt_waitchildren(); > > > > - xe_vm_destroy(fd, vm); > > - drm_close_driver(fd); > > - > > seconds = igt_seconds_elapsed(&tv); > > igt_assert_f(seconds < MAXTIME, > > "Creating %d exec_queues tooks too long: %d [limit: %d]\n", > > -- > > 2.25.1 > > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH i-g-t] tests/xe_create: Use separate VMs per process 2023-12-19 15:27 ` Cavitt, Jonathan @ 2023-12-20 7:13 ` Zbigniew Kempczyński 0 siblings, 0 replies; 10+ messages in thread From: Zbigniew Kempczyński @ 2023-12-20 7:13 UTC (permalink / raw) To: Cavitt, Jonathan Cc: De Marchi, Lucas, igt-dev@lists.freedesktop.org, Gupta, saurabhg On Tue, Dec 19, 2023 at 04:27:41PM +0100, Cavitt, Jonathan wrote: > -----Original Message----- > From: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com> > Sent: Monday, December 18, 2023 8:49 PM > To: Cavitt, Jonathan <jonathan.cavitt@intel.com> > Cc: igt-dev@lists.freedesktop.org; Gupta, saurabhg <saurabhg.gupta@intel.com>; Welty, Brian <brian.welty@intel.com>; kamil.konieczny@linux.intel.com; De Marchi, Lucas <lucas.demarchi@intel.com>; Vishwanathapura, Niranjana <niranjana.vishwanathapura@intel.com> > Subject: Re: [PATCH i-g-t] tests/xe_create: Use separate VMs per process > > > > On Mon, Dec 18, 2023 at 06:50:51AM -0800, Jonathan Cavitt wrote: > > > We currently exercise cross-user impact in xe_create by attempting to > > > concurrently create a large number of exec queues on a single vm using > > > forked child processes. This is unrealistic, as multiple users are more > > > likely to be using separate file descriptors for creating exec queues. > > > > > > Update the test to reflect this use case. > > > > As original version of the test reveals bug in KMD Brian suggested in offline > > discussion we should keep current test behavior (but not executed in BAT > > with MAXTIME tweaked to relatively large value). I mean we should have four > > subtests - two with current behavior with increased maxtime not executed in > > BAT + two with maxtime set to 5/6. I see ATSM passed with your change but > > it is on the time limit boundary. > > > I'm sorry. I don't fully understand what change you're suggesting here. > > It sounds like you want me to create a duplicate of the original test that > increases MAXTIME to, say, 15, while also leaving an old version that > leaves MAXTIME at 5. That's doable, but it also sounds like you want > to run the test with the low MAXTIME on BAT and not the test with > the high MAXTIME. > > Doesn't that defeat the purpose of creating a duplicate test, since > we're not changing the test behavior on BAT and thus the issue would > still get reported? Or did you mean for those tests to be put the other > way around? Or are you referring to the test change in this patch when > referring to the "two [tests] with maxtime set to 5/6"? Or am I > misunderstanding what the BAT tests are? > > -Jonathan Cavitt Don't duplicate, just diverge code logic adding flag passed to the function (like MULTI_VM or sth.). Then we would have: igt_subtest("create-execqueues-noleak") create_execqueues(xe, NOLEAK, MULTI_VM); igt_subtest("create-execqueues-leak") create_execqueues(xe, LEAK, MULTI_VM); igt_subtest("create-execqueues-noleak-single") create_execqueues(xe, NOLEAK, 0); igt_subtest("create-execqueues-leak-single") create_execqueues(xe, LEAK, 0); So in BAT run stays test changed to be executed "quickly" on multi-fd/vm. In full run we would have original (current) test code with max_time increased (use variable altered to some big value for single). -- Zbigniew > > > > > > -- > > Zbigniew > > > > > > > > Suggested-by: Brian Welty <brian.welty@intel.com> > > > Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> > > > CC: Zbigniew Kempczynski <zbigniew.kempczynski@intel.com> > > > CC: Lucas De Marchi <lucas.demarchi@intel.com> > > > CC: Kamil Konieczny <kamil.konieczny@linux.intel.com> > > > CC: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> > > > --- > > > tests/intel/xe_create.c | 17 +++++++++-------- > > > 1 file changed, 9 insertions(+), 8 deletions(-) > > > > > > diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c > > > index 0aa32c788a..22f9464161 100644 > > > --- a/tests/intel/xe_create.c > > > +++ b/tests/intel/xe_create.c > > > @@ -167,13 +167,9 @@ enum exec_queue_destroy { > > > static void create_execqueues(int fd, enum exec_queue_destroy ed) > > > { > > > struct timespec tv = { }; > > > - uint32_t num_engines, exec_queues_per_process, vm; > > > + uint32_t exec_queues_per_process; > > > int nproc = sysconf(_SC_NPROCESSORS_ONLN), seconds; > > > > > > - fd = drm_reopen_driver(fd); > > > - num_engines = xe_number_engines(fd); > > > - vm = xe_vm_create(fd, 0, 0); > > > - > > > exec_queues_per_process = max_t(uint32_t, 1, MAXEXECQUEUES / nproc); > > > igt_debug("nproc: %u, exec_queues per process: %u\n", nproc, exec_queues_per_process); > > > > > > @@ -182,8 +178,13 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed) > > > igt_fork(n, nproc) { > > > struct drm_xe_engine *engine; > > > uint32_t exec_queue, exec_queues[exec_queues_per_process]; > > > + uint32_t num_engines, vm; > > > int idx, err, i; > > > > > > + fd = drm_reopen_driver(fd); > > > + num_engines = xe_number_engines(fd); > > > + vm = xe_vm_create(fd, 0, 0); > > > + > > > srandom(n); > > > > > > for (i = 0; i < exec_queues_per_process; i++) { > > > @@ -206,12 +207,12 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed) > > > xe_exec_queue_destroy(fd, exec_queues[i]); > > > } > > > } > > > + > > > + xe_vm_destroy(fd, vm); > > > + drm_close_driver(fd); > > > } > > > igt_waitchildren(); > > > > > > - xe_vm_destroy(fd, vm); > > > - drm_close_driver(fd); > > > - > > > seconds = igt_seconds_elapsed(&tv); > > > igt_assert_f(seconds < MAXTIME, > > > "Creating %d exec_queues tooks too long: %d [limit: %d]\n", > > > -- > > > 2.25.1 > > > > > ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-12-20 7:13 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-18 14:50 [PATCH i-g-t] tests/xe_create: Use separate VMs per process Jonathan Cavitt 2023-12-18 21:02 ` ✗ GitLab.Pipeline: warning for " Patchwork 2023-12-18 21:39 ` ✗ Fi.CI.BAT: failure " Patchwork 2023-12-18 23:10 ` ✓ CI.xeBAT: success " Patchwork 2023-12-19 0:40 ` ✓ Fi.CI.BAT: success for tests/xe_create: Use separate VMs per process (rev2) Patchwork 2023-12-19 2:44 ` ✓ CI.xeBAT: " Patchwork 2023-12-19 3:26 ` ✗ Fi.CI.IGT: failure " Patchwork 2023-12-19 4:48 ` [PATCH i-g-t] tests/xe_create: Use separate VMs per process Zbigniew Kempczyński 2023-12-19 15:27 ` Cavitt, Jonathan 2023-12-20 7:13 ` Zbigniew Kempczyński
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox