* [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons
@ 2019-06-10 12:55 Chris Wilson
2019-06-10 12:59 ` Martin Peres
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Chris Wilson @ 2019-06-10 12:55 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
Nothing to see here, please move along.
XXX: Update with better bugzilla
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107713#c125
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Martin Peres <martin.peres@linux.intel.com>
---
tests/i915/gem_mmap_gtt.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/i915/gem_mmap_gtt.c b/tests/i915/gem_mmap_gtt.c
index 034658e64..c3cb5db2d 100644
--- a/tests/i915/gem_mmap_gtt.c
+++ b/tests/i915/gem_mmap_gtt.c
@@ -656,6 +656,9 @@ test_huge_copy(int fd, int huge, int tiling_a, int tiling_b, int ncpus)
uint64_t huge_object_size, i;
unsigned mode = CHECK_RAM;
+ igt_fail_on_f(intel_gen(devid) >= 11 && ncpus > 1,
+ "Please adjust your expectations, https://bugs.freedesktop.org/show_bug.cgi?id=107713#c125\n");
+
switch (huge) {
case -2:
huge_object_size = gem_mappable_aperture_size() / 4;
--
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] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons
2019-06-10 12:55 [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
@ 2019-06-10 12:59 ` Martin Peres
2019-06-10 13:02 ` [Intel-gfx] [PATCH i-g-t v2] " Chris Wilson
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Martin Peres @ 2019-06-10 12:59 UTC (permalink / raw)
To: Chris Wilson, intel-gfx; +Cc: igt-dev
On 10/06/2019 15:55, Chris Wilson wrote:
> Nothing to see here, please move along.
>
> XXX: Update with better bugzilla
https://bugs.freedesktop.org/show_bug.cgi?id=110882
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107713#c125
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
> Cc: Martin Peres <martin.peres@linux.intel.com>
> ---
> tests/i915/gem_mmap_gtt.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/i915/gem_mmap_gtt.c b/tests/i915/gem_mmap_gtt.c
> index 034658e64..c3cb5db2d 100644
> --- a/tests/i915/gem_mmap_gtt.c
> +++ b/tests/i915/gem_mmap_gtt.c
> @@ -656,6 +656,9 @@ test_huge_copy(int fd, int huge, int tiling_a, int tiling_b, int ncpus)
> uint64_t huge_object_size, i;
> unsigned mode = CHECK_RAM;
>
> + igt_fail_on_f(intel_gen(devid) >= 11 && ncpus > 1,
> + "Please adjust your expectations, https://bugs.freedesktop.org/show_bug.cgi?id=107713#c125\n");
> +
> switch (huge) {
> case -2:
> huge_object_size = gem_mappable_aperture_size() / 4;
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread* [Intel-gfx] [PATCH i-g-t v2] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons
2019-06-10 12:55 [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
2019-06-10 12:59 ` Martin Peres
@ 2019-06-10 13:02 ` Chris Wilson
2019-06-10 14:16 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2) Patchwork
2019-06-11 9:53 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Chris Wilson @ 2019-06-10 13:02 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
Nothing to see here, please move along.
References: https://bugs.freedesktop.org/show_bug.cgi?id=110882
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Martin Peres <martin.peres@linux.intel.com>
---
tests/i915/gem_mmap_gtt.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/i915/gem_mmap_gtt.c b/tests/i915/gem_mmap_gtt.c
index 034658e64..6f3a9c36e 100644
--- a/tests/i915/gem_mmap_gtt.c
+++ b/tests/i915/gem_mmap_gtt.c
@@ -656,6 +656,9 @@ test_huge_copy(int fd, int huge, int tiling_a, int tiling_b, int ncpus)
uint64_t huge_object_size, i;
unsigned mode = CHECK_RAM;
+ igt_fail_on_f(intel_gen(devid) >= 11 && ncpus > 1,
+ "Please adjust your expectations, https://bugs.freedesktop.org/show_bug.cgi?id=110882\n");
+
switch (huge) {
case -2:
huge_object_size = gem_mappable_aperture_size() / 4;
--
2.20.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2)
2019-06-10 12:55 [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
2019-06-10 12:59 ` Martin Peres
2019-06-10 13:02 ` [Intel-gfx] [PATCH i-g-t v2] " Chris Wilson
@ 2019-06-10 14:16 ` Patchwork
2019-06-11 9:53 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-06-10 14:16 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2)
URL : https://patchwork.freedesktop.org/series/61840/
State : success
== Summary ==
CI Bug Log - changes from IGT_5050 -> IGTPW_3136
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/61840/revisions/2/mbox/
Known issues
------------
Here are the changes found in IGTPW_3136 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_chamelium@dp-crc-fast:
- fi-cml-u2: [PASS][1] -> [FAIL][2] ([fdo#110627])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/fi-cml-u2/igt@kms_chamelium@dp-crc-fast.html
#### Possible fixes ####
* igt@gem_ctx_create@basic-files:
- fi-icl-u3: [INCOMPLETE][3] ([fdo#107713] / [fdo#109100]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/fi-icl-u3/igt@gem_ctx_create@basic-files.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/fi-icl-u3/igt@gem_ctx_create@basic-files.html
* igt@i915_selftest@live_contexts:
- fi-bdw-gvtdvm: [DMESG-FAIL][5] ([fdo#110235]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html
* igt@i915_selftest@live_evict:
- fi-bsw-kefka: [DMESG-WARN][7] ([fdo#107709]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/fi-bsw-kefka/igt@i915_selftest@live_evict.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/fi-bsw-kefka/igt@i915_selftest@live_evict.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#107709]: https://bugs.freedesktop.org/show_bug.cgi?id=107709
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
[fdo#108602]: https://bugs.freedesktop.org/show_bug.cgi?id=108602
[fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
[fdo#110235]: https://bugs.freedesktop.org/show_bug.cgi?id=110235
[fdo#110627]: https://bugs.freedesktop.org/show_bug.cgi?id=110627
Participating hosts (54 -> 47)
------------------------------
Missing (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus
Build changes
-------------
* IGT: IGT_5050 -> IGTPW_3136
CI_DRM_6225: 39bb7459567aada2e706e4da4a650dc4f7c41abf @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3136: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/
IGT_5050: 4c072238c784e6acb00634a80c3c55fb8358058b @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread* [igt-dev] ✗ Fi.CI.IGT: failure for i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2)
2019-06-10 12:55 [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
` (2 preceding siblings ...)
2019-06-10 14:16 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2) Patchwork
@ 2019-06-11 9:53 ` Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-06-11 9:53 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2)
URL : https://patchwork.freedesktop.org/series/61840/
State : failure
== Summary ==
CI Bug Log - changes from IGT_5050_full -> IGTPW_3136_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3136_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3136_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://patchwork.freedesktop.org/api/1.0/series/61840/revisions/2/mbox/
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3136_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_mmap_gtt@forked-basic-small-copy-xy:
- shard-iclb: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb8/igt@gem_mmap_gtt@forked-basic-small-copy-xy.html
* igt@gem_mmap_gtt@forked-medium-copy:
- shard-iclb: [PASS][2] -> [FAIL][3] +4 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb6/igt@gem_mmap_gtt@forked-medium-copy.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb4/igt@gem_mmap_gtt@forked-medium-copy.html
#### Warnings ####
* igt@gem_mmap_gtt@forked-big-copy:
- shard-iclb: [TIMEOUT][4] ([fdo#109673]) -> [FAIL][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb5/igt@gem_mmap_gtt@forked-big-copy.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb4/igt@gem_mmap_gtt@forked-big-copy.html
* igt@gem_mmap_gtt@forked-big-copy-odd:
- shard-iclb: [INCOMPLETE][6] ([fdo#107713] / [fdo#109100]) -> [FAIL][7] +1 similar issue
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb7/igt@gem_mmap_gtt@forked-big-copy-odd.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb1/igt@gem_mmap_gtt@forked-big-copy-odd.html
Known issues
------------
Here are the changes found in IGTPW_3136_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_persistent_relocs@forked-thrash-inactive:
- shard-hsw: [PASS][8] -> [INCOMPLETE][9] ([fdo#103540])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-hsw8/igt@gem_persistent_relocs@forked-thrash-inactive.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-hsw1/igt@gem_persistent_relocs@forked-thrash-inactive.html
* igt@gem_tiled_swapping@non-threaded:
- shard-glk: [PASS][10] -> [DMESG-WARN][11] ([fdo#108686])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-glk6/igt@gem_tiled_swapping@non-threaded.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-glk3/igt@gem_tiled_swapping@non-threaded.html
* igt@kms_busy@basic-flip-b:
- shard-snb: [PASS][12] -> [SKIP][13] ([fdo#109271] / [fdo#109278])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-snb6/igt@kms_busy@basic-flip-b.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-snb7/igt@kms_busy@basic-flip-b.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-hsw: [PASS][14] -> [SKIP][15] ([fdo#109271]) +2 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-hsw5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-hsw1/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled:
- shard-snb: [PASS][16] -> [SKIP][17] ([fdo#109271]) +1 similar issue
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-snb7/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-snb7/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
* igt@kms_flip@flip-vs-suspend:
- shard-snb: [PASS][18] -> [INCOMPLETE][19] ([fdo#105411])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-snb2/igt@kms_flip@flip-vs-suspend.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-snb1/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-iclb: [PASS][20] -> [FAIL][21] ([fdo#103167]) +1 similar issue
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
- shard-apl: [PASS][22] -> [DMESG-WARN][23] ([fdo#108566]) +2 similar issues
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-apl5/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
* igt@kms_setmode@basic:
- shard-apl: [PASS][24] -> [FAIL][25] ([fdo#99912])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-apl6/igt@kms_setmode@basic.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-apl6/igt@kms_setmode@basic.html
* igt@kms_sysfs_edid_timing:
- shard-iclb: [PASS][26] -> [FAIL][27] ([fdo#100047])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb1/igt@kms_sysfs_edid_timing.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb3/igt@kms_sysfs_edid_timing.html
* igt@perf_pmu@rc6-runtime-pm:
- shard-iclb: [PASS][28] -> [FAIL][29] ([fdo#105010])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb1/igt@perf_pmu@rc6-runtime-pm.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb3/igt@perf_pmu@rc6-runtime-pm.html
* igt@prime_busy@wait-hang-bsd:
- shard-iclb: [PASS][30] -> [INCOMPLETE][31] ([fdo#107713])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb8/igt@prime_busy@wait-hang-bsd.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb7/igt@prime_busy@wait-hang-bsd.html
#### Possible fixes ####
* igt@gem_ctx_engines@execute-one:
- shard-snb: [DMESG-WARN][32] ([fdo#110869]) -> [PASS][33]
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-snb4/igt@gem_ctx_engines@execute-one.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-snb4/igt@gem_ctx_engines@execute-one.html
* igt@i915_suspend@fence-restore-untiled:
- shard-apl: [DMESG-WARN][34] ([fdo#108566]) -> [PASS][35] +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-apl4/igt@i915_suspend@fence-restore-untiled.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-apl8/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-hsw: [SKIP][36] ([fdo#109271]) -> [PASS][37] +12 similar issues
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-hsw1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-hsw8/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-glk: [FAIL][38] ([fdo#105363]) -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-glk3/igt@kms_flip@2x-flip-vs-expired-vblank.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff:
- shard-apl: [FAIL][40] ([fdo#103167]) -> [PASS][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-apl5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-apl5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff.html
- shard-kbl: [FAIL][42] ([fdo#103167]) -> [PASS][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-glk: [FAIL][44] ([fdo#103167]) -> [PASS][45] +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-glk4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary:
- shard-iclb: [FAIL][46] ([fdo#103167]) -> [PASS][47] +4 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-iclb: [INCOMPLETE][48] ([fdo#106978] / [fdo#107713] / [fdo#109632]) -> [PASS][49]
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb1/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb1/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- shard-kbl: [INCOMPLETE][50] ([fdo#103665]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-kbl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-kbl7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
* igt@kms_plane_lowres@pipe-a-tiling-y:
- shard-iclb: [FAIL][52] ([fdo#103166]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-y.html
#### Warnings ####
* igt@kms_hdmi_inject@inject-audio:
- shard-iclb: [DMESG-FAIL][54] -> [FAIL][55] ([fdo#102370])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-iclb1/igt@kms_hdmi_inject@inject-audio.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-iclb3/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_vblank@pipe-c-ts-continuation-idle-hang:
- shard-snb: [SKIP][56] ([fdo#109271] / [fdo#109278]) -> [SKIP][57] ([fdo#109271])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5050/shard-snb6/igt@kms_vblank@pipe-c-ts-continuation-idle-hang.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/shard-snb7/igt@kms_vblank@pipe-c-ts-continuation-idle-hang.html
[fdo#100047]: https://bugs.freedesktop.org/show_bug.cgi?id=100047
[fdo#102370]: https://bugs.freedesktop.org/show_bug.cgi?id=102370
[fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#105010]: https://bugs.freedesktop.org/show_bug.cgi?id=105010
[fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
[fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
[fdo#106978]: https://bugs.freedesktop.org/show_bug.cgi?id=106978
[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#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#109632]: https://bugs.freedesktop.org/show_bug.cgi?id=109632
[fdo#109673]: https://bugs.freedesktop.org/show_bug.cgi?id=109673
[fdo#110869]: https://bugs.freedesktop.org/show_bug.cgi?id=110869
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (7 -> 6)
------------------------------
Missing (1): shard-skl
Build changes
-------------
* IGT: IGT_5050 -> IGTPW_3136
CI_DRM_6225: 39bb7459567aada2e706e4da4a650dc4f7c41abf @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3136: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/
IGT_5050: 4c072238c784e6acb00634a80c3c55fb8358058b @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3136/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-06-11 9:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 12:55 [igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
2019-06-10 12:59 ` Martin Peres
2019-06-10 13:02 ` [Intel-gfx] [PATCH i-g-t v2] " Chris Wilson
2019-06-10 14:16 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons (rev2) Patchwork
2019-06-11 9:53 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox