* [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning
@ 2019-06-07 11:08 Simon Ser
2019-06-07 11:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Simon Ser @ 2019-06-07 11:08 UTC (permalink / raw)
To: igt-dev; +Cc: petri.latvala
Cast a variable instead of the return value of the function.
Signed-off-by: Simon Ser <simon.ser@intel.com>
---
lib/tests/igt_audio.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/lib/tests/igt_audio.c b/lib/tests/igt_audio.c
index 47e61adf74fe..eee4dd51f04c 100644
--- a/lib/tests/igt_audio.c
+++ b/lib/tests/igt_audio.c
@@ -65,11 +65,14 @@ static void test_signal_detect_noise(struct audio_signal *signal)
double buf[BUFFER_LEN];
bool ok;
size_t i;
+ long r;
/* Generate random samples between -1 and 1 */
srand(42);
- for (i = 0; i < BUFFER_LEN; i++)
- buf[i] = (double) random() / RAND_MAX * 2 - 1;
+ for (i = 0; i < BUFFER_LEN; i++) {
+ r = random();
+ buf[i] = (double) r / RAND_MAX * 2 - 1;
+ }
ok = audio_signal_detect(signal, SAMPLING_RATE, 0, buf, BUFFER_LEN);
--
2.21.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_audio: fix bad-function-cast warning
2019-06-07 11:08 [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Simon Ser
@ 2019-06-07 11:44 ` Patchwork
2019-06-09 21:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2019-06-07 11:44 UTC (permalink / raw)
To: Simon Ser; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_audio: fix bad-function-cast warning
URL : https://patchwork.freedesktop.org/series/61766/
State : success
== Summary ==
CI Bug Log - changes from IGT_5048 -> IGTPW_3131
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/61766/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_3131 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_create@basic-files:
- fi-icl-y: [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#109100])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-icl-y/igt@gem_ctx_create@basic-files.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-icl-y/igt@gem_ctx_create@basic-files.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- fi-icl-u3: [PASS][3] -> [DMESG-WARN][4] ([fdo#107724])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-icl-u3/igt@gem_exec_reloc@basic-cpu-gtt.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-icl-u3/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_suspend@basic-s3:
- fi-blb-e6850: [PASS][5] -> [INCOMPLETE][6] ([fdo#107718])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
#### Possible fixes ####
* igt@gem_ctx_create@basic-files:
- fi-icl-u2: [INCOMPLETE][7] ([fdo#107713] / [fdo#109100]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-icl-u2/igt@gem_ctx_create@basic-files.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-icl-u2/igt@gem_ctx_create@basic-files.html
* igt@i915_module_load@reload-with-fault-injection:
- {fi-kbl-7560u}: [DMESG-WARN][9] ([fdo#106107]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-kbl-7560u/igt@i915_module_load@reload-with-fault-injection.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-kbl-7560u/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@module-reload:
- fi-skl-6600u: [INCOMPLETE][11] ([fdo#107807]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-skl-6600u/igt@i915_pm_rpm@module-reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-skl-6600u/igt@i915_pm_rpm@module-reload.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- fi-icl-u3: [DMESG-WARN][13] ([fdo#107724]) -> [PASS][14] +2 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/fi-icl-u3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/fi-icl-u3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#106107]: https://bugs.freedesktop.org/show_bug.cgi?id=106107
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#107807]: https://bugs.freedesktop.org/show_bug.cgi?id=107807
[fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
Participating hosts (51 -> 47)
------------------------------
Additional (1): fi-icl-guc
Missing (5): fi-ilk-m540 fi-bdw-5557u fi-byt-squawks fi-bsw-cyan fi-bdw-samus
Build changes
-------------
* IGT: IGT_5048 -> IGTPW_3131
CI_DRM_6216: e58a2b1f565ec5d77c69724d2f43a7de6f7953b3 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/
IGT_5048: 1a34b94f1ce07ac5978fe7893a17e8732d467868 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_audio: fix bad-function-cast warning
2019-06-07 11:08 [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Simon Ser
2019-06-07 11:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-06-09 21:24 ` Patchwork
2019-06-10 7:42 ` Ser, Simon
2019-06-10 10:15 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_audio: fix bad-function-cast warning (rev2) Patchwork
` (2 subsequent siblings)
4 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2019-06-09 21:24 UTC (permalink / raw)
To: Simon Ser; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_audio: fix bad-function-cast warning
URL : https://patchwork.freedesktop.org/series/61766/
State : failure
== Summary ==
CI Bug Log - changes from IGT_5048_full -> IGTPW_3131_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3131_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3131_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/61766/revisions/1/mbox/
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3131_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_engines@execute-one:
- shard-snb: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-snb7/igt@gem_ctx_engines@execute-one.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-snb2/igt@gem_ctx_engines@execute-one.html
Known issues
------------
Here are the changes found in IGTPW_3131_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_tiled_fence_blits@basic:
- shard-iclb: [PASS][3] -> [INCOMPLETE][4] ([fdo#107713])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb6/igt@gem_tiled_fence_blits@basic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb7/igt@gem_tiled_fence_blits@basic.html
* igt@i915_suspend@sysfs-reader:
- shard-apl: [PASS][5] -> [DMESG-WARN][6] ([fdo#108566]) +1 similar issue
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl2/igt@i915_suspend@sysfs-reader.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl4/igt@i915_suspend@sysfs-reader.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-glk: [PASS][7] -> [FAIL][8] ([fdo#103167]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-glk5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-glk4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
- shard-apl: [PASS][9] -> [FAIL][10] ([fdo#103167])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
- shard-kbl: [PASS][11] -> [FAIL][12] ([fdo#103167])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-stridechange:
- shard-iclb: [PASS][13] -> [FAIL][14] ([fdo#103167]) +4 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-stridechange.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-stridechange.html
* igt@kms_setmode@basic:
- shard-kbl: [PASS][15] -> [FAIL][16] ([fdo#99912])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl3/igt@kms_setmode@basic.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl1/igt@kms_setmode@basic.html
#### Possible fixes ####
* igt@gem_ctx_engines@execute-one:
- shard-apl: [DMESG-WARN][17] -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl7/igt@gem_ctx_engines@execute-one.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl1/igt@gem_ctx_engines@execute-one.html
- shard-glk: [DMESG-WARN][19] -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-glk4/igt@gem_ctx_engines@execute-one.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-glk4/igt@gem_ctx_engines@execute-one.html
* igt@gem_eio@in-flight-suspend:
- shard-kbl: [FAIL][21] ([fdo#110667]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl6/igt@gem_eio@in-flight-suspend.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl6/igt@gem_eio@in-flight-suspend.html
* {igt@gem_exec_balancer@smoke}:
- shard-iclb: [SKIP][23] ([fdo#110854]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb5/igt@gem_exec_balancer@smoke.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb1/igt@gem_exec_balancer@smoke.html
* igt@gem_softpin@noreloc-s3:
- shard-kbl: [DMESG-WARN][25] ([fdo#108566]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl6/igt@gem_softpin@noreloc-s3.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl2/igt@gem_softpin@noreloc-s3.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-snb: [SKIP][27] ([fdo#109271]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-snb1/igt@i915_pm_rc6_residency@rc6-accuracy.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-snb7/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_suspend@fence-restore-untiled:
- shard-apl: [DMESG-WARN][29] ([fdo#108566]) -> [PASS][30] +2 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl7/igt@i915_suspend@fence-restore-untiled.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl4/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
- shard-apl: [FAIL][31] ([fdo#103232]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
- shard-kbl: [FAIL][33] ([fdo#103232]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
* igt@kms_flip_tiling@flip-y-tiled:
- shard-iclb: [FAIL][35] ([fdo#108303]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb1/igt@kms_flip_tiling@flip-y-tiled.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb7/igt@kms_flip_tiling@flip-y-tiled.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-iclb: [FAIL][37] ([fdo#103167]) -> [PASS][38] +4 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_psr@no_drrs:
- shard-iclb: [FAIL][39] ([fdo#108341]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb1/igt@kms_psr@no_drrs.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb3/igt@kms_psr@no_drrs.html
#### Warnings ####
* igt@gem_mmap_gtt@forked-big-copy-xy:
- shard-iclb: [TIMEOUT][41] ([fdo#109673]) -> [INCOMPLETE][42] ([fdo#107713] / [fdo#109100])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb8/igt@gem_mmap_gtt@forked-big-copy-xy.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb1/igt@gem_mmap_gtt@forked-big-copy-xy.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#108303]: https://bugs.freedesktop.org/show_bug.cgi?id=108303
[fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109673]: https://bugs.freedesktop.org/show_bug.cgi?id=109673
[fdo#110667]: https://bugs.freedesktop.org/show_bug.cgi?id=110667
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (6 -> 5)
------------------------------
Missing (1): shard-skl
Build changes
-------------
* IGT: IGT_5048 -> IGTPW_3131
CI_DRM_6216: e58a2b1f565ec5d77c69724d2f43a7de6f7953b3 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/
IGT_5048: 1a34b94f1ce07ac5978fe7893a17e8732d467868 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_audio: fix bad-function-cast warning
2019-06-09 21:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-06-10 7:42 ` Ser, Simon
0 siblings, 0 replies; 7+ messages in thread
From: Ser, Simon @ 2019-06-10 7:42 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org, martin.peres@linux.intel.com
On Sun, 2019-06-09 at 21:24 +0000, Patchwork wrote:
> == Series Details ==
>
> Series: lib/tests/igt_audio: fix bad-function-cast warning
> URL : https://patchwork.freedesktop.org/series/61766/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from IGT_5048_full -> IGTPW_3131_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_3131_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_3131_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/61766/revisions/1/mbox/
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_3131_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@gem_ctx_engines@execute-one:
> - shard-snb: [PASS][1] -> [DMESG-WARN][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-snb7/igt@gem_ctx_engines@execute-one.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-snb2/igt@gem_ctx_engines@execute-one.html
Cc Martin
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_3131_full that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@gem_tiled_fence_blits@basic:
> - shard-iclb: [PASS][3] -> [INCOMPLETE][4] ([fdo#107713])
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb6/igt@gem_tiled_fence_blits@basic.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb7/igt@gem_tiled_fence_blits@basic.html
>
> * igt@i915_suspend@sysfs-reader:
> - shard-apl: [PASS][5] -> [DMESG-WARN][6] ([fdo#108566]) +1 similar issue
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl2/igt@i915_suspend@sysfs-reader.html
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl4/igt@i915_suspend@sysfs-reader.html
>
> * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
> - shard-glk: [PASS][7] -> [FAIL][8] ([fdo#103167]) +1 similar issue
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-glk5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-glk4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
> - shard-apl: [PASS][9] -> [FAIL][10] ([fdo#103167])
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
> [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
> - shard-kbl: [PASS][11] -> [FAIL][12] ([fdo#103167])
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
> [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
>
> * igt@kms_frontbuffer_tracking@fbc-stridechange:
> - shard-iclb: [PASS][13] -> [FAIL][14] ([fdo#103167]) +4 similar issues
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-stridechange.html
> [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-stridechange.html
>
> * igt@kms_setmode@basic:
> - shard-kbl: [PASS][15] -> [FAIL][16] ([fdo#99912])
> [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl3/igt@kms_setmode@basic.html
> [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl1/igt@kms_setmode@basic.html
>
>
> #### Possible fixes ####
>
> * igt@gem_ctx_engines@execute-one:
> - shard-apl: [DMESG-WARN][17] -> [PASS][18]
> [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl7/igt@gem_ctx_engines@execute-one.html
> [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl1/igt@gem_ctx_engines@execute-one.html
> - shard-glk: [DMESG-WARN][19] -> [PASS][20]
> [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-glk4/igt@gem_ctx_engines@execute-one.html
> [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-glk4/igt@gem_ctx_engines@execute-one.html
>
> * igt@gem_eio@in-flight-suspend:
> - shard-kbl: [FAIL][21] ([fdo#110667]) -> [PASS][22]
> [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl6/igt@gem_eio@in-flight-suspend.html
> [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl6/igt@gem_eio@in-flight-suspend.html
>
> * {igt@gem_exec_balancer@smoke}:
> - shard-iclb: [SKIP][23] ([fdo#110854]) -> [PASS][24]
> [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb5/igt@gem_exec_balancer@smoke.html
> [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb1/igt@gem_exec_balancer@smoke.html
>
> * igt@gem_softpin@noreloc-s3:
> - shard-kbl: [DMESG-WARN][25] ([fdo#108566]) -> [PASS][26]
> [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl6/igt@gem_softpin@noreloc-s3.html
> [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl2/igt@gem_softpin@noreloc-s3.html
>
> * igt@i915_pm_rc6_residency@rc6-accuracy:
> - shard-snb: [SKIP][27] ([fdo#109271]) -> [PASS][28]
> [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-snb1/igt@i915_pm_rc6_residency@rc6-accuracy.html
> [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-snb7/igt@i915_pm_rc6_residency@rc6-accuracy.html
>
> * igt@i915_suspend@fence-restore-untiled:
> - shard-apl: [DMESG-WARN][29] ([fdo#108566]) -> [PASS][30] +2 similar issues
> [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl7/igt@i915_suspend@fence-restore-untiled.html
> [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl4/igt@i915_suspend@fence-restore-untiled.html
>
> * igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
> - shard-apl: [FAIL][31] ([fdo#103232]) -> [PASS][32]
> [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
> [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-apl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
> - shard-kbl: [FAIL][33] ([fdo#103232]) -> [PASS][34]
> [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
> [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
>
> * igt@kms_flip_tiling@flip-y-tiled:
> - shard-iclb: [FAIL][35] ([fdo#108303]) -> [PASS][36]
> [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb1/igt@kms_flip_tiling@flip-y-tiled.html
> [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb7/igt@kms_flip_tiling@flip-y-tiled.html
>
> * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
> - shard-iclb: [FAIL][37] ([fdo#103167]) -> [PASS][38] +4 similar issues
> [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
> [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
>
> * igt@kms_psr@no_drrs:
> - shard-iclb: [FAIL][39] ([fdo#108341]) -> [PASS][40]
> [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb1/igt@kms_psr@no_drrs.html
> [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb3/igt@kms_psr@no_drrs.html
>
>
> #### Warnings ####
>
> * igt@gem_mmap_gtt@forked-big-copy-xy:
> - shard-iclb: [TIMEOUT][41] ([fdo#109673]) -> [INCOMPLETE][42] ([fdo#107713] / [fdo#109100])
> [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5048/shard-iclb8/igt@gem_mmap_gtt@forked-big-copy-xy.html
> [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/shard-iclb1/igt@gem_mmap_gtt@forked-big-copy-xy.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
> [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
> [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
> [fdo#108303]: https://bugs.freedesktop.org/show_bug.cgi?id=108303
> [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341
> [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
> [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
> [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
> [fdo#109673]: https://bugs.freedesktop.org/show_bug.cgi?id=109673
> [fdo#110667]: https://bugs.freedesktop.org/show_bug.cgi?id=110667
> [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
> [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
>
>
> Participating hosts (6 -> 5)
> ------------------------------
>
> Missing (1): shard-skl
>
>
> Build changes
> -------------
>
> * IGT: IGT_5048 -> IGTPW_3131
>
> CI_DRM_6216: e58a2b1f565ec5d77c69724d2f43a7de6f7953b3 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_3131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/
> IGT_5048: 1a34b94f1ce07ac5978fe7893a17e8732d467868 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3131/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_audio: fix bad-function-cast warning (rev2)
2019-06-07 11:08 [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Simon Ser
2019-06-07 11:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-09 21:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-06-10 10:15 ` Patchwork
2019-06-10 22:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-06-12 10:53 ` [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Martin Peres
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2019-06-10 10:15 UTC (permalink / raw)
To: Ser, Simon; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_audio: fix bad-function-cast warning (rev2)
URL : https://patchwork.freedesktop.org/series/61766/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6225 -> IGTPW_3133
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/61766/revisions/2/mbox/
Known issues
------------
Here are the changes found in IGTPW_3133 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@gem_render_linear_blits@basic:
- fi-icl-u3: [DMESG-WARN][1] ([fdo#107724]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/fi-icl-u3/igt@gem_render_linear_blits@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/fi-icl-u3/igt@gem_render_linear_blits@basic.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [FAIL][3] ([fdo#109485]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
* igt@kms_frontbuffer_tracking@basic:
- fi-hsw-peppy: [DMESG-WARN][5] ([fdo#102614]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
- fi-icl-u2: [FAIL][7] ([fdo#103167]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
[fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
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_5049 -> IGTPW_3133
CI_DRM_6225: 39bb7459567aada2e706e4da4a650dc4f7c41abf @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3133: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/
IGT_5049: db51cbba5a8f4856d6f56a61aa51fda6e239fa44 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/tests/igt_audio: fix bad-function-cast warning (rev2)
2019-06-07 11:08 [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Simon Ser
` (2 preceding siblings ...)
2019-06-10 10:15 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_audio: fix bad-function-cast warning (rev2) Patchwork
@ 2019-06-10 22:15 ` Patchwork
2019-06-12 10:53 ` [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Martin Peres
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2019-06-10 22:15 UTC (permalink / raw)
To: Simon Ser; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_audio: fix bad-function-cast warning (rev2)
URL : https://patchwork.freedesktop.org/series/61766/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6225_full -> IGTPW_3133_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/61766/revisions/2/mbox/
Known issues
------------
Here are the changes found in IGTPW_3133_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_eio@in-flight-suspend:
- shard-apl: [PASS][1] -> [DMESG-WARN][2] ([fdo#108566]) +2 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-apl4/igt@gem_eio@in-flight-suspend.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-apl7/igt@gem_eio@in-flight-suspend.html
- shard-glk: [PASS][3] -> [FAIL][4] ([fdo#110667])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-glk1/igt@gem_eio@in-flight-suspend.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-glk6/igt@gem_eio@in-flight-suspend.html
* igt@gem_persistent_relocs@forked-faulting-reloc-thrash-inactive:
- shard-snb: [PASS][5] -> [INCOMPLETE][6] ([fdo#105411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-snb7/igt@gem_persistent_relocs@forked-faulting-reloc-thrash-inactive.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-snb6/igt@gem_persistent_relocs@forked-faulting-reloc-thrash-inactive.html
* igt@gem_tiled_swapping@non-threaded:
- shard-hsw: [PASS][7] -> [FAIL][8] ([fdo#108686])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-hsw6/igt@gem_tiled_swapping@non-threaded.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-hsw5/igt@gem_tiled_swapping@non-threaded.html
* igt@kms_cursor_edge_walk@pipe-a-128x128-left-edge:
- shard-snb: [PASS][9] -> [SKIP][10] ([fdo#109271] / [fdo#109278])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-snb7/igt@kms_cursor_edge_walk@pipe-a-128x128-left-edge.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-snb5/igt@kms_cursor_edge_walk@pipe-a-128x128-left-edge.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
- shard-iclb: [PASS][11] -> [FAIL][12] ([fdo#103167]) +3 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
- shard-hsw: [PASS][13] -> [SKIP][14] ([fdo#109271]) +5 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-hsw6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-hsw1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_setmode@basic:
- shard-apl: [PASS][15] -> [FAIL][16] ([fdo#99912])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-apl4/igt@kms_setmode@basic.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-apl3/igt@kms_setmode@basic.html
* igt@perf_pmu@rc6:
- shard-kbl: [PASS][17] -> [SKIP][18] ([fdo#109271])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-kbl1/igt@perf_pmu@rc6.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-kbl2/igt@perf_pmu@rc6.html
* igt@prime_busy@wait-hang-vebox:
- shard-hsw: [PASS][19] -> [INCOMPLETE][20] ([fdo#103540])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-hsw2/igt@prime_busy@wait-hang-vebox.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-hsw8/igt@prime_busy@wait-hang-vebox.html
* igt@prime_mmap_kms@buffer-sharing:
- shard-snb: [PASS][21] -> [SKIP][22] ([fdo#109271]) +1 similar issue
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-snb1/igt@prime_mmap_kms@buffer-sharing.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-snb5/igt@prime_mmap_kms@buffer-sharing.html
#### Possible fixes ####
* igt@i915_suspend@fence-restore-untiled:
- shard-apl: [DMESG-WARN][23] ([fdo#108566]) -> [PASS][24] +5 similar issues
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-apl3/igt@i915_suspend@fence-restore-untiled.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-apl1/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_cursor_crc@pipe-a-cursor-128x128-random:
- shard-apl: [FAIL][25] ([fdo#103232]) -> [PASS][26] +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-apl8/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html
* igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen:
- shard-kbl: [FAIL][27] ([fdo#103232]) -> [PASS][28] +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-kbl1/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-hsw: [SKIP][29] ([fdo#109271]) -> [PASS][30] +32 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-hsw1/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-hsw6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-glk: [FAIL][31] ([fdo#103167]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-iclb: [FAIL][33] ([fdo#103167]) -> [PASS][34] +1 similar issue
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_sysfs_edid_timing:
- shard-iclb: [FAIL][35] ([fdo#100047]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-iclb3/igt@kms_sysfs_edid_timing.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-iclb8/igt@kms_sysfs_edid_timing.html
#### Warnings ####
* igt@gem_mmap_gtt@forked-big-copy-xy:
- shard-iclb: [TIMEOUT][37] ([fdo#109673]) -> [INCOMPLETE][38] ([fdo#107713] / [fdo#109100])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6225/shard-iclb1/igt@gem_mmap_gtt@forked-big-copy-xy.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/shard-iclb6/igt@gem_mmap_gtt@forked-big-copy-xy.html
[fdo#100047]: https://bugs.freedesktop.org/show_bug.cgi?id=100047
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540
[fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
[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#109673]: https://bugs.freedesktop.org/show_bug.cgi?id=109673
[fdo#110667]: https://bugs.freedesktop.org/show_bug.cgi?id=110667
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (10 -> 6)
------------------------------
Missing (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005
Build changes
-------------
* IGT: IGT_5049 -> IGTPW_3133
* Piglit: piglit_4509 -> None
CI_DRM_6225: 39bb7459567aada2e706e4da4a650dc4f7c41abf @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3133: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3133/
IGT_5049: db51cbba5a8f4856d6f56a61aa51fda6e239fa44 @ 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_3133/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning
2019-06-07 11:08 [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Simon Ser
` (3 preceding siblings ...)
2019-06-10 22:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2019-06-12 10:53 ` Martin Peres
4 siblings, 0 replies; 7+ messages in thread
From: Martin Peres @ 2019-06-12 10:53 UTC (permalink / raw)
To: Simon Ser, igt-dev; +Cc: petri.latvala
On 07/06/2019 14:08, Simon Ser wrote:
> Cast a variable instead of the return value of the function.
>
> Signed-off-by: Simon Ser <simon.ser@intel.com>
Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
> ---
> lib/tests/igt_audio.c | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/lib/tests/igt_audio.c b/lib/tests/igt_audio.c
> index 47e61adf74fe..eee4dd51f04c 100644
> --- a/lib/tests/igt_audio.c
> +++ b/lib/tests/igt_audio.c
> @@ -65,11 +65,14 @@ static void test_signal_detect_noise(struct audio_signal *signal)
> double buf[BUFFER_LEN];
> bool ok;
> size_t i;
> + long r;
>
> /* Generate random samples between -1 and 1 */
> srand(42);
> - for (i = 0; i < BUFFER_LEN; i++)
> - buf[i] = (double) random() / RAND_MAX * 2 - 1;
> + for (i = 0; i < BUFFER_LEN; i++) {
> + r = random();
> + buf[i] = (double) r / RAND_MAX * 2 - 1;
> + }
>
> ok = audio_signal_detect(signal, SAMPLING_RATE, 0, buf, BUFFER_LEN);
>
> --
> 2.21.0
>
> _______________________________________________
> 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] 7+ messages in thread
end of thread, other threads:[~2019-06-12 10:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-07 11:08 [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Simon Ser
2019-06-07 11:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-09 21:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-06-10 7:42 ` Ser, Simon
2019-06-10 10:15 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_audio: fix bad-function-cast warning (rev2) Patchwork
2019-06-10 22:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-06-12 10:53 ` [igt-dev] [PATCH i-g-t] lib/tests/igt_audio: fix bad-function-cast warning Martin Peres
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox