public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] gem_blits: Build the same way with autotools as with meson
@ 2019-11-07 11:28 Petri Latvala
  2019-11-07 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-11-08 13:31 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Petri Latvala @ 2019-11-07 11:28 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Fixes: 99f04b14e224 ("igt: Another combinatorial exercise for blits")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/Makefile.sources | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index f63602ef..abf1e2fc 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -24,7 +24,6 @@ TESTS_progs = \
 	drm_import_export \
 	drm_mm \
 	drm_read \
-	i915/gem_blits \
 	kms_3d \
 	kms_addfb_basic \
 	kms_atomic \
@@ -107,6 +106,9 @@ gem_bad_reloc_SOURCES = i915/gem_bad_reloc.c
 TESTS_progs += gem_basic
 gem_basic_SOURCES = i915/gem_basic.c
 
+TESTS_progs += gem_blits
+gem_blits_SOURCES = i915/gem_blits.c
+
 TESTS_progs += gem_busy
 gem_busy_SOURCES = i915/gem_busy.c
 
-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for gem_blits: Build the same way with autotools as with meson
  2019-11-07 11:28 [igt-dev] [PATCH i-g-t] gem_blits: Build the same way with autotools as with meson Petri Latvala
@ 2019-11-07 12:01 ` Patchwork
  2019-11-08 13:31 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-11-07 12:01 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

== Series Details ==

Series: gem_blits: Build the same way with autotools as with meson
URL   : https://patchwork.freedesktop.org/series/69120/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_7282 -> IGTPW_3661
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/index.html

Known issues
------------

  Here are the changes found in IGTPW_3661 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_pm_rpm@module-reload:
    - fi-kbl-guc:         [PASS][1] -> [SKIP][2] ([fdo#109271])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][3] -> [FAIL][4] ([fdo#103167])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@i915_selftest@live_gem_contexts:
    - fi-bsw-kefka:       [INCOMPLETE][5] ([fdo# 111542]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/fi-bsw-kefka/igt@i915_selftest@live_gem_contexts.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/fi-bsw-kefka/igt@i915_selftest@live_gem_contexts.html

  
#### Warnings ####

  * igt@kms_flip@basic-flip-vs-dpms:
    - fi-icl-dsi:         [DMESG-WARN][7] ([fdo#107724]) -> [DMESG-WARN][8] ([fdo#106107] / [fdo#107724])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/fi-icl-dsi/igt@kms_flip@basic-flip-vs-dpms.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/fi-icl-dsi/igt@kms_flip@basic-flip-vs-dpms.html

  
  [fdo# 111542]: https://bugs.freedesktop.org/show_bug.cgi?id= 111542
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#106107]: https://bugs.freedesktop.org/show_bug.cgi?id=106107
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271


Participating hosts (49 -> 44)
------------------------------

  Additional (2): fi-tgl-u fi-cfl-guc 
  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-skl-guc fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5265 -> IGTPW_3661

  CI-20190529: 20190529
  CI_DRM_7282: de0aae8761dadbe7b5fb02cafe92aa7be099d95e @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3661: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/index.html
  IGT_5265: 99f04b14e224998abbb4ca60340fd97c9c5f33e8 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for gem_blits: Build the same way with autotools as with meson
  2019-11-07 11:28 [igt-dev] [PATCH i-g-t] gem_blits: Build the same way with autotools as with meson Petri Latvala
  2019-11-07 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-11-08 13:31 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-11-08 13:31 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

== Series Details ==

Series: gem_blits: Build the same way with autotools as with meson
URL   : https://patchwork.freedesktop.org/series/69120/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_7282_full -> IGTPW_3661_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_3661_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_3661_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_3661/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_3661_full:

### IGT changes ###

#### Possible regressions ####

  * igt@gem_ctx_persistence@smoketest:
    - shard-apl:          [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-apl8/igt@gem_ctx_persistence@smoketest.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-apl1/igt@gem_ctx_persistence@smoketest.html

  * igt@runner@aborted:
    - shard-apl:          NOTRUN -> [FAIL][3]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-apl1/igt@runner@aborted.html

  
Known issues
------------

  Here are the changes found in IGTPW_3661_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_ctx_shared@q-smoketest-blt:
    - shard-tglb:         [PASS][4] -> [INCOMPLETE][5] ([fdo#111735])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb2/igt@gem_ctx_shared@q-smoketest-blt.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb6/igt@gem_ctx_shared@q-smoketest-blt.html

  * igt@gem_eio@in-flight-suspend:
    - shard-tglb:         [PASS][6] -> [INCOMPLETE][7] ([fdo#111832] / [fdo#111850] / [fdo#112081])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb6/igt@gem_eio@in-flight-suspend.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb1/igt@gem_eio@in-flight-suspend.html

  * igt@gem_exec_parallel@vcs1-fds:
    - shard-iclb:         [PASS][8] -> [SKIP][9] ([fdo#112080]) +6 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb2/igt@gem_exec_parallel@vcs1-fds.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb3/igt@gem_exec_parallel@vcs1-fds.html

  * igt@gem_exec_schedule@preempt-queue-bsd1:
    - shard-iclb:         [PASS][10] -> [SKIP][11] ([fdo#109276]) +14 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb4/igt@gem_exec_schedule@preempt-queue-bsd1.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html

  * igt@gem_exec_schedule@preempt-queue-vebox:
    - shard-tglb:         [PASS][12] -> [INCOMPLETE][13] ([fdo#111677])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb4/igt@gem_exec_schedule@preempt-queue-vebox.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb6/igt@gem_exec_schedule@preempt-queue-vebox.html

  * igt@gem_exec_schedule@wide-bsd:
    - shard-iclb:         [PASS][14] -> [SKIP][15] ([fdo#112146]) +5 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb3/igt@gem_exec_schedule@wide-bsd.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb2/igt@gem_exec_schedule@wide-bsd.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-tglb:         [PASS][16] -> [INCOMPLETE][17] ([fdo#111832]) +2 similar issues
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb7/igt@gem_exec_suspend@basic-s0.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb5/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-hsw:          [PASS][18] -> [DMESG-WARN][19] ([fdo#111870])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-hsw1/igt@gem_userptr_blits@dmabuf-sync.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-hsw4/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@map-fixed-invalidate-busy-gup:
    - shard-snb:          [PASS][20] -> [DMESG-WARN][21] ([fdo#111870])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html

  * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
    - shard-snb:          [PASS][22] -> [DMESG-WARN][23] ([fdo#110789] / [fdo#111870])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html

  * igt@i915_selftest@live_hangcheck:
    - shard-tglb:         [PASS][24] -> [INCOMPLETE][25] ([fdo#111747])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb1/igt@i915_selftest@live_hangcheck.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb6/igt@i915_selftest@live_hangcheck.html

  * igt@i915_suspend@sysfs-reader:
    - shard-tglb:         [PASS][26] -> [INCOMPLETE][27] ([fdo#111832] / [fdo#111850]) +4 similar issues
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb5/igt@i915_suspend@sysfs-reader.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb7/igt@i915_suspend@sysfs-reader.html

  * igt@kms_color@pipe-b-ctm-green-to-red:
    - shard-apl:          [PASS][28] -> [FAIL][29] ([fdo#107201])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-apl7/igt@kms_color@pipe-b-ctm-green-to-red.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-apl8/igt@kms_color@pipe-b-ctm-green-to-red.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          [PASS][30] -> [DMESG-WARN][31] ([fdo#108566]) +6 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-apl:          [PASS][32] -> [DMESG-WARN][33] ([fdo#108566])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-apl8/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-256x256-onscreen:
    - shard-apl:          [PASS][34] -> [FAIL][35] ([fdo#103232])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-apl8/igt@kms_cursor_crc@pipe-b-cursor-256x256-onscreen.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-apl8/igt@kms_cursor_crc@pipe-b-cursor-256x256-onscreen.html

  * igt@kms_cursor_legacy@all-pipes-single-move:
    - shard-hsw:          [PASS][36] -> [INCOMPLETE][37] ([fdo#103540])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-hsw6/igt@kms_cursor_legacy@all-pipes-single-move.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-hsw4/igt@kms_cursor_legacy@all-pipes-single-move.html

  * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
    - shard-iclb:         [PASS][38] -> [FAIL][39] ([fdo#103167]) +6 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
    - shard-tglb:         [PASS][40] -> [FAIL][41] ([fdo#103167])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
    - shard-iclb:         [PASS][42] -> [FAIL][43] ([fdo#103167] / [fdo#110378])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
    - shard-tglb:         [PASS][44] -> [INCOMPLETE][45] ([fdo#111850])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html

  * igt@kms_plane@plane-position-covered-pipe-a-planes:
    - shard-glk:          [PASS][46] -> [FAIL][47] ([fdo#110038])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-glk1/igt@kms_plane@plane-position-covered-pipe-a-planes.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-glk7/igt@kms_plane@plane-position-covered-pipe-a-planes.html
    - shard-apl:          [PASS][48] -> [FAIL][49] ([fdo#110038])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-apl7/igt@kms_plane@plane-position-covered-pipe-a-planes.html
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-apl4/igt@kms_plane@plane-position-covered-pipe-a-planes.html
    - shard-kbl:          [PASS][50] -> [FAIL][51] ([fdo#110038])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-kbl1/igt@kms_plane@plane-position-covered-pipe-a-planes.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-kbl2/igt@kms_plane@plane-position-covered-pipe-a-planes.html

  * igt@kms_psr2_su@frontbuffer:
    - shard-iclb:         [PASS][52] -> [SKIP][53] ([fdo#109642] / [fdo#111068])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb2/igt@kms_psr2_su@frontbuffer.html
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb7/igt@kms_psr2_su@frontbuffer.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         [PASS][54] -> [SKIP][55] ([fdo#109441]) +1 similar issue
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb4/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_setmode@basic:
    - shard-hsw:          [PASS][56] -> [FAIL][57] ([fdo#99912])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-hsw1/igt@kms_setmode@basic.html
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-hsw5/igt@kms_setmode@basic.html

  
#### Possible fixes ####

  * igt@gem_ctx_exec@basic-invalid-context-vcs1:
    - shard-iclb:         [SKIP][58] ([fdo#112080]) -> [PASS][59] +15 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb7/igt@gem_ctx_exec@basic-invalid-context-vcs1.html
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb2/igt@gem_ctx_exec@basic-invalid-context-vcs1.html

  * igt@gem_ctx_isolation@vcs1-clean:
    - shard-iclb:         [SKIP][60] ([fdo#109276] / [fdo#112080]) -> [PASS][61] +2 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb8/igt@gem_ctx_isolation@vcs1-clean.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb1/igt@gem_ctx_isolation@vcs1-clean.html

  * igt@gem_ctx_isolation@vcs1-s3:
    - shard-tglb:         [INCOMPLETE][62] ([fdo#111832]) -> [PASS][63]
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb7/igt@gem_ctx_isolation@vcs1-s3.html
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb1/igt@gem_ctx_isolation@vcs1-s3.html

  * igt@gem_eio@in-flight-suspend:
    - shard-iclb:         [DMESG-WARN][64] ([fdo#111764]) -> [PASS][65]
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb7/igt@gem_eio@in-flight-suspend.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb6/igt@gem_eio@in-flight-suspend.html

  * igt@gem_exec_create@basic:
    - shard-tglb:         [INCOMPLETE][66] ([fdo#111736]) -> [PASS][67]
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb6/igt@gem_exec_create@basic.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb7/igt@gem_exec_create@basic.html

  * igt@gem_exec_schedule@reorder-wide-bsd:
    - shard-iclb:         [SKIP][68] ([fdo#112146]) -> [PASS][69] +3 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb1/igt@gem_exec_schedule@reorder-wide-bsd.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb8/igt@gem_exec_schedule@reorder-wide-bsd.html

  * igt@gem_mmap_gtt@cpuset-medium-copy-odd:
    - shard-kbl:          [FAIL][70] -> [PASS][71]
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-kbl6/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-kbl3/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html

  * igt@gem_persistent_relocs@forked-faulting-reloc-thrashing:
    - shard-iclb:         [TIMEOUT][72] ([fdo#112068 ]) -> [PASS][73]
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb5/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb5/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html

  * igt@gem_persistent_relocs@forked-interruptible-thrashing:
    - shard-kbl:          [FAIL][74] ([fdo#112037]) -> [PASS][75]
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-kbl4/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-kbl3/igt@gem_persistent_relocs@forked-interruptible-thrashing.html

  * igt@gem_userptr_blits@dmabuf-unsync:
    - shard-snb:          [DMESG-WARN][76] ([fdo#111870]) -> [PASS][77]
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-snb2/igt@gem_userptr_blits@dmabuf-unsync.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-snb6/igt@gem_userptr_blits@dmabuf-unsync.html

  * igt@gem_userptr_blits@map-fixed-invalidate-busy-gup:
    - shard-hsw:          [DMESG-WARN][78] ([fdo#111870]) -> [PASS][79] +1 similar issue
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-hsw6/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html

  * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup:
    - shard-hsw:          [DMESG-WARN][80] ([fdo#110789] / [fdo#111870]) -> [PASS][81]
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-hsw6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html

  * igt@kms_color@pipe-a-ctm-0-75:
    - shard-tglb:         [FAIL][82] ([fdo#110920]) -> [PASS][83]
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb8/igt@kms_color@pipe-a-ctm-0-75.html
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb7/igt@kms_color@pipe-a-ctm-0-75.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-kbl:          [DMESG-WARN][84] ([fdo#108566]) -> [PASS][85] +1 similar issue
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-kbl4/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

  * igt@kms_cursor_legacy@cursor-vs-flip-legacy:
    - shard-hsw:          [FAIL][86] ([fdo#103355]) -> [PASS][87]
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-hsw1/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-hsw6/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
    - shard-iclb:         [FAIL][88] ([fdo#103167]) -> [PASS][89] +2 similar issues
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend:
    - shard-tglb:         [INCOMPLETE][90] ([fdo#111850]) -> [PASS][91]
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb2/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb5/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html

  * igt@prime_vgem@fence-wait-bsd2:
    - shard-iclb:         [SKIP][92] ([fdo#109276]) -> [PASS][93] +17 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb3/igt@prime_vgem@fence-wait-bsd2.html
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb1/igt@prime_vgem@fence-wait-bsd2.html

  
#### Warnings ####

  * igt@gem_ctx_isolation@vcs1-nonpriv:
    - shard-iclb:         [SKIP][94] ([fdo#109276] / [fdo#112080]) -> [FAIL][95] ([fdo#111329])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb1/igt@gem_ctx_isolation@vcs1-nonpriv.html

  * igt@gem_exec_schedule@deep-render:
    - shard-tglb:         [FAIL][96] ([fdo#111646]) -> [INCOMPLETE][97] ([fdo#111671])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb4/igt@gem_exec_schedule@deep-render.html
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb9/igt@gem_exec_schedule@deep-render.html

  * igt@gem_mocs_settings@mocs-isolation-bsd2:
    - shard-iclb:         [FAIL][98] ([fdo#111330]) -> [SKIP][99] ([fdo#109276])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-iclb2/igt@gem_mocs_settings@mocs-isolation-bsd2.html
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-iclb6/igt@gem_mocs_settings@mocs-isolation-bsd2.html

  * igt@kms_atomic_transition@6x-modeset-transitions-nonblocking:
    - shard-tglb:         [SKIP][100] ([fdo#112016 ] / [fdo#112021 ]) -> [SKIP][101] ([fdo#112021 ])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb4/igt@kms_atomic_transition@6x-modeset-transitions-nonblocking.html
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb9/igt@kms_atomic_transition@6x-modeset-transitions-nonblocking.html

  * igt@kms_cursor_crc@pipe-b-cursor-suspend:
    - shard-tglb:         [INCOMPLETE][102] ([fdo#111832] / [fdo#111850]) -> [FAIL][103] ([fdo#111703])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb4/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb9/igt@kms_cursor_crc@pipe-b-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-tglb:         [FAIL][104] ([fdo#111703]) -> [INCOMPLETE][105] ([fdo#111832] / [fdo#111850])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7282/shard-tglb9/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

  
  [fdo#103167]: https://bugs.fr

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3661/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-08 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 11:28 [igt-dev] [PATCH i-g-t] gem_blits: Build the same way with autotools as with meson Petri Latvala
2019-11-07 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-08 13:31 ` [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