* [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
@ 2021-03-09 11:29 Arundhati Hagaragi
2021-03-09 13:20 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: Arundhati Hagaragi @ 2021-03-09 11:29 UTC (permalink / raw)
To: igt-dev; +Cc: Khajapasha Mohammed, Nidhi Gupta
From: Nidhi Gupta <nidhi1.gupta@intel.com>
Add plane scaling test descriptions for subtests.
Plane scaling with tiling rotation, pixel formats, overlay planes and with
clipping and clamping
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
Cc: Khajapasha Mohammed <mohammed.khajapasha@intel.com>
v1-v8 : Review Comments (Khaja)
---
tests/kms_plane_scaling.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index c63eb428..b0d4dcf6 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -695,32 +695,38 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
igt_output_t *output;
igt_subtest_with_dynamic("plane-scaling") {
+ igt_describe("Test plane scaling with overlay planes");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-plane-scaling", kmstest_pipe_name(pipe))
test_plane_scaling_on_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-pixel-format") {
+ igt_describe("Test plane scaling with pixel formats");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-pixel-format", kmstest_pipe_name(pipe))
test_scaler_with_pixel_format_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-rotation") {
+ igt_describe("Test plane scaling with rotation");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-rotation", kmstest_pipe_name(pipe))
test_scaler_with_rotation_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-clipping-clamping") {
+ igt_describe("Test plane scaling with clipping-clamping");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-clipping-clamping", kmstest_pipe_name(pipe))
test_scaler_with_clipping_clamping_scenario(&data, pipe, output);
}
}
- igt_subtest_f("2x-scaler-multi-pipe")
+ igt_subtest_f("2x-scaler-multi-pipe") {
+ igt_describe("Test to display planes on connected pipes and runs scaling test on it");
test_scaler_with_multi_pipe_plane(&data);
+ }
igt_fixture
igt_display_fini(&data.display);
--
2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
@ 2021-03-09 13:20 ` Patchwork
2021-03-09 18:48 ` [igt-dev] [PATCH i-g-t v8] " Khajapasha, Mohammed
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2021-03-09 13:20 UTC (permalink / raw)
To: Arundhati Hagaragi; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 2557 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
URL : https://patchwork.freedesktop.org/series/87798/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9844 -> IGTPW_5584
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/index.html
Known issues
------------
Here are the changes found in IGTPW_5584 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_gttfill@basic:
- fi-kbl-8809g: [PASS][1] -> [TIMEOUT][2] ([i915#3145])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9844/fi-kbl-8809g/igt@gem_exec_gttfill@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/fi-kbl-8809g/igt@gem_exec_gttfill@basic.html
- fi-bsw-n3050: NOTRUN -> [SKIP][3] ([fdo#109271])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/fi-bsw-n3050/igt@gem_exec_gttfill@basic.html
* igt@gem_exec_suspend@basic-s3:
- fi-bsw-n3050: NOTRUN -> [INCOMPLETE][4] ([i915#3159])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/fi-bsw-n3050/igt@gem_exec_suspend@basic-s3.html
* igt@gem_linear_blits@basic:
- fi-kbl-8809g: [PASS][5] -> [TIMEOUT][6] ([i915#2502] / [i915#3145]) +1 similar issue
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9844/fi-kbl-8809g/igt@gem_linear_blits@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/fi-kbl-8809g/igt@gem_linear_blits@basic.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#2502]: https://gitlab.freedesktop.org/drm/intel/issues/2502
[i915#3145]: https://gitlab.freedesktop.org/drm/intel/issues/3145
[i915#3159]: https://gitlab.freedesktop.org/drm/intel/issues/3159
Participating hosts (45 -> 41)
------------------------------
Additional (1): fi-bsw-n3050
Missing (5): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-dg1-1 fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6027 -> IGTPW_5584
CI-20190529: 20190529
CI_DRM_9844: 3108bcbbbf191b3b5e624f21348c306010725a02 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_5584: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/index.html
IGT_6027: b8b3facdfbb99a0b9ef5f541a0ee7d6bca2aafea @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5584/index.html
[-- Attachment #1.2: Type: text/html, Size: 3299 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
2021-03-09 13:20 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2021-03-09 18:48 ` Khajapasha, Mohammed
2021-03-10 6:11 ` [igt-dev] [PATCH i-g-t v9] " Arundhati Hagaragi
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Khajapasha, Mohammed @ 2021-03-09 18:48 UTC (permalink / raw)
To: Hagaragi, Arundhati, igt-dev@lists.freedesktop.org; +Cc: Gupta, Nidhi1
> -----Original Message-----
> From: Hagaragi, Arundhati <arundhati.hagaragi@intel.com>
> Sent: Tuesday, March 9, 2021 5:00 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Gupta, Nidhi1 <nidhi1.gupta@intel.com>; Khajapasha, Mohammed
> <mohammed.khajapasha@intel.com>
> Subject: [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test
> descriptions for subtests
>
> From: Nidhi Gupta <nidhi1.gupta@intel.com>
>
> Add plane scaling test descriptions for subtests.
> Plane scaling with tiling rotation, pixel formats, overlay planes and with
> clipping and clamping
>
> Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
> Cc: Khajapasha Mohammed <mohammed.khajapasha@intel.com>
>
> v1-v8 : Review Comments (Khaja)
> ---
> tests/kms_plane_scaling.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c index
> c63eb428..b0d4dcf6 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -695,32 +695,38 @@ igt_main_args("", long_opts, help_str,
> opt_handler, &data)
> igt_output_t *output;
>
> igt_subtest_with_dynamic("plane-scaling") {
> + igt_describe("Test plane scaling with overlay
> planes");
> for_each_pipe_with_single_output(&data.display,
> pipe, output)
> igt_dynamic_f("pipe-%s-plane-scaling",
> kmstest_pipe_name(pipe))
> test_plane_scaling_on_pipe(&data,
> pipe, output);
> }
>
> igt_subtest_with_dynamic("scaler-with-pixel-format") {
> + igt_describe("Test plane scaling with pixel formats");
> for_each_pipe_with_single_output(&data.display,
> pipe, output)
> igt_dynamic_f("pipe-%s-scaler-with-pixel-
> format", kmstest_pipe_name(pipe))
>
> test_scaler_with_pixel_format_pipe(&data, pipe, output);
> }
>
> igt_subtest_with_dynamic("scaler-with-rotation") {
> + igt_describe("Test plane scaling with rotation");
> for_each_pipe_with_single_output(&data.display,
> pipe, output)
> igt_dynamic_f("pipe-%s-scaler-with-
> rotation", kmstest_pipe_name(pipe))
>
> test_scaler_with_rotation_pipe(&data, pipe, output);
> }
>
> igt_subtest_with_dynamic("scaler-with-clipping-clamping") {
> + igt_describe("Test plane scaling with clipping-
> clamping");
> for_each_pipe_with_single_output(&data.display,
> pipe, output)
> igt_dynamic_f("pipe-%s-scaler-with-clipping-
> clamping", kmstest_pipe_name(pipe))
>
> test_scaler_with_clipping_clamping_scenario(&data, pipe, output);
> }
> }
>
> - igt_subtest_f("2x-scaler-multi-pipe")
> + igt_subtest_f("2x-scaler-multi-pipe") {
> + igt_describe("Test to display planes on connected pipes and
> runs
> +scaling test on it");
"Test multi plane scaling with connected outputs for pipes"
test_scaler_with_multi_pipe_plane() runs the plane scaling for pipes which are connected with an output,
and creates the framebuffers for each plane of pipe and runs scaling with connector mode.
With said: Reviewed-by: Khajapasha, Mohammed <mohammed.khajapasha@intel.com>
> test_scaler_with_multi_pipe_plane(&data);
> + }
>
> igt_fixture
> igt_display_fini(&data.display);
> --
> 2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] [PATCH i-g-t v9] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
2021-03-09 13:20 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-03-09 18:48 ` [igt-dev] [PATCH i-g-t v8] " Khajapasha, Mohammed
@ 2021-03-10 6:11 ` Arundhati Hagaragi
2021-03-10 7:31 ` [igt-dev] [PATCH i-g-t v10] " Arundhati Hagaragi
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Arundhati Hagaragi @ 2021-03-10 6:11 UTC (permalink / raw)
To: igt-dev; +Cc: Khajapasha Mohammed, Nidhi Gupta
From: Nidhi Gupta <nidhi1.gupta@intel.com>
Add plane scaling test descriptions for subtests.
Plane scaling with tiling rotation, pixel formats, overlay planes and with
clipping and clamping
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
Cc: Khajapasha Mohammed <mohammed.khajapasha@intel.com>
v1-v9 : Review Comments (Khaja)
---
tests/kms_plane_scaling.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index c63eb428..1d7fb8d3 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -695,32 +695,38 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
igt_output_t *output;
igt_subtest_with_dynamic("plane-scaling") {
+ igt_describe("Test plane scaling with overlay planes");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-plane-scaling", kmstest_pipe_name(pipe))
test_plane_scaling_on_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-pixel-format") {
+ igt_describe("Test plane scaling with pixel formats");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-pixel-format", kmstest_pipe_name(pipe))
test_scaler_with_pixel_format_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-rotation") {
+ igt_describe("Test plane scaling with rotation");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-rotation", kmstest_pipe_name(pipe))
test_scaler_with_rotation_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-clipping-clamping") {
+ igt_describe("Test plane scaling with clipping-clamping");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-clipping-clamping", kmstest_pipe_name(pipe))
test_scaler_with_clipping_clamping_scenario(&data, pipe, output);
}
}
- igt_subtest_f("2x-scaler-multi-pipe")
+ igt_subtest_f("2x-scaler-multi-pipe") {
+ igt_describe("Test multi plane scaling with connected outputs for pipes");
test_scaler_with_multi_pipe_plane(&data);
+ }
igt_fixture
igt_display_fini(&data.display);
--
2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [igt-dev] [PATCH i-g-t v10] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
` (2 preceding siblings ...)
2021-03-10 6:11 ` [igt-dev] [PATCH i-g-t v9] " Arundhati Hagaragi
@ 2021-03-10 7:31 ` Arundhati Hagaragi
2021-03-10 8:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3) Patchwork
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Arundhati Hagaragi @ 2021-03-10 7:31 UTC (permalink / raw)
To: igt-dev; +Cc: Mohammed, Nidhi Gupta, Khajapasha
From: Nidhi Gupta <nidhi1.gupta@intel.com>
Add plane scaling test descriptions for subtests.
Plane scaling with tiling rotation, pixel formats, overlay planes and with
clipping and clamping
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
Reviewed-by: Khajapasha, Mohammed <mohammed.khajapasha@intel.com>
v1-v10 : Review Comments (Khaja)
---
tests/kms_plane_scaling.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index c63eb428..e8bf78e7 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -695,32 +695,38 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
igt_output_t *output;
igt_subtest_with_dynamic("plane-scaling") {
+ igt_describe("Test plane scaling with overlay planes");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-plane-scaling", kmstest_pipe_name(pipe))
test_plane_scaling_on_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-pixel-format") {
+ igt_describe("Test plane scaling with pixel formats");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-pixel-format", kmstest_pipe_name(pipe))
test_scaler_with_pixel_format_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-rotation") {
+ igt_describe("Test plane scaling with rotation");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-rotation", kmstest_pipe_name(pipe))
test_scaler_with_rotation_pipe(&data, pipe, output);
}
igt_subtest_with_dynamic("scaler-with-clipping-clamping") {
+ igt_describe("Test plane scaling with clipping-clamping");
for_each_pipe_with_single_output(&data.display, pipe, output)
igt_dynamic_f("pipe-%s-scaler-with-clipping-clamping", kmstest_pipe_name(pipe))
test_scaler_with_clipping_clamping_scenario(&data, pipe, output);
}
}
- igt_subtest_f("2x-scaler-multi-pipe")
+ igt_subtest_f("2x-scaler-multi-pipe") {
+ igt_describe("Test multi plane scaling with connected outputs for pipes");
test_scaler_with_multi_pipe_plane(&data);
+ }
igt_fixture
igt_display_fini(&data.display);
--
2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
` (3 preceding siblings ...)
2021-03-10 7:31 ` [igt-dev] [PATCH i-g-t v10] " Arundhati Hagaragi
@ 2021-03-10 8:21 ` Patchwork
2021-03-10 9:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-05-12 8:06 ` [igt-dev] [PATCH i-g-t v3] tests/kms_mmap_write_crc: Add subtest description Arundhati Hagaragi
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2021-03-10 8:21 UTC (permalink / raw)
To: Arundhati Hagaragi; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 3966 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
URL : https://patchwork.freedesktop.org/series/87798/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9844 -> IGTPW_5585
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
Known issues
------------
Here are the changes found in IGTPW_5585 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@amdgpu/amd_cs_nop@sync-fork-compute0:
- fi-snb-2600: NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html
* igt@gem_exec_gttfill@basic:
- fi-kbl-8809g: [PASS][2] -> [TIMEOUT][3] ([i915#3145])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9844/fi-kbl-8809g/igt@gem_exec_gttfill@basic.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-kbl-8809g/igt@gem_exec_gttfill@basic.html
- fi-bsw-n3050: NOTRUN -> [SKIP][4] ([fdo#109271])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-bsw-n3050/igt@gem_exec_gttfill@basic.html
* igt@gem_exec_suspend@basic-s3:
- fi-bsw-n3050: NOTRUN -> [INCOMPLETE][5] ([i915#3159])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-bsw-n3050/igt@gem_exec_suspend@basic-s3.html
* igt@runner@aborted:
- fi-bdw-5557u: NOTRUN -> [FAIL][6] ([i915#1602] / [i915#2029] / [i915#2369])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-bdw-5557u/igt@runner@aborted.html
#### Possible fixes ####
* igt@gem_tiled_fence_blits@basic:
- fi-kbl-8809g: [TIMEOUT][7] ([i915#3145]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9844/fi-kbl-8809g/igt@gem_tiled_fence_blits@basic.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-kbl-8809g/igt@gem_tiled_fence_blits@basic.html
* igt@i915_selftest@live@client:
- fi-glk-dsi: [DMESG-FAIL][9] ([i915#3047]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9844/fi-glk-dsi/igt@i915_selftest@live@client.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-glk-dsi/igt@i915_selftest@live@client.html
* igt@i915_selftest@live@hangcheck:
- fi-snb-2600: [INCOMPLETE][11] ([i915#2782]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9844/fi-snb-2600/igt@i915_selftest@live@hangcheck.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/fi-snb-2600/igt@i915_selftest@live@hangcheck.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
[i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029
[i915#2369]: https://gitlab.freedesktop.org/drm/intel/issues/2369
[i915#2782]: https://gitlab.freedesktop.org/drm/intel/issues/2782
[i915#3047]: https://gitlab.freedesktop.org/drm/intel/issues/3047
[i915#3145]: https://gitlab.freedesktop.org/drm/intel/issues/3145
[i915#3159]: https://gitlab.freedesktop.org/drm/intel/issues/3159
Participating hosts (45 -> 40)
------------------------------
Additional (1): fi-bsw-n3050
Missing (6): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-dg1-1 fi-icl-y fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6027 -> IGTPW_5585
CI-20190529: 20190529
CI_DRM_9844: 3108bcbbbf191b3b5e624f21348c306010725a02 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_5585: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
IGT_6027: b8b3facdfbb99a0b9ef5f541a0ee7d6bca2aafea @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
[-- Attachment #1.2: Type: text/html, Size: 4886 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
` (4 preceding siblings ...)
2021-03-10 8:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3) Patchwork
@ 2021-03-10 9:20 ` Patchwork
2021-03-13 19:29 ` Dixit, Ashutosh
2021-05-12 8:06 ` [igt-dev] [PATCH i-g-t v3] tests/kms_mmap_write_crc: Add subtest description Arundhati Hagaragi
6 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2021-03-10 9:20 UTC (permalink / raw)
To: Arundhati Hagaragi; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 30291 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
URL : https://patchwork.freedesktop.org/series/87798/
State : failure
== Summary ==
CI Bug Log - changes from IGT_6027_full -> IGTPW_5585_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_5585_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_5585_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_5585_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_plane_scaling@plane-scaling:
- shard-hsw: NOTRUN -> [INCOMPLETE][1] +3 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw4/igt@kms_plane_scaling@plane-scaling.html
- shard-apl: NOTRUN -> [INCOMPLETE][2] +3 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl8/igt@kms_plane_scaling@plane-scaling.html
* igt@kms_plane_scaling@scaler-with-clipping-clamping:
- shard-tglb: NOTRUN -> [INCOMPLETE][3] +3 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb2/igt@kms_plane_scaling@scaler-with-clipping-clamping.html
* igt@kms_plane_scaling@scaler-with-rotation:
- shard-snb: NOTRUN -> [INCOMPLETE][4] +2 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb2/igt@kms_plane_scaling@scaler-with-rotation.html
- shard-iclb: NOTRUN -> [INCOMPLETE][5] +3 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_plane_scaling@scaler-with-rotation.html
- shard-kbl: NOTRUN -> [INCOMPLETE][6] +3 similar issues
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl4/igt@kms_plane_scaling@scaler-with-rotation.html
- shard-glk: NOTRUN -> [INCOMPLETE][7] +3 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk6/igt@kms_plane_scaling@scaler-with-rotation.html
Known issues
------------
Here are the changes found in IGTPW_5585_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_create@create-massive:
- shard-snb: NOTRUN -> [DMESG-WARN][8] ([i915#3002])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb2/igt@gem_create@create-massive.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#1099]) +3 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb6/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process:
- shard-hsw: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#1099]) +21 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-glk: [PASS][11] -> [FAIL][12] ([i915#2842]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk7/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-kbl: NOTRUN -> [FAIL][13] ([i915#2842])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
- shard-glk: NOTRUN -> [FAIL][14] ([i915#2842])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk3/igt@gem_exec_fair@basic-none-solo@rcs0.html
- shard-iclb: NOTRUN -> [FAIL][15] ([i915#2842])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb4/igt@gem_exec_fair@basic-none-solo@rcs0.html
- shard-tglb: NOTRUN -> [FAIL][16] ([i915#2842])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb2/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-kbl: [PASS][17] -> [FAIL][18] ([i915#2842]) +3 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-kbl2/igt@gem_exec_fair@basic-none@vcs0.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl2/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_params@secure-non-root:
- shard-tglb: NOTRUN -> [SKIP][19] ([fdo#112283])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb7/igt@gem_exec_params@secure-non-root.html
- shard-iclb: NOTRUN -> [SKIP][20] ([fdo#112283])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-parallel:
- shard-kbl: NOTRUN -> [TIMEOUT][21] ([i915#1729])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html
- shard-apl: NOTRUN -> [TIMEOUT][22] ([i915#1729])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@gem_exec_reloc@basic-parallel.html
* igt@gem_exec_reloc@basic-wide-active@bcs0:
- shard-apl: NOTRUN -> [FAIL][23] ([i915#2389]) +3 similar issues
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl7/igt@gem_exec_reloc@basic-wide-active@bcs0.html
- shard-hsw: NOTRUN -> [FAIL][24] ([i915#2389]) +3 similar issues
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw1/igt@gem_exec_reloc@basic-wide-active@bcs0.html
* igt@gem_exec_schedule@u-fairslice@vecs0:
- shard-glk: [PASS][25] -> [DMESG-WARN][26] ([i915#1610] / [i915#2803])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-glk4/igt@gem_exec_schedule@u-fairslice@vecs0.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk6/igt@gem_exec_schedule@u-fairslice@vecs0.html
* igt@gem_huc_copy@huc-copy:
- shard-apl: NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#2190])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@gem_huc_copy@huc-copy.html
- shard-kbl: NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#2190])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl2/igt@gem_huc_copy@huc-copy.html
* igt@gem_mmap_gtt@big-copy:
- shard-glk: [PASS][29] -> [FAIL][30] ([i915#307])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-glk4/igt@gem_mmap_gtt@big-copy.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk8/igt@gem_mmap_gtt@big-copy.html
* igt@gem_mmap_gtt@cpuset-medium-copy-odd:
- shard-iclb: [PASS][31] -> [FAIL][32] ([i915#307])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-iclb3/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb5/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
* igt@gem_pread@exhaustion:
- shard-hsw: NOTRUN -> [WARN][33] ([i915#2658]) +1 similar issue
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@gem_pread@exhaustion.html
- shard-apl: NOTRUN -> [WARN][34] ([i915#2658])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl3/igt@gem_pread@exhaustion.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-glk: NOTRUN -> [SKIP][35] ([fdo#109271]) +33 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
- shard-iclb: NOTRUN -> [SKIP][36] ([i915#768])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_userptr_blits@input-checking:
- shard-hsw: NOTRUN -> [DMESG-WARN][37] ([i915#3002]) +1 similar issue
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw4/igt@gem_userptr_blits@input-checking.html
- shard-kbl: NOTRUN -> [DMESG-WARN][38] ([i915#3002])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl4/igt@gem_userptr_blits@input-checking.html
* igt@gem_userptr_blits@process-exit-mmap-busy@uc:
- shard-kbl: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#1699]) +3 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl6/igt@gem_userptr_blits@process-exit-mmap-busy@uc.html
* igt@gem_userptr_blits@process-exit-mmap@wb:
- shard-apl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#1699]) +7 similar issues
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@gem_userptr_blits@process-exit-mmap@wb.html
* igt@gem_userptr_blits@process-exit-mmap@wc:
- shard-hsw: NOTRUN -> [SKIP][41] ([fdo#109271]) +1062 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw7/igt@gem_userptr_blits@process-exit-mmap@wc.html
- shard-iclb: NOTRUN -> [SKIP][42] ([i915#1699]) +3 similar issues
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb3/igt@gem_userptr_blits@process-exit-mmap@wc.html
* igt@gem_userptr_blits@vma-merge:
- shard-hsw: NOTRUN -> [FAIL][43] ([i915#2724])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@gem_userptr_blits@vma-merge.html
* igt@gem_vm_create@destroy-race:
- shard-tglb: [PASS][44] -> [TIMEOUT][45] ([i915#2795])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-tglb2/igt@gem_vm_create@destroy-race.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb5/igt@gem_vm_create@destroy-race.html
* igt@gen9_exec_parse@bb-start-param:
- shard-tglb: NOTRUN -> [SKIP][46] ([fdo#112306])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb6/igt@gen9_exec_parse@bb-start-param.html
- shard-iclb: NOTRUN -> [SKIP][47] ([fdo#112306])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb2/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_pm_backlight@basic-brightness:
- shard-hsw: NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3012]) +4 similar issues
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
- shard-apl: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#1937])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271]) +237 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl1/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_suspend@forcewake:
- shard-apl: NOTRUN -> [DMESG-WARN][51] ([i915#180])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl3/igt@i915_suspend@forcewake.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-hsw: NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#109289])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-iclb: NOTRUN -> [SKIP][53] ([i915#1769])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
- shard-tglb: NOTRUN -> [SKIP][54] ([i915#1769])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-tglb: NOTRUN -> [SKIP][55] ([fdo#111614]) +1 similar issue
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb3/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
- shard-iclb: NOTRUN -> [SKIP][56] ([fdo#110725] / [fdo#111614]) +1 similar issue
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-tglb: NOTRUN -> [SKIP][57] ([fdo#111615])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb3/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_joiner@basic:
- shard-kbl: NOTRUN -> [SKIP][58] ([fdo#109271] / [i915#2705])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl7/igt@kms_big_joiner@basic.html
- shard-apl: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#2705])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl7/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo:
- shard-snb: NOTRUN -> [SKIP][60] ([fdo#109271]) +316 similar issues
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb7/igt@kms_ccs@pipe-a-ccs-on-another-bo.html
* igt@kms_chamelium@common-hpd-after-suspend:
- shard-hsw: NOTRUN -> [SKIP][61] ([fdo#109271] / [fdo#111827]) +87 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_color@pipe-d-ctm-0-75:
- shard-tglb: NOTRUN -> [FAIL][62] ([i915#1149] / [i915#315])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb5/igt@kms_color@pipe-d-ctm-0-75.html
- shard-iclb: NOTRUN -> [SKIP][63] ([fdo#109278] / [i915#1149])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb7/igt@kms_color@pipe-d-ctm-0-75.html
* igt@kms_color_chamelium@pipe-a-ctm-limited-range:
- shard-apl: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +24 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
* igt@kms_color_chamelium@pipe-a-ctm-max:
- shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109284] / [fdo#111827]) +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb5/igt@kms_color_chamelium@pipe-a-ctm-max.html
* igt@kms_color_chamelium@pipe-a-degamma:
- shard-kbl: NOTRUN -> [SKIP][66] ([fdo#109271] / [fdo#111827]) +20 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl1/igt@kms_color_chamelium@pipe-a-degamma.html
* igt@kms_color_chamelium@pipe-d-degamma:
- shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [fdo#111827]) +2 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk9/igt@kms_color_chamelium@pipe-d-degamma.html
- shard-tglb: NOTRUN -> [SKIP][68] ([fdo#109284] / [fdo#111827]) +4 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb2/igt@kms_color_chamelium@pipe-d-degamma.html
- shard-iclb: NOTRUN -> [SKIP][69] ([fdo#109278] / [fdo#109284] / [fdo#111827])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@kms_color_chamelium@pipe-d-degamma.html
* igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
- shard-snb: NOTRUN -> [SKIP][70] ([fdo#109271] / [fdo#111827]) +15 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglb: NOTRUN -> [SKIP][71] ([fdo#111828]) +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb3/igt@kms_content_protection@atomic-dpms.html
- shard-iclb: NOTRUN -> [SKIP][72] ([fdo#109300] / [fdo#111066])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb6/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@legacy:
- shard-kbl: NOTRUN -> [TIMEOUT][73] ([i915#1319]) +1 similar issue
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl6/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic:
- shard-apl: NOTRUN -> [TIMEOUT][74] ([i915#1319]) +1 similar issue
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl6/igt@kms_content_protection@lic.html
* igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
- shard-glk: [PASS][75] -> [DMESG-WARN][76] ([i915#118] / [i915#95])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-glk3/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
* igt@kms_cursor_crc@pipe-b-cursor-512x512-random:
- shard-iclb: NOTRUN -> [SKIP][77] ([fdo#109278] / [fdo#109279])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_cursor_crc@pipe-b-cursor-512x512-random.html
* igt@kms_cursor_crc@pipe-c-cursor-512x512-onscreen:
- shard-tglb: NOTRUN -> [SKIP][78] ([fdo#109279]) +2 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-512x512-onscreen.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-iclb: NOTRUN -> [SKIP][79] ([fdo#109274] / [fdo#109278])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_dp_tiled_display@basic-test-pattern:
- shard-iclb: NOTRUN -> [SKIP][80] ([i915#426])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb2/igt@kms_dp_tiled_display@basic-test-pattern.html
- shard-tglb: NOTRUN -> [SKIP][81] ([i915#426])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb6/igt@kms_dp_tiled_display@basic-test-pattern.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-apl: NOTRUN -> [INCOMPLETE][82] ([i915#180] / [i915#1982])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@kms_fbcon_fbt@fbc-suspend.html
- shard-kbl: NOTRUN -> [INCOMPLETE][83] ([i915#155] / [i915#180] / [i915#636])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl7/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-tglb: NOTRUN -> [SKIP][84] ([fdo#111825]) +15 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb7/igt@kms_flip@2x-plain-flip-fb-recreate.html
- shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109274])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-tglb: [PASS][86] -> [FAIL][87] ([i915#2598]) +1 similar issue
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-tglb7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
- shard-kbl: NOTRUN -> [DMESG-WARN][88] ([i915#180]) +2 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl6/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
* igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
- shard-hsw: NOTRUN -> [INCOMPLETE][89] ([i915#2055])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
- shard-apl: NOTRUN -> [FAIL][90] ([i915#2641])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
- shard-apl: NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#2672]) +1 similar issue
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html
- shard-iclb: NOTRUN -> [SKIP][92] ([i915#2587])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
- shard-apl: NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#2642])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move:
- shard-iclb: [PASS][94] -> [FAIL][95] ([i915#49]) +1 similar issue
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-iclb: NOTRUN -> [SKIP][96] ([fdo#109280]) +10 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_hdr@static-toggle-dpms:
- shard-iclb: NOTRUN -> [SKIP][97] ([i915#1187])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_invalid_dotclock:
- shard-tglb: NOTRUN -> [SKIP][98] ([fdo#110577])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb6/igt@kms_invalid_dotclock.html
- shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109310])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb2/igt@kms_invalid_dotclock.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
- shard-apl: NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#533]) +1 similar issue
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
- shard-kbl: NOTRUN -> [FAIL][101] ([fdo#108145] / [i915#265])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
- shard-apl: NOTRUN -> [FAIL][102] ([fdo#108145] / [i915#265]) +3 similar issues
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
* igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max:
- shard-iclb: NOTRUN -> [SKIP][103] ([fdo#109278]) +4 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb5/igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max.html
* igt@kms_plane_alpha_blend@pipe-d-constant-alpha-min:
- shard-hsw: NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#533]) +133 similar issues
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw4/igt@kms_plane_alpha_blend@pipe-d-constant-alpha-min.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
- shard-apl: NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#658]) +3 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
* igt@kms_psr2_sf@plane-move-sf-dmg-area-0:
- shard-kbl: NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#658]) +2 similar issues
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl6/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html
* igt@kms_psr@primary_page_flip:
- shard-hsw: NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#1072]) +39 similar issues
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw2/igt@kms_psr@primary_page_flip.html
* igt@kms_psr@psr2_dpms:
- shard-iclb: [PASS][108] -> [SKIP][109] ([fdo#109441])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-iclb2/igt@kms_psr@psr2_dpms.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_psr@psr2_dpms.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-iclb: NOTRUN -> [SKIP][110] ([fdo#109441])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb4/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@kms_setmode@basic:
- shard-snb: NOTRUN -> [FAIL][111] ([i915#31])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb7/igt@kms_setmode@basic.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-kbl: NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#533])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl6/igt@kms_vblank@pipe-d-wait-idle.html
* igt@kms_vrr@flip-suspend:
- shard-iclb: NOTRUN -> [SKIP][113] ([fdo#109502])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb4/igt@kms_vrr@flip-suspend.html
- shard-tglb: NOTRUN -> [SKIP][114] ([fdo#109502])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb3/igt@kms_vrr@flip-suspend.html
* igt@kms_writeback@writeback-check-output:
- shard-apl: NOTRUN -> [SKIP][115] ([fdo#109271] / [i915#2437]) +1 similar issue
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl3/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-glk: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2437])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk5/igt@kms_writeback@writeback-pixel-formats.html
- shard-kbl: NOTRUN -> [SKIP][117] ([fdo#109271] / [i915#2437])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl4/igt@kms_writeback@writeback-pixel-formats.html
- shard-iclb: NOTRUN -> [SKIP][118] ([i915#2437])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb1/igt@kms_writeback@writeback-pixel-formats.html
- shard-tglb: NOTRUN -> [SKIP][119] ([i915#2437])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb8/igt@kms_writeback@writeback-pixel-formats.html
* igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame:
- shard-tglb: NOTRUN -> [SKIP][120] ([i915#2530]) +2 similar issues
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb3/igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame.html
* igt@nouveau_crc@pipe-c-ctx-flip-detection:
- shard-iclb: NOTRUN -> [SKIP][121] ([i915#2530]) +2 similar issues
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@nouveau_crc@pipe-c-ctx-flip-detection.html
* igt@perf@per-context-mode-unprivileged:
- shard-iclb: NOTRUN -> [SKIP][122] ([fdo#109289])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb5/igt@perf@per-context-mode-unprivileged.html
- shard-tglb: NOTRUN -> [SKIP][123] ([fdo#109289])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb1/igt@perf@per-context-mode-unprivileged.html
* igt@prime_nv_pcopy@test2:
- shard-kbl: NOTRUN -> [SKIP][124] ([fdo#109271]) +156 similar issues
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl1/igt@prime_nv_pcopy@test2.html
- shard-iclb: NOTRUN -> [SKIP][125] ([fdo#109291]) +2 similar issues
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb8/igt@prime_nv_pcopy@test2.html
* igt@prime_nv_pcopy@test3_2:
- shard-tglb: NOTRUN -> [SKIP][126] ([fdo#109291]) +2 similar issues
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-tglb2/igt@prime_nv_pcopy@test3_2.html
* igt@runner@aborted:
- shard-hsw: NOTRUN -> ([FAIL][127], [FAIL][128]) ([i915#2505] / [i915#3002])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw4/igt@runner@aborted.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-hsw1/igt@runner@aborted.html
- shard-snb: NOTRUN -> [FAIL][129] ([i915#3002] / [i915#698])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb2/igt@runner@aborted.html
* igt@sysfs_clients@recycle-many:
- shard-snb: NOTRUN -> [FAIL][130] ([i915#3028])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-snb6/igt@sysfs_clients@recycle-many.html
* igt@sysfs_clients@sema-10@vcs0:
- shard-apl: NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3026]) +2 similar issues
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-apl2/igt@sysfs_clients@sema-10@vcs0.html
- shard-kbl: NOTRUN -> [SKIP][132] ([fdo#109271] / [i915#3026]) +3 similar issues
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-kbl7/igt@sysfs_clients@sema-10@vcs0.html
* igt@sysfs_clients@split-10@bcs0:
- shard-glk: [PASS][133] -> [SKIP][134] ([fdo#109271] / [i915#3026])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_6027/shard-glk8/igt@sysfs_clients@split-10@bcs0.html
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-glk4/igt@sysfs_clients@split-10@bcs0.html
* igt@tools_test@sysfs_l3_parity:
- shard-iclb: NOTRUN -> [SKIP][135] ([fdo#109307])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/shard-iclb2/igt@tools_test@sysfs_l3_parity.html
- shard-tglb:
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
[-- Attachment #1.2: Type: text/html, Size: 34096 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
2021-03-10 9:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-03-13 19:29 ` Dixit, Ashutosh
0 siblings, 0 replies; 9+ messages in thread
From: Dixit, Ashutosh @ 2021-03-13 19:29 UTC (permalink / raw)
To: igt-dev; +Cc: kunal1.joshi, Petri Latvala, mohammed.khajapasha, nidhi1.gupta
On Wed, 10 Mar 2021 01:20:56 -0800, Patchwork wrote:
>
> [1 <multipart/alternative (7bit)>]
> [1.1 <text/plain; utf-8 (7bit)>]
> [1.2 <text/html; utf-8 (7bit)>]
> Project List - Patchwork
Patch was merged ignoring this failure. Petri please revert.
>
> Patch Details
>
> Series: tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
> URL: https://patchwork.freedesktop.org/series/87798/
> State: failure
> Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
>
> CI Bug Log - changes from IGT_6027_full -> IGTPW_5585_full
>
> Summary
>
> FAILURE
>
> Serious unknown changes coming with IGTPW_5585_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_5585_full, please notify your bug team to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5585/index.html
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_5585_full:
>
> IGT changes
>
> Possible regressions
>
> * igt@kms_plane_scaling@plane-scaling:
>
> * shard-hsw: NOTRUN -> INCOMPLETE +3 similar issues
>
> * shard-apl: NOTRUN -> INCOMPLETE +3 similar issues
>
> * igt@kms_plane_scaling@scaler-with-clipping-clamping:
>
> * shard-tglb: NOTRUN -> INCOMPLETE +3 similar issues
>
> * igt@kms_plane_scaling@scaler-with-rotation:
>
> * shard-snb: NOTRUN -> INCOMPLETE +2 similar issues
>
> * shard-iclb: NOTRUN -> INCOMPLETE +3 similar issues
>
> * shard-kbl: NOTRUN -> INCOMPLETE +3 similar issues
>
> * shard-glk: NOTRUN -> INCOMPLETE +3 similar issues
>
> Known issues
>
> Here are the changes found in IGTPW_5585_full that come from known issues:
>
> IGT changes
>
> Issues hit
>
> * igt@gem_create@create-massive:
>
> * shard-snb: NOTRUN -> DMESG-WARN ([i915#3002])
>
> * igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
>
> * shard-snb: NOTRUN -> SKIP ([fdo#109271] / [i915#1099]) +3 similar issues
>
> * igt@gem_ctx_persistence@legacy-engines-mixed-process:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271] / [i915#1099]) +21 similar issues
>
> * igt@gem_exec_fair@basic-none-rrul@rcs0:
>
> * shard-glk: PASS -> FAIL ([i915#2842]) +1 similar issue
>
> * igt@gem_exec_fair@basic-none-solo@rcs0:
>
> * shard-kbl: NOTRUN -> FAIL ([i915#2842])
>
> * shard-glk: NOTRUN -> FAIL ([i915#2842])
>
> * shard-iclb: NOTRUN -> FAIL ([i915#2842])
>
> * shard-tglb: NOTRUN -> FAIL ([i915#2842])
>
> * igt@gem_exec_fair@basic-none@vcs0:
>
> * shard-kbl: PASS -> FAIL ([i915#2842]) +3 similar issues
>
> * igt@gem_exec_params@secure-non-root:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#112283])
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#112283])
>
> * igt@gem_exec_reloc@basic-parallel:
>
> * shard-kbl: NOTRUN -> TIMEOUT ([i915#1729])
>
> * shard-apl: NOTRUN -> TIMEOUT ([i915#1729])
>
> * igt@gem_exec_reloc@basic-wide-active@bcs0:
>
> * shard-apl: NOTRUN -> FAIL ([i915#2389]) +3 similar issues
>
> * shard-hsw: NOTRUN -> FAIL ([i915#2389]) +3 similar issues
>
> * igt@gem_exec_schedule@u-fairslice@vecs0:
>
> * shard-glk: PASS -> DMESG-WARN ([i915#1610] / [i915#2803])
>
> * igt@gem_huc_copy@huc-copy:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#2190])
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#2190])
>
> * igt@gem_mmap_gtt@big-copy:
>
> * shard-glk: PASS -> FAIL ([i915#307])
>
> * igt@gem_mmap_gtt@cpuset-medium-copy-odd:
>
> * shard-iclb: PASS -> FAIL ([i915#307])
>
> * igt@gem_pread@exhaustion:
>
> * shard-hsw: NOTRUN -> WARN ([i915#2658]) +1 similar issue
>
> * shard-apl: NOTRUN -> WARN ([i915#2658])
>
> * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
>
> * shard-glk: NOTRUN -> SKIP ([fdo#109271]) +33 similar issues
>
> * shard-iclb: NOTRUN -> SKIP ([i915#768])
>
> * igt@gem_userptr_blits@input-checking:
>
> * shard-hsw: NOTRUN -> DMESG-WARN ([i915#3002]) +1 similar issue
>
> * shard-kbl: NOTRUN -> DMESG-WARN ([i915#3002])
>
> * igt@gem_userptr_blits@process-exit-mmap-busy@uc:
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#1699]) +3 similar issues
>
> * igt@gem_userptr_blits@process-exit-mmap@wb:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#1699]) +7 similar issues
>
> * igt@gem_userptr_blits@process-exit-mmap@wc:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271]) +1062 similar issues
>
> * shard-iclb: NOTRUN -> SKIP ([i915#1699]) +3 similar issues
>
> * igt@gem_userptr_blits@vma-merge:
>
> * shard-hsw: NOTRUN -> FAIL ([i915#2724])
>
> * igt@gem_vm_create@destroy-race:
>
> * shard-tglb: PASS -> TIMEOUT ([i915#2795])
>
> * igt@gen9_exec_parse@bb-start-param:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#112306])
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#112306])
>
> * igt@i915_pm_backlight@basic-brightness:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271] / [i915#3012]) +4 similar issues
>
> * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#1937])
>
> * igt@i915_pm_rpm@modeset-lpsp-stress:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271]) +237 similar issues
>
> * igt@i915_suspend@forcewake:
>
> * shard-apl: NOTRUN -> DMESG-WARN ([i915#180])
>
> * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271] / [fdo#109289])
>
> * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
>
> * shard-iclb: NOTRUN -> SKIP ([i915#1769])
>
> * shard-tglb: NOTRUN -> SKIP ([i915#1769])
>
> * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#111614]) +1 similar issue
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#110725] / [fdo#111614]) +1 similar issue
>
> * igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#111615])
>
> * igt@kms_big_joiner@basic:
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#2705])
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#2705])
>
> * igt@kms_ccs@pipe-a-ccs-on-another-bo:
>
> * shard-snb: NOTRUN -> SKIP ([fdo#109271]) +316 similar issues
>
> * igt@kms_chamelium@common-hpd-after-suspend:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +87 similar issues
>
> * igt@kms_color@pipe-d-ctm-0-75:
>
> * shard-tglb: NOTRUN -> FAIL ([i915#1149] / [i915#315])
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109278] / [i915#1149])
>
> * igt@kms_color_chamelium@pipe-a-ctm-limited-range:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +24 similar issues
>
> * igt@kms_color_chamelium@pipe-a-ctm-max:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109284] / [fdo#111827]) +1 similar issue
>
> * igt@kms_color_chamelium@pipe-a-degamma:
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +20 similar issues
>
> * igt@kms_color_chamelium@pipe-d-degamma:
>
> * shard-glk: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +2 similar issues
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#109284] / [fdo#111827]) +4 similar issues
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109278] / [fdo#109284] / [fdo#111827])
>
> * igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
>
> * shard-snb: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +15 similar issues
>
> * igt@kms_content_protection@atomic-dpms:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#111828]) +1 similar issue
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109300] / [fdo#111066])
>
> * igt@kms_content_protection@legacy:
>
> * shard-kbl: NOTRUN -> TIMEOUT ([i915#1319]) +1 similar issue
>
> * igt@kms_content_protection@lic:
>
> * shard-apl: NOTRUN -> TIMEOUT ([i915#1319]) +1 similar issue
>
> * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
>
> * shard-glk: PASS -> DMESG-WARN ([i915#118] / [i915#95])
>
> * igt@kms_cursor_crc@pipe-b-cursor-512x512-random:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109278] / [fdo#109279])
>
> * igt@kms_cursor_crc@pipe-c-cursor-512x512-onscreen:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#109279]) +2 similar issues
>
> * igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109274] / [fdo#109278])
>
> * igt@kms_dp_tiled_display@basic-test-pattern:
>
> * shard-iclb: NOTRUN -> SKIP ([i915#426])
>
> * shard-tglb: NOTRUN -> SKIP ([i915#426])
>
> * igt@kms_fbcon_fbt@fbc-suspend:
>
> * shard-apl: NOTRUN -> INCOMPLETE ([i915#180] / [i915#1982])
>
> * shard-kbl: NOTRUN -> INCOMPLETE ([i915#155] / [i915#180] / [i915#636])
>
> * igt@kms_flip@2x-plain-flip-fb-recreate:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#111825]) +15 similar issues
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109274])
>
> * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
>
> * shard-tglb: PASS -> FAIL ([i915#2598]) +1 similar issue
>
> * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
>
> * shard-kbl: NOTRUN -> DMESG-WARN ([i915#180]) +2 similar issues
>
> * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
>
> * shard-hsw: NOTRUN -> INCOMPLETE ([i915#2055])
>
> * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
>
> * shard-apl: NOTRUN -> FAIL ([i915#2641])
>
> * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#2672]) +1 similar issue
>
> * shard-iclb: NOTRUN -> SKIP ([i915#2587])
>
> * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#2642])
>
> * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move:
>
> * shard-iclb: PASS -> FAIL ([i915#49]) +1 similar issue
>
> * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109280]) +10 similar issues
>
> * igt@kms_hdr@static-toggle-dpms:
>
> * shard-iclb: NOTRUN -> SKIP ([i915#1187])
>
> * igt@kms_invalid_dotclock:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#110577])
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109310])
>
> * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#533]) +1 similar issue
>
> * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
>
> * shard-kbl: NOTRUN -> FAIL ([fdo#108145] / [i915#265])
>
> * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
>
> * shard-apl: NOTRUN -> FAIL ([fdo#108145] / [i915#265]) +3 similar issues
>
> * igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109278]) +4 similar issues
>
> * igt@kms_plane_alpha_blend@pipe-d-constant-alpha-min:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271] / [i915#533]) +133 similar issues
>
> * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#658]) +3 similar issues
>
> * igt@kms_psr2_sf@plane-move-sf-dmg-area-0:
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#658]) +2 similar issues
>
> * igt@kms_psr@primary_page_flip:
>
> * shard-hsw: NOTRUN -> SKIP ([fdo#109271] / [i915#1072]) +39 similar issues
>
> * igt@kms_psr@psr2_dpms:
>
> * shard-iclb: PASS -> SKIP ([fdo#109441])
>
> * igt@kms_psr@psr2_sprite_mmap_gtt:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109441])
>
> * igt@kms_setmode@basic:
>
> * shard-snb: NOTRUN -> FAIL ([i915#31])
>
> * igt@kms_vblank@pipe-d-wait-idle:
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#533])
>
> * igt@kms_vrr@flip-suspend:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109502])
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#109502])
>
> * igt@kms_writeback@writeback-check-output:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#2437]) +1 similar issue
>
> * igt@kms_writeback@writeback-pixel-formats:
>
> * shard-glk: NOTRUN -> SKIP ([fdo#109271] / [i915#2437])
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#2437])
>
> * shard-iclb: NOTRUN -> SKIP ([i915#2437])
>
> * shard-tglb: NOTRUN -> SKIP ([i915#2437])
>
> * igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame:
>
> * shard-tglb: NOTRUN -> SKIP ([i915#2530]) +2 similar issues
>
> * igt@nouveau_crc@pipe-c-ctx-flip-detection:
>
> * shard-iclb: NOTRUN -> SKIP ([i915#2530]) +2 similar issues
>
> * igt@perf@per-context-mode-unprivileged:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109289])
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#109289])
>
> * igt@prime_nv_pcopy@test2:
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271]) +156 similar issues
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109291]) +2 similar issues
>
> * igt@prime_nv_pcopy@test3_2:
>
> * shard-tglb: NOTRUN -> SKIP ([fdo#109291]) +2 similar issues
>
> * igt@runner@aborted:
>
> * shard-hsw: NOTRUN -> (FAIL, FAIL) ([i915#2505] / [i915#3002])
>
> * shard-snb: NOTRUN -> FAIL ([i915#3002] / [i915#698])
>
> * igt@sysfs_clients@recycle-many:
>
> * shard-snb: NOTRUN -> FAIL ([i915#3028])
>
> * igt@sysfs_clients@sema-10@vcs0:
>
> * shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#3026]) +2 similar issues
>
> * shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#3026]) +3 similar issues
>
> * igt@sysfs_clients@split-10@bcs0:
>
> * shard-glk: PASS -> SKIP ([fdo#109271] / [i915#3026])
>
> * igt@tools_test@sysfs_l3_parity:
>
> * shard-iclb: NOTRUN -> SKIP ([fdo#109307])
>
> * shard-tglb:
> [2 <text/plain; us-ascii (7bit)>]
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] [PATCH i-g-t v3] tests/kms_mmap_write_crc: Add subtest description
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
` (5 preceding siblings ...)
2021-03-10 9:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-05-12 8:06 ` Arundhati Hagaragi
6 siblings, 0 replies; 9+ messages in thread
From: Arundhati Hagaragi @ 2021-05-12 8:06 UTC (permalink / raw)
To: igt-dev
Added description for subtest
Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi@intel.com>
Cc: B S Karthik <karthik.b.s@intel.com>
Cc: Patnana Venkata Sai <venkata.sai.patnana@intel.com>
v2: Modified description (Sai)
v3: Placed description correctly (Petri)
---
tests/kms_mmap_write_crc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/kms_mmap_write_crc.c b/tests/kms_mmap_write_crc.c
index 46013808..9cf95aac 100644
--- a/tests/kms_mmap_write_crc.c
+++ b/tests/kms_mmap_write_crc.c
@@ -285,9 +285,10 @@ igt_main_args("n", NULL, NULL, opt_handler, NULL)
fork_cpuhog_helper();
}
+ igt_describe("Tests that caching mode has become UC/WT and flushed and also validates mmap "
+ "write to an uncached buffer ");
igt_subtest("main") {
igt_info("Using %d rounds for the test\n", ROUNDS);
-
for (i = 0; i < ROUNDS; i++)
run_test(&data);
}
--
2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-05-12 8:07 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09 11:29 [igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests Arundhati Hagaragi
2021-03-09 13:20 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-03-09 18:48 ` [igt-dev] [PATCH i-g-t v8] " Khajapasha, Mohammed
2021-03-10 6:11 ` [igt-dev] [PATCH i-g-t v9] " Arundhati Hagaragi
2021-03-10 7:31 ` [igt-dev] [PATCH i-g-t v10] " Arundhati Hagaragi
2021-03-10 8:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3) Patchwork
2021-03-10 9:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-13 19:29 ` Dixit, Ashutosh
2021-05-12 8:06 ` [igt-dev] [PATCH i-g-t v3] tests/kms_mmap_write_crc: Add subtest description Arundhati Hagaragi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox