All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation
@ 2018-03-08 11:25 Arkadiusz Hiler
  2018-03-08 11:25 ` [igt-dev] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages Arkadiusz Hiler
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Arkadiusz Hiler @ 2018-03-08 11:25 UTC (permalink / raw)
  To: igt-dev

It was left out.

Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 tests/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/meson.build b/tests/meson.build
index 58729231..6e776bb7 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -35,6 +35,7 @@ test_progs = [
 	'gem_ctx_bad_exec',
 	'gem_ctx_create',
 	'gem_ctx_exec',
+	'gem_ctx_isolation',
 	'gem_ctx_param',
 	'gem_ctx_switch',
 	'gem_ctx_thrash',
-- 
2.14.3

_______________________________________________
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

* [igt-dev] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages
  2018-03-08 11:25 [igt-dev] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation Arkadiusz Hiler
@ 2018-03-08 11:25 ` Arkadiusz Hiler
  2018-03-08 18:34   ` Antonio Argenziano
  2018-03-08 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Arkadiusz Hiler @ 2018-03-08 11:25 UTC (permalink / raw)
  To: igt-dev

libdrm_intel, libdrm_nouveau and libdrm_amdgpu were accepted in any
version, which caused problems (missing symbols) with more than one
libdrm present, (e.g. local one for testing and a system-wide one
provided by the distribution).

Let's enforce the version everywhere.

Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 meson.build | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meson.build b/meson.build
index 6944d026..c4efc19b 100644
--- a/meson.build
+++ b/meson.build
@@ -32,10 +32,11 @@ inc_for_gtkdoc = include_directories('lib')
 
 config = configuration_data()
 
-libdrm = dependency('libdrm', version : '>=2.4.82')
-libdrm_intel = dependency('libdrm_intel', required : false)
-libdrm_nouveau = dependency('libdrm_nouveau', required : false)
-libdrm_amdgpu = dependency('libdrm_amdgpu', required : false)
+libdrm_version = '>=2.4.82'
+libdrm = dependency('libdrm', version : libdrm_version)
+libdrm_intel = dependency('libdrm_intel', version : libdrm_version, required : false)
+libdrm_nouveau = dependency('libdrm_nouveau', version : libdrm_version, required : false)
+libdrm_amdgpu = dependency('libdrm_amdgpu', version : libdrm_version, required : false)
 
 pciaccess = dependency('pciaccess', version : '>=0.10')
 libkmod = dependency('libkmod')
-- 
2.14.3

_______________________________________________
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

* [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation
  2018-03-08 11:25 [igt-dev] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation Arkadiusz Hiler
  2018-03-08 11:25 ` [igt-dev] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages Arkadiusz Hiler
@ 2018-03-08 12:01 ` Patchwork
  2018-03-08 14:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2018-03-08 18:32 ` [igt-dev] [PATCH i-g-t 1/2] " Antonio Argenziano
  3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-03-08 12:01 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation
URL   : https://patchwork.freedesktop.org/series/39592/
State : success

== Summary ==

IGT patchset tested on top of latest successful build
b4689dce36d0fbd9aec70d5a4b077c43a6b9c254 igt: Remove gen7_forcewake_mt

with latest DRM-Tip kernel build CI_DRM_3894
e4a2b905cbe1 drm-tip: 2018y-03m-08d-10h-27m-13s UTC integration manifest

No testlist changes.

---- Known issues:

Test prime_vgem:
        Subgroup basic-fence-flip:
                fail       -> PASS       (fi-ilk-650) fdo#104008

fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008

fi-bdw-5557u     total:288  pass:267  dwarn:0   dfail:0   fail:0   skip:21  time:424s
fi-bdw-gvtdvm    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:424s
fi-blb-e6850     total:288  pass:223  dwarn:1   dfail:0   fail:0   skip:64  time:371s
fi-bsw-n3050     total:288  pass:242  dwarn:0   dfail:0   fail:0   skip:46  time:504s
fi-bwr-2160      total:288  pass:183  dwarn:0   dfail:0   fail:0   skip:105 time:281s
fi-bxt-dsi       total:288  pass:258  dwarn:0   dfail:0   fail:0   skip:30  time:487s
fi-bxt-j4205     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:491s
fi-byt-j1900     total:288  pass:253  dwarn:0   dfail:0   fail:0   skip:35  time:483s
fi-byt-n2820     total:288  pass:249  dwarn:0   dfail:0   fail:0   skip:39  time:479s
fi-cfl-8700k     total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:403s
fi-cfl-s2        total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:579s
fi-cfl-u         total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:512s
fi-elk-e7500     total:288  pass:229  dwarn:0   dfail:0   fail:0   skip:59  time:415s
fi-gdg-551       total:288  pass:179  dwarn:0   dfail:0   fail:1   skip:108 time:293s
fi-glk-1         total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:518s
fi-hsw-4770      total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:402s
fi-ilk-650       total:288  pass:228  dwarn:0   dfail:0   fail:0   skip:60  time:415s
fi-ivb-3520m     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:459s
fi-ivb-3770      total:288  pass:255  dwarn:0   dfail:0   fail:0   skip:33  time:425s
fi-kbl-7500u     total:288  pass:263  dwarn:1   dfail:0   fail:0   skip:24  time:468s
fi-kbl-7567u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:463s
fi-kbl-r         total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:509s
fi-pnv-d510      total:288  pass:222  dwarn:1   dfail:0   fail:0   skip:65  time:589s
fi-skl-6260u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:433s
fi-skl-6600u     total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:520s
fi-skl-6700hq    total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:537s
fi-skl-6700k2    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:497s
fi-skl-6770hq    total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:490s
fi-skl-guc       total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:426s
fi-skl-gvtdvm    total:288  pass:265  dwarn:0   dfail:0   fail:0   skip:23  time:432s
fi-snb-2520m     total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:526s
fi-snb-2600      total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:395s
Blacklisted hosts:
fi-cnl-drrs      total:288  pass:257  dwarn:3   dfail:0   fail:0   skip:19  time:514s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1081/issues.html
_______________________________________________
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: failure for series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation
  2018-03-08 11:25 [igt-dev] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation Arkadiusz Hiler
  2018-03-08 11:25 ` [igt-dev] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages Arkadiusz Hiler
  2018-03-08 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation Patchwork
@ 2018-03-08 14:48 ` Patchwork
  2018-03-08 18:32 ` [igt-dev] [PATCH i-g-t 1/2] " Antonio Argenziano
  3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-03-08 14:48 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation
URL   : https://patchwork.freedesktop.org/series/39592/
State : failure

== Summary ==

---- Possible new issues:

Test kms_draw_crc:
        Subgroup draw-method-rgb565-mmap-wc-untiled:
                pass       -> FAIL       (shard-apl)

---- Known issues:

Test gem_eio:
        Subgroup in-flight-contexts:
                incomplete -> PASS       (shard-apl) fdo#105341
Test gem_softpin:
        Subgroup noreloc-s3:
                skip       -> PASS       (shard-snb) fdo#103375
Test kms_chv_cursor_fail:
        Subgroup pipe-b-256x256-bottom-edge:
                dmesg-warn -> PASS       (shard-snb) fdo#105185 +1
Test kms_flip:
        Subgroup flip-vs-expired-vblank:
                fail       -> PASS       (shard-hsw) fdo#102887
        Subgroup plain-flip-ts-check:
                pass       -> FAIL       (shard-hsw) fdo#100368
Test kms_frontbuffer_tracking:
        Subgroup fbc-suspend:
                fail       -> PASS       (shard-apl) fdo#101623
Test kms_rotation_crc:
        Subgroup primary-rotation-180:
                fail       -> PASS       (shard-snb) fdo#103925

fdo#105341 https://bugs.freedesktop.org/show_bug.cgi?id=105341
fdo#103375 https://bugs.freedesktop.org/show_bug.cgi?id=103375
fdo#105185 https://bugs.freedesktop.org/show_bug.cgi?id=105185
fdo#102887 https://bugs.freedesktop.org/show_bug.cgi?id=102887
fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
fdo#101623 https://bugs.freedesktop.org/show_bug.cgi?id=101623
fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925

shard-apl        total:3467 pass:1824 dwarn:1   dfail:0   fail:9   skip:1632 time:12465s
shard-hsw        total:3467 pass:1772 dwarn:1   dfail:0   fail:2   skip:1691 time:11879s
shard-snb        total:3467 pass:1364 dwarn:1   dfail:0   fail:2   skip:2100 time:7131s
Blacklisted hosts:
shard-kbl        total:3361 pass:1895 dwarn:2   dfail:0   fail:8   skip:1454 time:9027s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1081/shards.html
_______________________________________________
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] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation
  2018-03-08 11:25 [igt-dev] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation Arkadiusz Hiler
                   ` (2 preceding siblings ...)
  2018-03-08 14:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2018-03-08 18:32 ` Antonio Argenziano
  3 siblings, 0 replies; 6+ messages in thread
From: Antonio Argenziano @ 2018-03-08 18:32 UTC (permalink / raw)
  To: Arkadiusz Hiler, igt-dev



On 08/03/18 03:25, Arkadiusz Hiler wrote:
> It was left out.
> 
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

Didn't build before, builds now.

Reviewed-by: Antonio Argenziano <antonio.argenziano@intel.com>

> ---
>   tests/meson.build | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tests/meson.build b/tests/meson.build
> index 58729231..6e776bb7 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -35,6 +35,7 @@ test_progs = [
>   	'gem_ctx_bad_exec',
>   	'gem_ctx_create',
>   	'gem_ctx_exec',
> +	'gem_ctx_isolation',
>   	'gem_ctx_param',
>   	'gem_ctx_switch',
>   	'gem_ctx_thrash',
> 
_______________________________________________
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] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages
  2018-03-08 11:25 ` [igt-dev] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages Arkadiusz Hiler
@ 2018-03-08 18:34   ` Antonio Argenziano
  0 siblings, 0 replies; 6+ messages in thread
From: Antonio Argenziano @ 2018-03-08 18:34 UTC (permalink / raw)
  To: Arkadiusz Hiler, igt-dev



On 08/03/18 03:25, Arkadiusz Hiler wrote:
> libdrm_intel, libdrm_nouveau and libdrm_amdgpu were accepted in any
> version, which caused problems (missing symbols) with more than one
> libdrm present, (e.g. local one for testing and a system-wide one
> provided by the distribution).
> 
> Let's enforce the version everywhere.
> 
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

LGTM but since I have very little meson experience:

Acked-by: Antonio Argenziano <antonio.argenziano@intel.com>

> ---
>   meson.build | 9 +++++----
>   1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/meson.build b/meson.build
> index 6944d026..c4efc19b 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -32,10 +32,11 @@ inc_for_gtkdoc = include_directories('lib')
>   
>   config = configuration_data()
>   
> -libdrm = dependency('libdrm', version : '>=2.4.82')
> -libdrm_intel = dependency('libdrm_intel', required : false)
> -libdrm_nouveau = dependency('libdrm_nouveau', required : false)
> -libdrm_amdgpu = dependency('libdrm_amdgpu', required : false)
> +libdrm_version = '>=2.4.82'
> +libdrm = dependency('libdrm', version : libdrm_version)
> +libdrm_intel = dependency('libdrm_intel', version : libdrm_version, required : false)
> +libdrm_nouveau = dependency('libdrm_nouveau', version : libdrm_version, required : false)
> +libdrm_amdgpu = dependency('libdrm_amdgpu', version : libdrm_version, required : false)
>   
>   pciaccess = dependency('pciaccess', version : '>=0.10')
>   libkmod = dependency('libkmod')
> 
_______________________________________________
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:[~2018-03-08 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 11:25 [igt-dev] [PATCH i-g-t 1/2] tests/meson: Build gem_ctx_isolation Arkadiusz Hiler
2018-03-08 11:25 ` [igt-dev] [PATCH i-g-t 2/2] meson: Force libdrm version also for the subpackages Arkadiusz Hiler
2018-03-08 18:34   ` Antonio Argenziano
2018-03-08 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/meson: Build gem_ctx_isolation Patchwork
2018-03-08 14:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2018-03-08 18:32 ` [igt-dev] [PATCH i-g-t 1/2] " Antonio Argenziano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.