* [igt-dev] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic"
@ 2019-06-27 7:36 Chris Wilson
2019-06-27 8:18 ` [Intel-gfx] " Ser, Simon
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Chris Wilson @ 2019-06-27 7:36 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
The "basic" subtests perform no verification that the read/write work,
only function as mere API exercisers and loose benchmarks. Rename them
to reflect that they are poor benchmarks instead.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/i915/gem_pread.c | 2 +-
tests/i915/gem_pwrite.c | 2 +-
tests/intel-ci/fast-feedback.testlist | 2 --
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/tests/i915/gem_pread.c b/tests/i915/gem_pread.c
index c64787653..0d3e10b80 100644
--- a/tests/i915/gem_pread.c
+++ b/tests/i915/gem_pread.c
@@ -159,7 +159,7 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL)
dst_user = malloc(object_size);
}
- igt_subtest("basic") {
+ igt_subtest("bench") {
for (count = 1; count <= 1<<17; count <<= 1) {
struct timeval start, end;
diff --git a/tests/i915/gem_pwrite.c b/tests/i915/gem_pwrite.c
index 97703a2aa..37e978791 100644
--- a/tests/i915/gem_pwrite.c
+++ b/tests/i915/gem_pwrite.c
@@ -286,7 +286,7 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL)
src_user = malloc(object_size);
}
- igt_subtest("basic") {
+ igt_subtest("bench") {
for (count = 1; count <= 1<<17; count <<= 1) {
struct timeval start, end;
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 8618dfd28..5fcb5e76d 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -87,8 +87,6 @@ igt@gem_mmap_gtt@basic-write-gtt-no-prefault
igt@gem_mmap_gtt@basic-write-no-prefault
igt@gem_mmap_gtt@basic-write-read
igt@gem_mmap_gtt@basic-write-read-distinct
-igt@gem_pread@basic
-igt@gem_pwrite@basic
igt@gem_render_linear_blits@basic
igt@gem_render_tiled_blits@basic
igt@gem_ringfill@basic-default
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic"
2019-06-27 7:36 [igt-dev] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic" Chris Wilson
@ 2019-06-27 8:18 ` Ser, Simon
2019-06-27 13:26 ` [igt-dev] [Intel-gfx] " Arkadiusz Hiler
2019-06-27 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-28 9:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 1 reply; 6+ messages in thread
From: Ser, Simon @ 2019-06-27 8:18 UTC (permalink / raw)
To: intel-gfx@lists.freedesktop.org, chris@chris-wilson.co.uk
Cc: igt-dev@lists.freedesktop.org
On Thu, 2019-06-27 at 08:36 +0100, Chris Wilson wrote:
> The "basic" subtests perform no verification that the read/write work,
> only function as mere API exercisers and loose benchmarks. Rename them
> to reflect that they are poor benchmarks instead.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Simon Ser <simon.ser@intel.com>
> ---
> tests/i915/gem_pread.c | 2 +-
> tests/i915/gem_pwrite.c | 2 +-
> tests/intel-ci/fast-feedback.testlist | 2 --
> 3 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/tests/i915/gem_pread.c b/tests/i915/gem_pread.c
> index c64787653..0d3e10b80 100644
> --- a/tests/i915/gem_pread.c
> +++ b/tests/i915/gem_pread.c
> @@ -159,7 +159,7 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL)
> dst_user = malloc(object_size);
> }
>
> - igt_subtest("basic") {
> + igt_subtest("bench") {
> for (count = 1; count <= 1<<17; count <<= 1) {
> struct timeval start, end;
>
> diff --git a/tests/i915/gem_pwrite.c b/tests/i915/gem_pwrite.c
> index 97703a2aa..37e978791 100644
> --- a/tests/i915/gem_pwrite.c
> +++ b/tests/i915/gem_pwrite.c
> @@ -286,7 +286,7 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL)
> src_user = malloc(object_size);
> }
>
> - igt_subtest("basic") {
> + igt_subtest("bench") {
> for (count = 1; count <= 1<<17; count <<= 1) {
> struct timeval start, end;
>
> diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
> index 8618dfd28..5fcb5e76d 100644
> --- a/tests/intel-ci/fast-feedback.testlist
> +++ b/tests/intel-ci/fast-feedback.testlist
> @@ -87,8 +87,6 @@ igt@gem_mmap_gtt@basic-write-gtt-no-prefault
> igt@gem_mmap_gtt@basic-write-no-prefault
> igt@gem_mmap_gtt@basic-write-read
> igt@gem_mmap_gtt@basic-write-read-distinct
> -igt@gem_pread@basic
> -igt@gem_pwrite@basic
> igt@gem_render_linear_blits@basic
> igt@gem_render_tiled_blits@basic
> igt@gem_ringfill@basic-default
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_pread/pwrite: Rename "basic"
2019-06-27 7:36 [igt-dev] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic" Chris Wilson
2019-06-27 8:18 ` [Intel-gfx] " Ser, Simon
@ 2019-06-27 10:08 ` Patchwork
2019-06-28 9:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-06-27 10:08 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_pread/pwrite: Rename "basic"
URL : https://patchwork.freedesktop.org/series/62830/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6373 -> IGTPW_3201
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/62830/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_3201 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_mmap_gtt@basic:
- fi-glk-dsi: [PASS][1] -> [INCOMPLETE][2] ([fdo#103359] / [k.org#198133])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-glk-dsi/igt@gem_mmap_gtt@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-glk-dsi/igt@gem_mmap_gtt@basic.html
* igt@i915_pm_rpm@module-reload:
- fi-kbl-r: [PASS][3] -> [DMESG-WARN][4] ([fdo#111012])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-kbl-r/igt@i915_pm_rpm@module-reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-kbl-r/igt@i915_pm_rpm@module-reload.html
#### Possible fixes ####
* igt@gem_ctx_switch@basic-default:
- fi-icl-u2: [INCOMPLETE][5] ([fdo#107713] / [fdo#108569]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-icl-u2/igt@gem_ctx_switch@basic-default.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-icl-u2/igt@gem_ctx_switch@basic-default.html
* igt@gem_flink_basic@flink-lifetime:
- fi-icl-u3: [DMESG-WARN][7] ([fdo#107724]) -> [PASS][8] +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-icl-u3/igt@gem_flink_basic@flink-lifetime.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-icl-u3/igt@gem_flink_basic@flink-lifetime.html
* igt@gem_mmap@basic-small-bo:
- fi-icl-dsi: [DMESG-WARN][9] ([fdo#106107]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-icl-dsi/igt@gem_mmap@basic-small-bo.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-icl-dsi/igt@gem_mmap@basic-small-bo.html
* igt@i915_pm_rpm@module-reload:
- fi-skl-6770hq: [FAIL][11] ([fdo#108511]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live_client:
- fi-icl-dsi: [INCOMPLETE][13] ([fdo#107713]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/fi-icl-dsi/igt@i915_selftest@live_client.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/fi-icl-dsi/igt@i915_selftest@live_client.html
[fdo#103359]: https://bugs.freedesktop.org/show_bug.cgi?id=103359
[fdo#106107]: https://bugs.freedesktop.org/show_bug.cgi?id=106107
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
[fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
[fdo#111012]: https://bugs.freedesktop.org/show_bug.cgi?id=111012
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
Participating hosts (52 -> 46)
------------------------------
Additional (1): fi-skl-gvtdvm
Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus
Build changes
-------------
* IGT: IGT_5069 -> IGTPW_3201
CI_DRM_6373: cc7ffe2a301509ba233652ec17d0f74c18b5c8a9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3201: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/
IGT_5069: 439a9f5d615f31f03cc3a3a5cbab19367a1af763 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Testlist changes ==
+igt@gem_pread@bench
+igt@gem_pwrite@bench
-igt@gem_pread@basic
-igt@gem_pwrite@basic
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [Intel-gfx] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic"
2019-06-27 8:18 ` [Intel-gfx] " Ser, Simon
@ 2019-06-27 13:26 ` Arkadiusz Hiler
2019-06-27 13:29 ` Martin Peres
0 siblings, 1 reply; 6+ messages in thread
From: Arkadiusz Hiler @ 2019-06-27 13:26 UTC (permalink / raw)
To: Ser, Simon; +Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
On Thu, Jun 27, 2019 at 08:18:36AM +0000, Ser, Simon wrote:
> On Thu, 2019-06-27 at 08:36 +0100, Chris Wilson wrote:
> > The "basic" subtests perform no verification that the read/write work,
> > only function as mere API exercisers and loose benchmarks. Rename them
> > to reflect that they are poor benchmarks instead.
> >
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>
> Reviewed-by: Simon Ser <simon.ser@intel.com>
you forgot to add r-b while pushing
Tests are now renamed in the cibuglog, so all the existing filters (1)
will apply. It's nice to CC someone handling cibuglog when renaming,
otherwise we will end up with more noise and spend time on creating and
deduplicating bugs later on.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [Intel-gfx] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic"
2019-06-27 13:26 ` [igt-dev] [Intel-gfx] " Arkadiusz Hiler
@ 2019-06-27 13:29 ` Martin Peres
0 siblings, 0 replies; 6+ messages in thread
From: Martin Peres @ 2019-06-27 13:29 UTC (permalink / raw)
To: Arkadiusz Hiler, Ser, Simon
Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
On 27/06/2019 16:26, Arkadiusz Hiler wrote:
> On Thu, Jun 27, 2019 at 08:18:36AM +0000, Ser, Simon wrote:
>> On Thu, 2019-06-27 at 08:36 +0100, Chris Wilson wrote:
>>> The "basic" subtests perform no verification that the read/write work,
>>> only function as mere API exercisers and loose benchmarks. Rename them
>>> to reflect that they are poor benchmarks instead.
>>>
>>> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>>
>> Reviewed-by: Simon Ser <simon.ser@intel.com>
>
> you forgot to add r-b while pushing
>
> Tests are now renamed in the cibuglog, so all the existing filters (1)
> will apply. It's nice to CC someone handling cibuglog when renaming,
> otherwise we will end up with more noise and spend time on creating and
> deduplicating bugs later on.
My fault. I gave the ACK but had not done the rename yet. Sorry about that!
Martin
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_pread/pwrite: Rename "basic"
2019-06-27 7:36 [igt-dev] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic" Chris Wilson
2019-06-27 8:18 ` [Intel-gfx] " Ser, Simon
2019-06-27 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-06-28 9:44 ` Patchwork
2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-06-28 9:44 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_pread/pwrite: Rename "basic"
URL : https://patchwork.freedesktop.org/series/62830/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6373_full -> IGTPW_3201_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/62830/revisions/1/mbox/
New tests
---------
New tests have been introduced between CI_DRM_6373_full and IGTPW_3201_full:
### New IGT tests (2) ###
* igt@gem_pread@bench:
- Statuses : 6 pass(s)
- Exec time: [2.76, 10.69] s
* igt@gem_pwrite@bench:
- Statuses : 6 pass(s)
- Exec time: [0.60, 2.12] s
Known issues
------------
Here are the changes found in IGTPW_3201_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_balancer@smoke:
- shard-iclb: [PASS][1] -> [SKIP][2] ([fdo#110854])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb2/igt@gem_exec_balancer@smoke.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb5/igt@gem_exec_balancer@smoke.html
* igt@i915_suspend@debugfs-reader:
- shard-apl: [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +2 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-apl1/igt@i915_suspend@debugfs-reader.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-apl7/igt@i915_suspend@debugfs-reader.html
* igt@kms_color@pipe-c-ctm-green-to-red:
- shard-kbl: [PASS][5] -> [FAIL][6] ([fdo#107201])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-kbl4/igt@kms_color@pipe-c-ctm-green-to-red.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-kbl4/igt@kms_color@pipe-c-ctm-green-to-red.html
- shard-apl: [PASS][7] -> [FAIL][8] ([fdo#107201])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-apl2/igt@kms_color@pipe-c-ctm-green-to-red.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-apl7/igt@kms_color@pipe-c-ctm-green-to-red.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-kbl: [PASS][9] -> [INCOMPLETE][10] ([fdo#103665])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-hsw: [PASS][11] -> [SKIP][12] ([fdo#109271]) +14 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-hsw7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-hsw1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-iclb: [PASS][13] -> [FAIL][14] ([fdo#103167]) +1 similar issue
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-iclb: [PASS][15] -> [FAIL][16] ([fdo#103166])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb1/igt@kms_plane_lowres@pipe-a-tiling-x.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_psr@psr2_basic:
- shard-iclb: [PASS][17] -> [SKIP][18] ([fdo#109441]) +2 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb2/igt@kms_psr@psr2_basic.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb1/igt@kms_psr@psr2_basic.html
* igt@perf_pmu@rc6-runtime-pm-long:
- shard-iclb: [PASS][19] -> [FAIL][20] ([fdo#105010])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb7/igt@perf_pmu@rc6-runtime-pm-long.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb6/igt@perf_pmu@rc6-runtime-pm-long.html
#### Possible fixes ####
* igt@gem_tiled_swapping@non-threaded:
- shard-hsw: [FAIL][21] ([fdo#108686]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-hsw1/igt@gem_tiled_swapping@non-threaded.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-hsw1/igt@gem_tiled_swapping@non-threaded.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-snb: [SKIP][23] ([fdo#109271]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-snb6/igt@i915_pm_rc6_residency@rc6-accuracy.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-snb5/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-apl: [DMESG-WARN][25] -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-apl5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-apl6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
- shard-kbl: [FAIL][27] ([fdo#103232]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
- shard-hsw: [SKIP][29] ([fdo#109271]) -> [PASS][30] +17 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-hsw1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-hsw2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-blt:
- shard-iclb: [FAIL][31] ([fdo#103167]) -> [PASS][32] +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-blt.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_psr@psr2_cursor_plane_onoff:
- shard-iclb: [SKIP][33] ([fdo#109441]) -> [PASS][34] +4 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb5/igt@kms_psr@psr2_cursor_plane_onoff.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-apl: [DMESG-WARN][35] ([fdo#108566]) -> [PASS][36] +1 similar issue
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-apl4/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-apl1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
#### Warnings ####
* igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-iclb: [SKIP][37] ([fdo#110892]) -> [INCOMPLETE][38] ([fdo#107713] / [fdo#108840])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6373/shard-iclb2/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/shard-iclb2/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#105010]: https://bugs.freedesktop.org/show_bug.cgi?id=105010
[fdo#107201]: https://bugs.freedesktop.org/show_bug.cgi?id=107201
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#108686]: https://bugs.freedesktop.org/show_bug.cgi?id=108686
[fdo#108840]: https://bugs.freedesktop.org/show_bug.cgi?id=108840
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892
Participating hosts (10 -> 6)
------------------------------
Missing (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005
Build changes
-------------
* IGT: IGT_5069 -> IGTPW_3201
* Piglit: piglit_4509 -> None
CI_DRM_6373: cc7ffe2a301509ba233652ec17d0f74c18b5c8a9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3201: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/
IGT_5069: 439a9f5d615f31f03cc3a3a5cbab19367a1af763 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3201/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-06-28 9:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27 7:36 [igt-dev] [PATCH i-g-t] i915/gem_pread/pwrite: Rename "basic" Chris Wilson
2019-06-27 8:18 ` [Intel-gfx] " Ser, Simon
2019-06-27 13:26 ` [igt-dev] [Intel-gfx] " Arkadiusz Hiler
2019-06-27 13:29 ` Martin Peres
2019-06-27 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-28 9:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox