* [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test
@ 2023-05-11 15:22 Nirmoy Das
2023-05-11 19:13 ` [igt-dev] ✗ GitLab.Pipeline: warning for test/prime_vgem: Remove test_userptr test (rev2) Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Nirmoy Das @ 2023-05-11 15:22 UTC (permalink / raw)
To: igt-dev; +Cc: chris.p.wilson
vgem objects are flagged with VM_PFNMAP which
doesn't work with get_user_pages which is needed
for userptr test.
References: https://patchwork.freedesktop.org/patch/449741/
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
tests/prime_vgem.c | 49 ----------------------------------------------
1 file changed, 49 deletions(-)
diff --git a/tests/prime_vgem.c b/tests/prime_vgem.c
index 9aa767c9cd..dcf9e78d4b 100644
--- a/tests/prime_vgem.c
+++ b/tests/prime_vgem.c
@@ -294,51 +294,6 @@ static void test_write(int vgem, int i915)
munmap(ptr, scratch.size);
}
-static bool has_userptr(int i915)
-{
- uint32_t handle = 0;
- void *ptr;
-
- igt_assert(posix_memalign(&ptr, 4096, 4096) == 0);
- if (__gem_userptr(i915, ptr, 4096, 0, 0, &handle) == 0)
- gem_close(i915, handle);
- free(ptr);
-
- return handle;
-}
-
-static void test_userptr(int vgem, int i915)
-{
- struct drm_i915_gem_exec_object2 obj = {};
- struct drm_i915_gem_execbuffer2 execbuf = {
- .buffers_ptr = to_user_pointer(&obj),
- .buffer_count = 1,
- };
- struct vgem_bo scratch;
- uint32_t *ptr;
-
- igt_require(has_userptr(i915));
-
- scratch.width = 1024;
- scratch.height = 1024;
- scratch.bpp = 32;
- vgem_create(vgem, &scratch);
-
- /* vgem is acting as a simple provider of a single vma backed by pages */
- ptr = vgem_mmap(vgem, &scratch, PROT_WRITE);
- gem_close(vgem, scratch.handle);
- *ptr = MI_BATCH_BUFFER_END;
-
- gem_userptr(i915, ptr, scratch.size, 0, 0, &obj.handle);
- if (igt_has_set_caching(intel_get_drm_devid(i915)))
- gem_set_caching(i915, obj.handle, I915_CACHING_NONE); /* for !llc exec */
-
- gem_execbuf(i915, &execbuf);
- gem_close(i915, obj.handle);
-
- munmap(ptr, scratch.size);
-}
-
static void test_gtt(int vgem, int i915)
{
struct vgem_bo scratch;
@@ -1141,10 +1096,6 @@ igt_main
igt_subtest("basic-write")
test_write(vgem, i915);
- igt_describe("Check that we wrap the vgem mmap with userptr.");
- igt_subtest("basic-userptr")
- test_userptr(vgem, i915);
-
igt_describe("Examine access path through GTT.");
igt_subtest("basic-gtt") {
gem_require_mappable_ggtt(i915);
--
2.39.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for test/prime_vgem: Remove test_userptr test (rev2)
2023-05-11 15:22 [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Nirmoy Das
@ 2023-05-11 19:13 ` Patchwork
2023-05-11 19:38 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-05-11 19:13 UTC (permalink / raw)
To: Das, Nirmoy; +Cc: igt-dev
== Series Details ==
Series: test/prime_vgem: Remove test_userptr test (rev2)
URL : https://patchwork.freedesktop.org/series/117633/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/878849 for the overview.
containers:igt has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/41559192):
Downloading artifacts from coordinator... ok host=gitlab.freedesktop.org id=41559177 responseStatus=200 OK token=64_FLRth
section_end:1683832160:download_artifacts
section_start:1683832160:step_script
Executing "step_script" stage of the job script
Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 with digest registry.freedesktop.org/wayland/ci-templates/buildah@sha256:7dbcf22cd2c1c7d49db0dc7b4ab207c3d6a4a09bd81cc3b71a688d3727d8749f ...
$ /host/bin/curl --cacert /host/ca-certificates.crt -s -L --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh
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
$ podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Login Succeeded!
$ .gitlab-ci/pull-or-rebuild.sh igt Dockerfile igt
STEP 1: FROM registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-eb182ed1301c8fce030cc13973a61e5877f2886b
Error: error creating build container: Error initializing source docker://registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-eb182ed1301c8fce030cc13973a61e5877f2886b: Error reading manifest commit-eb182ed1301c8fce030cc13973a61e5877f2886b in registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora: received unexpected HTTP status: 500 Internal Server Error
section_end:1683832166:step_script
section_start:1683832166:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1683832170:cleanup_file_variables
ERROR: Job failed: exit code 1
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/878849
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for test/prime_vgem: Remove test_userptr test (rev2)
2023-05-11 15:22 [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Nirmoy Das
2023-05-11 19:13 ` [igt-dev] ✗ GitLab.Pipeline: warning for test/prime_vgem: Remove test_userptr test (rev2) Patchwork
@ 2023-05-11 19:38 ` Patchwork
2023-05-12 9:13 ` Andrzej Hajda
2023-05-12 2:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-05-12 8:57 ` [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Andrzej Hajda
3 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2023-05-11 19:38 UTC (permalink / raw)
To: Das, Nirmoy; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 9733 bytes --]
== Series Details ==
Series: test/prime_vgem: Remove test_userptr test (rev2)
URL : https://patchwork.freedesktop.org/series/117633/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13138 -> IGTPW_8944
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with IGTPW_8944 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8944, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
Participating hosts (41 -> 39)
------------------------------
Missing (2): fi-kbl-soraka fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_8944:
### IGT changes ###
#### Warnings ####
* igt@prime_vgem@basic-userptr:
- bat-dg2-9: [SKIP][1] ([i915#3708] / [i915#4873]) -> [SKIP][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-9/igt@prime_vgem@basic-userptr.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-9/igt@prime_vgem@basic-userptr.html
- bat-dg2-11: [SKIP][3] ([i915#3708] / [i915#4873]) -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-11/igt@prime_vgem@basic-userptr.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-11/igt@prime_vgem@basic-userptr.html
- bat-dg2-8: [SKIP][5] ([i915#3708] / [i915#4873]) -> [SKIP][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-8/igt@prime_vgem@basic-userptr.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-8/igt@prime_vgem@basic-userptr.html
- bat-adlm-1: [SKIP][7] ([i915#3708]) -> [SKIP][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adlm-1/igt@prime_vgem@basic-userptr.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adlm-1/igt@prime_vgem@basic-userptr.html
- bat-dg1-5: [SKIP][9] ([i915#3708] / [i915#4873]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg1-5/igt@prime_vgem@basic-userptr.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg1-5/igt@prime_vgem@basic-userptr.html
- bat-dg1-7: [SKIP][11] ([i915#3708] / [i915#4873]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg1-7/igt@prime_vgem@basic-userptr.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg1-7/igt@prime_vgem@basic-userptr.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@prime_vgem@basic-userptr:
- {bat-mtlp-6}: [FAIL][13] ([i915#8368]) -> [SKIP][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-mtlp-6/igt@prime_vgem@basic-userptr.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-mtlp-6/igt@prime_vgem@basic-userptr.html
- {bat-mtlp-8}: [FAIL][15] ([i915#8368]) -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-mtlp-8/igt@prime_vgem@basic-userptr.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-mtlp-8/igt@prime_vgem@basic-userptr.html
Known issues
------------
Here are the changes found in IGTPW_8944 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@migrate:
- bat-dg2-11: [PASS][17] -> [DMESG-WARN][18] ([i915#7699] / [i915#7953])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-11/igt@i915_selftest@live@migrate.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-11/igt@i915_selftest@live@migrate.html
* igt@i915_selftest@live@requests:
- bat-rpls-2: [PASS][19] -> [ABORT][20] ([i915#4983] / [i915#7913])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-2/igt@i915_selftest@live@requests.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-2/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@slpc:
- bat-rpls-1: [PASS][21] -> [DMESG-WARN][22] ([i915#6367] / [i915#7953])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-1/igt@i915_selftest@live@slpc.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-1/igt@i915_selftest@live@slpc.html
#### Possible fixes ####
* igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1:
- bat-dg2-8: [FAIL][23] ([i915#7932]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html
#### Warnings ####
* igt@kms_setmode@basic-clone-single-crtc:
- bat-rplp-1: [SKIP][25] ([i915#3555] / [i915#4579]) -> [ABORT][26] ([i915#4579] / [i915#8260])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-userptr:
- bat-rpls-2: [SKIP][27] ([fdo#109295] / [i915#3708]) -> [SKIP][28] ([fdo#109295])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-2/igt@prime_vgem@basic-userptr.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-2/igt@prime_vgem@basic-userptr.html
- fi-tgl-1115g4: [SKIP][29] ([fdo#109295] / [i915#3301]) -> [SKIP][30] ([fdo#109295])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html
- bat-jsl-3: [SKIP][31] ([fdo#109295] / [i915#3301]) -> [SKIP][32] ([fdo#109295] / [fdo#112080])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-jsl-3/igt@prime_vgem@basic-userptr.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-jsl-3/igt@prime_vgem@basic-userptr.html
- bat-jsl-1: [SKIP][33] ([fdo#109295] / [i915#3301]) -> [SKIP][34] ([fdo#109295] / [fdo#112080])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-jsl-1/igt@prime_vgem@basic-userptr.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-jsl-1/igt@prime_vgem@basic-userptr.html
- bat-rpls-1: [SKIP][35] ([fdo#109295] / [i915#3708]) -> [SKIP][36] ([fdo#109295])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-1/igt@prime_vgem@basic-userptr.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-1/igt@prime_vgem@basic-userptr.html
- bat-adlp-9: [SKIP][37] ([fdo#109295] / [i915#3301] / [i915#3708]) -> [SKIP][38] ([fdo#109295])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adlp-9/igt@prime_vgem@basic-userptr.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adlp-9/igt@prime_vgem@basic-userptr.html
- fi-rkl-11600: [SKIP][39] ([fdo#109295] / [i915#3301] / [i915#3708]) -> [SKIP][40] ([fdo#109295])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/fi-rkl-11600/igt@prime_vgem@basic-userptr.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/fi-rkl-11600/igt@prime_vgem@basic-userptr.html
- bat-adls-5: [SKIP][41] ([fdo#109295] / [i915#3301]) -> [SKIP][42] ([fdo#109295])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adls-5/igt@prime_vgem@basic-userptr.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adls-5/igt@prime_vgem@basic-userptr.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
[i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932
[i915#7953]: https://gitlab.freedesktop.org/drm/intel/issues/7953
[i915#8260]: https://gitlab.freedesktop.org/drm/intel/issues/8260
[i915#8368]: https://gitlab.freedesktop.org/drm/intel/issues/8368
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7285 -> IGTPW_8944
CI-20190529: 20190529
CI_DRM_13138: b35107d813ef012806df9eeeea1ff9f37adf0400 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8944: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
IGT_7285: d1cbf2bad9c2664ab8bd3bd0946510a52800912f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
-igt@prime_vgem@basic-userptr
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
[-- Attachment #2: Type: text/html, Size: 13122 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for test/prime_vgem: Remove test_userptr test (rev2)
2023-05-11 15:22 [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Nirmoy Das
2023-05-11 19:13 ` [igt-dev] ✗ GitLab.Pipeline: warning for test/prime_vgem: Remove test_userptr test (rev2) Patchwork
2023-05-11 19:38 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2023-05-12 2:15 ` Patchwork
2023-05-12 8:57 ` [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Andrzej Hajda
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-05-12 2:15 UTC (permalink / raw)
To: Das, Nirmoy; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 16112 bytes --]
== Series Details ==
Series: test/prime_vgem: Remove test_userptr test (rev2)
URL : https://patchwork.freedesktop.org/series/117633/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13138_full -> IGTPW_8944_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
Participating hosts (7 -> 7)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in IGTPW_8944_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gen9_exec_parse@allowed-all:
- shard-apl: [PASS][1] -> [ABORT][2] ([i915#5566])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl2/igt@gen9_exec_parse@allowed-all.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl6/igt@gen9_exec_parse@allowed-all.html
* igt@i915_selftest@live@dmabuf:
- shard-apl: [PASS][3] -> [DMESG-FAIL][4] ([i915#7562])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl1/igt@i915_selftest@live@dmabuf.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl4/igt@i915_selftest@live@dmabuf.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#3886]) +2 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][6] -> [FAIL][7] ([i915#2346])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [PASS][8] -> [FAIL][9] ([i915#2346])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_hdr@invalid-hdr:
- shard-glk: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#4579]) +2 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk6/igt@kms_hdr@invalid-hdr.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-glk: NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#658])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk3/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_vblank@pipe-d-wait-busy-hang:
- shard-glk: NOTRUN -> [SKIP][12] ([fdo#109271]) +36 similar issues
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk6/igt@kms_vblank@pipe-d-wait-busy-hang.html
#### Possible fixes ####
* igt@gem_barrier_race@remote-request@rcs0:
- {shard-dg1}: [ABORT][13] ([i915#7461] / [i915#8234]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-dg1-18/igt@gem_barrier_race@remote-request@rcs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-dg1-13/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_ctx_exec@basic-close-race:
- {shard-dg1}: [DMESG-WARN][15] -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-dg1-16/igt@gem_ctx_exec@basic-close-race.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-dg1-15/igt@gem_ctx_exec@basic-close-race.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-apl: [TIMEOUT][17] ([i915#3063]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl4/igt@gem_eio@in-flight-contexts-immediate.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl1/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_eio@unwedge-stress:
- {shard-tglu}: [TIMEOUT][19] ([i915#3063] / [i915#7941]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-tglu-4/igt@gem_eio@unwedge-stress.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-tglu-10/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][21] ([i915#2842]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-apl: [FAIL][23] ([i915#2842]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [SKIP][25] ([fdo#109271]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl6/igt@i915_pm_dc@dc9-dpms.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl1/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- {shard-rkl}: [SKIP][27] ([i915#1937] / [i915#4579]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-rkl-3/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- {shard-tglu}: [WARN][29] ([i915#2681]) -> [PASS][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- {shard-rkl}: [SKIP][31] ([i915#1397]) -> [PASS][32] +3 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-rkl-4/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- {shard-rkl}: [FAIL][33] ([i915#3743]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-rkl-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-rkl-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_cursor_legacy@single-bo@pipe-b:
- {shard-rkl}: [INCOMPLETE][35] ([i915#8011]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-rkl-7/igt@kms_cursor_legacy@single-bo@pipe-b.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-rkl-4/igt@kms_cursor_legacy@single-bo@pipe-b.html
* igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1:
- shard-apl: [FAIL][37] ([i915#1188]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-apl1/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-apl1/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html
* igt@kms_plane_lowres@tiling-y@pipe-a-hdmi-a-2:
- {shard-rkl}: [ABORT][39] -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-rkl-4/igt@kms_plane_lowres@tiling-y@pipe-a-hdmi-a-2.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-rkl-4/igt@kms_plane_lowres@tiling-y@pipe-a-hdmi-a-2.html
* igt@perf@stress-open-close@0-rcs0:
- shard-glk: [ABORT][41] ([i915#5213] / [i915#7941]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-glk1/igt@perf@stress-open-close@0-rcs0.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-glk3/igt@perf@stress-open-close@0-rcs0.html
#### Warnings ####
* igt@kms_content_protection@mei_interface:
- shard-snb: [SKIP][43] ([fdo#109271] / [i915#4579]) -> [SKIP][44] ([fdo#109271])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/shard-snb6/igt@kms_content_protection@mei_interface.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/shard-snb2/igt@kms_content_protection@mei_interface.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
[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#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[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#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[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#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
[i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7285 -> IGTPW_8944
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13138: b35107d813ef012806df9eeeea1ff9f37adf0400 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8944: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
IGT_7285: d1cbf2bad9c2664ab8bd3bd0946510a52800912f @ 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_8944/index.html
[-- Attachment #2: Type: text/html, Size: 12882 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test
2023-05-11 15:22 [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Nirmoy Das
` (2 preceding siblings ...)
2023-05-12 2:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2023-05-12 8:57 ` Andrzej Hajda
3 siblings, 0 replies; 7+ messages in thread
From: Andrzej Hajda @ 2023-05-12 8:57 UTC (permalink / raw)
To: Nirmoy Das, igt-dev; +Cc: chris.p.wilson
On 11.05.2023 17:22, Nirmoy Das wrote:
> vgem objects are flagged with VM_PFNMAP which
> doesn't work with get_user_pages which is needed
> for userptr test.
>
> References: https://patchwork.freedesktop.org/patch/449741/
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Regards
Andrzej
> ---
> tests/prime_vgem.c | 49 ----------------------------------------------
> 1 file changed, 49 deletions(-)
>
> diff --git a/tests/prime_vgem.c b/tests/prime_vgem.c
> index 9aa767c9cd..dcf9e78d4b 100644
> --- a/tests/prime_vgem.c
> +++ b/tests/prime_vgem.c
> @@ -294,51 +294,6 @@ static void test_write(int vgem, int i915)
> munmap(ptr, scratch.size);
> }
>
> -static bool has_userptr(int i915)
> -{
> - uint32_t handle = 0;
> - void *ptr;
> -
> - igt_assert(posix_memalign(&ptr, 4096, 4096) == 0);
> - if (__gem_userptr(i915, ptr, 4096, 0, 0, &handle) == 0)
> - gem_close(i915, handle);
> - free(ptr);
> -
> - return handle;
> -}
> -
> -static void test_userptr(int vgem, int i915)
> -{
> - struct drm_i915_gem_exec_object2 obj = {};
> - struct drm_i915_gem_execbuffer2 execbuf = {
> - .buffers_ptr = to_user_pointer(&obj),
> - .buffer_count = 1,
> - };
> - struct vgem_bo scratch;
> - uint32_t *ptr;
> -
> - igt_require(has_userptr(i915));
> -
> - scratch.width = 1024;
> - scratch.height = 1024;
> - scratch.bpp = 32;
> - vgem_create(vgem, &scratch);
> -
> - /* vgem is acting as a simple provider of a single vma backed by pages */
> - ptr = vgem_mmap(vgem, &scratch, PROT_WRITE);
> - gem_close(vgem, scratch.handle);
> - *ptr = MI_BATCH_BUFFER_END;
> -
> - gem_userptr(i915, ptr, scratch.size, 0, 0, &obj.handle);
> - if (igt_has_set_caching(intel_get_drm_devid(i915)))
> - gem_set_caching(i915, obj.handle, I915_CACHING_NONE); /* for !llc exec */
> -
> - gem_execbuf(i915, &execbuf);
> - gem_close(i915, obj.handle);
> -
> - munmap(ptr, scratch.size);
> -}
> -
> static void test_gtt(int vgem, int i915)
> {
> struct vgem_bo scratch;
> @@ -1141,10 +1096,6 @@ igt_main
> igt_subtest("basic-write")
> test_write(vgem, i915);
>
> - igt_describe("Check that we wrap the vgem mmap with userptr.");
> - igt_subtest("basic-userptr")
> - test_userptr(vgem, i915);
> -
> igt_describe("Examine access path through GTT.");
> igt_subtest("basic-gtt") {
> gem_require_mappable_ggtt(i915);
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] ✓ Fi.CI.BAT: success for test/prime_vgem: Remove test_userptr test (rev2)
2023-05-11 19:38 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2023-05-12 9:13 ` Andrzej Hajda
2023-05-12 9:29 ` Das, Nirmoy
0 siblings, 1 reply; 7+ messages in thread
From: Andrzej Hajda @ 2023-05-12 9:13 UTC (permalink / raw)
To: igt-dev, Patchwork, Das, Nirmoy
[-- Attachment #1: Type: text/plain, Size: 12747 bytes --]
On 11.05.2023 21:38, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* test/prime_vgem: Remove test_userptr test (rev2)
> *URL:* https://patchwork.freedesktop.org/series/117633/
> *State:* success
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
>
>
> CI Bug Log - changes from CI_DRM_13138 -> IGTPW_8944
>
>
> Summary
>
> *WARNING*
>
> Minor unknown changes coming with IGTPW_8944 need to be verified
> manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_8944, please notify your bug team to allow them
> to document this new failure mode, which will reduce false positives
> in CI.
>
> External URL:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
>
>
> Participating hosts (41 -> 39)
>
> Missing (2): fi-kbl-soraka fi-snb-2520m
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_8944:
>
>
> IGT changes
>
>
> Warnings
>
> *
>
> igt@prime_vgem@basic-userptr:
>
> o
>
> bat-dg2-9: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-9/igt@prime_vgem@basic-userptr.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
> i915#4873
> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-9/igt@prime_vgem@basic-userptr.html>
>
I guess test should be removed from tests/intel-ci/fast-feedback.testlist.
Regards
Andrzej
> *
> o
> o
>
> bat-dg2-11: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-11/igt@prime_vgem@basic-userptr.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
> i915#4873
> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-11/igt@prime_vgem@basic-userptr.html>
>
> o
>
> bat-dg2-8: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-8/igt@prime_vgem@basic-userptr.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
> i915#4873
> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-8/igt@prime_vgem@basic-userptr.html>
>
> o
>
> bat-adlm-1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adlm-1/igt@prime_vgem@basic-userptr.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adlm-1/igt@prime_vgem@basic-userptr.html>
>
> o
>
> bat-dg1-5: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg1-5/igt@prime_vgem@basic-userptr.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
> i915#4873
> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg1-5/igt@prime_vgem@basic-userptr.html>
>
> o
>
> bat-dg1-7: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg1-7/igt@prime_vgem@basic-userptr.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
> i915#4873
> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg1-7/igt@prime_vgem@basic-userptr.html>
>
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> *
>
> igt@prime_vgem@basic-userptr:
>
> o
>
> {bat-mtlp-6}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-mtlp-6/igt@prime_vgem@basic-userptr.html>
> (i915#8368
> <https://gitlab.freedesktop.org/drm/intel/issues/8368>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-mtlp-6/igt@prime_vgem@basic-userptr.html>
>
> o
>
> {bat-mtlp-8}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-mtlp-8/igt@prime_vgem@basic-userptr.html>
> (i915#8368
> <https://gitlab.freedesktop.org/drm/intel/issues/8368>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-mtlp-8/igt@prime_vgem@basic-userptr.html>
>
>
> Known issues
>
> Here are the changes found in IGTPW_8944 that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@i915_selftest@live@migrate:
>
> o bat-dg2-11: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-11/igt@i915_selftest@live@migrate.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-11/igt@i915_selftest@live@migrate.html>
> (i915#7699
> <https://gitlab.freedesktop.org/drm/intel/issues/7699> /
> i915#7953 <https://gitlab.freedesktop.org/drm/intel/issues/7953>)
> *
>
> igt@i915_selftest@live@requests:
>
> o bat-rpls-2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-2/igt@i915_selftest@live@requests.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-2/igt@i915_selftest@live@requests.html>
> (i915#4983
> <https://gitlab.freedesktop.org/drm/intel/issues/4983> /
> i915#7913 <https://gitlab.freedesktop.org/drm/intel/issues/7913>)
> *
>
> igt@i915_selftest@live@slpc:
>
> o bat-rpls-1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-1/igt@i915_selftest@live@slpc.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-1/igt@i915_selftest@live@slpc.html>
> (i915#6367
> <https://gitlab.freedesktop.org/drm/intel/issues/6367> /
> i915#7953 <https://gitlab.freedesktop.org/drm/intel/issues/7953>)
>
>
> Possible fixes
>
> * igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1:
> o bat-dg2-8: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html>
> (i915#7932
> <https://gitlab.freedesktop.org/drm/intel/issues/7932>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html>
>
>
> Warnings
>
> *
>
> igt@kms_setmode@basic-clone-single-crtc:
>
> o bat-rplp-1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#4579
> <https://gitlab.freedesktop.org/drm/intel/issues/4579>) ->
> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html>
> (i915#4579
> <https://gitlab.freedesktop.org/drm/intel/issues/4579> /
> i915#8260 <https://gitlab.freedesktop.org/drm/intel/issues/8260>)
> *
>
> igt@prime_vgem@basic-userptr:
>
> o
>
> bat-rpls-2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-2/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-2/igt@prime_vgem@basic-userptr.html>
> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>
> o
>
> fi-tgl-1115g4: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3301
> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html>
> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>
> o
>
> bat-jsl-3: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-jsl-3/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3301
> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-jsl-3/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> fdo#112080 <https://bugs.freedesktop.org/show_bug.cgi?id=112080>)
>
> o
>
> bat-jsl-1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-jsl-1/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3301
> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-jsl-1/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> fdo#112080 <https://bugs.freedesktop.org/show_bug.cgi?id=112080>)
>
> o
>
> bat-rpls-1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-1/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-1/igt@prime_vgem@basic-userptr.html>
> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>
> o
>
> bat-adlp-9: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adlp-9/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3301
> <https://gitlab.freedesktop.org/drm/intel/issues/3301> /
> i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adlp-9/igt@prime_vgem@basic-userptr.html>
> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>
> o
>
> fi-rkl-11600: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/fi-rkl-11600/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3301
> <https://gitlab.freedesktop.org/drm/intel/issues/3301> /
> i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/fi-rkl-11600/igt@prime_vgem@basic-userptr.html>
> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>
> o
>
> bat-adls-5: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adls-5/igt@prime_vgem@basic-userptr.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3301
> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adls-5/igt@prime_vgem@basic-userptr.html>
> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7285 -> IGTPW_8944
>
> CI-20190529: 20190529
> CI_DRM_13138: b35107d813ef012806df9eeeea1ff9f37adf0400 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_8944: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
> IGT_7285: d1cbf2bad9c2664ab8bd3bd0946510a52800912f @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
>
> Testlist changes
>
> -igt@prime_vgem@basic-userptr
>
[-- Attachment #2: Type: text/html, Size: 20425 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] ✓ Fi.CI.BAT: success for test/prime_vgem: Remove test_userptr test (rev2)
2023-05-12 9:13 ` Andrzej Hajda
@ 2023-05-12 9:29 ` Das, Nirmoy
0 siblings, 0 replies; 7+ messages in thread
From: Das, Nirmoy @ 2023-05-12 9:29 UTC (permalink / raw)
To: Andrzej Hajda, igt-dev, Patchwork, Das, Nirmoy
[-- Attachment #1: Type: text/plain, Size: 13337 bytes --]
On 5/12/2023 11:13 AM, Andrzej Hajda wrote:
>
>
> On 11.05.2023 21:38, Patchwork wrote:
>> Project List - Patchwork *Patch Details*
>> *Series:* test/prime_vgem: Remove test_userptr test (rev2)
>> *URL:* https://patchwork.freedesktop.org/series/117633/
>> *State:* success
>> *Details:*
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
>>
>>
>> CI Bug Log - changes from CI_DRM_13138 -> IGTPW_8944
>>
>>
>> Summary
>>
>> *WARNING*
>>
>> Minor unknown changes coming with IGTPW_8944 need to be verified
>> manually.
>>
>> If you think the reported changes have nothing to do with the changes
>> introduced in IGTPW_8944, please notify your bug team to allow them
>> to document this new failure mode, which will reduce false positives
>> in CI.
>>
>> External URL:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
>>
>>
>> Participating hosts (41 -> 39)
>>
>> Missing (2): fi-kbl-soraka fi-snb-2520m
>>
>>
>> Possible new issues
>>
>> Here are the unknown changes that may have been introduced in IGTPW_8944:
>>
>>
>> IGT changes
>>
>>
>> Warnings
>>
>> *
>>
>> igt@prime_vgem@basic-userptr:
>>
>> o
>>
>> bat-dg2-9: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-9/igt@prime_vgem@basic-userptr.html>
>> (i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
>> i915#4873
>> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-9/igt@prime_vgem@basic-userptr.html>
>>
>
> I guess test should be removed from tests/intel-ci/fast-feedback.testlist.
Thanks for pointing the file out. Sent a another patch to remove that
test from that file.
Regards,
Nirmoy
>
> Regards
> Andrzej
>
>> *
>> o
>>
>> o
>>
>> bat-dg2-11: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-11/igt@prime_vgem@basic-userptr.html>
>> (i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
>> i915#4873
>> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-11/igt@prime_vgem@basic-userptr.html>
>>
>> o
>>
>> bat-dg2-8: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-8/igt@prime_vgem@basic-userptr.html>
>> (i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
>> i915#4873
>> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-8/igt@prime_vgem@basic-userptr.html>
>>
>> o
>>
>> bat-adlm-1: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adlm-1/igt@prime_vgem@basic-userptr.html>
>> (i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adlm-1/igt@prime_vgem@basic-userptr.html>
>>
>> o
>>
>> bat-dg1-5: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg1-5/igt@prime_vgem@basic-userptr.html>
>> (i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
>> i915#4873
>> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg1-5/igt@prime_vgem@basic-userptr.html>
>>
>> o
>>
>> bat-dg1-7: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg1-7/igt@prime_vgem@basic-userptr.html>
>> (i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
>> i915#4873
>> <https://gitlab.freedesktop.org/drm/intel/issues/4873>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg1-7/igt@prime_vgem@basic-userptr.html>
>>
>>
>> Suppressed
>>
>> The following results come from untrusted machines, tests, or statuses.
>> They do not affect the overall result.
>>
>> *
>>
>> igt@prime_vgem@basic-userptr:
>>
>> o
>>
>> {bat-mtlp-6}: FAIL
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-mtlp-6/igt@prime_vgem@basic-userptr.html>
>> (i915#8368
>> <https://gitlab.freedesktop.org/drm/intel/issues/8368>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-mtlp-6/igt@prime_vgem@basic-userptr.html>
>>
>> o
>>
>> {bat-mtlp-8}: FAIL
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-mtlp-8/igt@prime_vgem@basic-userptr.html>
>> (i915#8368
>> <https://gitlab.freedesktop.org/drm/intel/issues/8368>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-mtlp-8/igt@prime_vgem@basic-userptr.html>
>>
>>
>> Known issues
>>
>> Here are the changes found in IGTPW_8944 that come from known issues:
>>
>>
>> IGT changes
>>
>>
>> Issues hit
>>
>> *
>>
>> igt@i915_selftest@live@migrate:
>>
>> o bat-dg2-11: PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-11/igt@i915_selftest@live@migrate.html>
>> -> DMESG-WARN
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-11/igt@i915_selftest@live@migrate.html>
>> (i915#7699
>> <https://gitlab.freedesktop.org/drm/intel/issues/7699> /
>> i915#7953 <https://gitlab.freedesktop.org/drm/intel/issues/7953>)
>> *
>>
>> igt@i915_selftest@live@requests:
>>
>> o bat-rpls-2: PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-2/igt@i915_selftest@live@requests.html>
>> -> ABORT
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-2/igt@i915_selftest@live@requests.html>
>> (i915#4983
>> <https://gitlab.freedesktop.org/drm/intel/issues/4983> /
>> i915#7913 <https://gitlab.freedesktop.org/drm/intel/issues/7913>)
>> *
>>
>> igt@i915_selftest@live@slpc:
>>
>> o bat-rpls-1: PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-1/igt@i915_selftest@live@slpc.html>
>> -> DMESG-WARN
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-1/igt@i915_selftest@live@slpc.html>
>> (i915#6367
>> <https://gitlab.freedesktop.org/drm/intel/issues/6367> /
>> i915#7953 <https://gitlab.freedesktop.org/drm/intel/issues/7953>)
>>
>>
>> Possible fixes
>>
>> * igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1:
>> o bat-dg2-8: FAIL
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html>
>> (i915#7932
>> <https://gitlab.freedesktop.org/drm/intel/issues/7932>) ->
>> PASS
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html>
>>
>>
>> Warnings
>>
>> *
>>
>> igt@kms_setmode@basic-clone-single-crtc:
>>
>> o bat-rplp-1: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html>
>> (i915#3555
>> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
>> i915#4579
>> <https://gitlab.freedesktop.org/drm/intel/issues/4579>) ->
>> ABORT
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html>
>> (i915#4579
>> <https://gitlab.freedesktop.org/drm/intel/issues/4579> /
>> i915#8260 <https://gitlab.freedesktop.org/drm/intel/issues/8260>)
>> *
>>
>> igt@prime_vgem@basic-userptr:
>>
>> o
>>
>> bat-rpls-2: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-2/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-2/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>>
>> o
>>
>> fi-tgl-1115g4: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3301
>> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>>
>> o
>>
>> bat-jsl-3: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-jsl-3/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3301
>> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-jsl-3/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> fdo#112080 <https://bugs.freedesktop.org/show_bug.cgi?id=112080>)
>>
>> o
>>
>> bat-jsl-1: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-jsl-1/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3301
>> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-jsl-1/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> fdo#112080 <https://bugs.freedesktop.org/show_bug.cgi?id=112080>)
>>
>> o
>>
>> bat-rpls-1: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-rpls-1/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-rpls-1/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>>
>> o
>>
>> bat-adlp-9: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adlp-9/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3301
>> <https://gitlab.freedesktop.org/drm/intel/issues/3301> /
>> i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adlp-9/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>>
>> o
>>
>> fi-rkl-11600: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/fi-rkl-11600/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3301
>> <https://gitlab.freedesktop.org/drm/intel/issues/3301> /
>> i915#3708
>> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/fi-rkl-11600/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>>
>> o
>>
>> bat-adls-5: SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13138/bat-adls-5/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
>> i915#3301
>> <https://gitlab.freedesktop.org/drm/intel/issues/3301>) ->
>> SKIP
>> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/bat-adls-5/igt@prime_vgem@basic-userptr.html>
>> (fdo#109295
>> <https://bugs.freedesktop.org/show_bug.cgi?id=109295>)
>>
>> {name}: This element is suppressed. This means it is ignored when
>> computing
>> the status of the difference (SUCCESS, WARNING, or FAILURE).
>>
>>
>> Build changes
>>
>> * CI: CI-20190529 -> None
>> * IGT: IGT_7285 -> IGTPW_8944
>>
>> CI-20190529: 20190529
>> CI_DRM_13138: b35107d813ef012806df9eeeea1ff9f37adf0400 @
>> git://anongit.freedesktop.org/gfx-ci/linux
>> IGTPW_8944:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8944/index.html
>> IGT_7285: d1cbf2bad9c2664ab8bd3bd0946510a52800912f @
>> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>>
>>
>> Testlist changes
>>
>> -igt@prime_vgem@basic-userptr
>>
>
[-- Attachment #2: Type: text/html, Size: 21872 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-05-12 9:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 15:22 [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Nirmoy Das
2023-05-11 19:13 ` [igt-dev] ✗ GitLab.Pipeline: warning for test/prime_vgem: Remove test_userptr test (rev2) Patchwork
2023-05-11 19:38 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-05-12 9:13 ` Andrzej Hajda
2023-05-12 9:29 ` Das, Nirmoy
2023-05-12 2:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-05-12 8:57 ` [igt-dev] [PATCH i-g-t] test/prime_vgem: Remove test_userptr test Andrzej Hajda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox