On Fri, Apr 11, 2014 at 04:17:48PM +0200, Daniel Vetter wrote:
> - Wrap up testcase correctly into the magic code block.
> - Put local variables out of the longjmp danger zone.
> 
> Cc: Ander Conselvan de Oliveira <[email protected]>
> Signed-off-by: Daniel Vetter <[email protected]>

Ander, quick one for process: Please submit igt patches to the mailing
list so that they don't get lost in bugzilla.

And thanks a lot for the testcase.
-Daniel

> ---
>  tests/kms_flip_tiling.c | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
> 
> diff --git a/tests/kms_flip_tiling.c b/tests/kms_flip_tiling.c
> index e70609d52e78..ca20ad96bc35 100644
> --- a/tests/kms_flip_tiling.c
> +++ b/tests/kms_flip_tiling.c
> @@ -119,11 +119,10 @@ test_flip_changes_tiling(data_t *data, igt_output_t 
> *output)
>  }
>  
>  static data_t data;
> +igt_output_t *output;
>  
>  igt_main
>  {
> -     igt_output_t *output;
> -
>       igt_skip_on_simulation();
>  
>       igt_fixture {
> @@ -135,10 +134,10 @@ igt_main
>               igt_display_init(&data.display, data.drm_fd);
>       }
>  
> -     igt_subtest_f("flip-changes-tiling");
> -
> -     for_each_connected_output(&data.display, output)
> -             test_flip_changes_tiling(&data, output);
> +     igt_subtest_f("flip-changes-tiling") {
> +             for_each_connected_output(&data.display, output)
> +                     test_flip_changes_tiling(&data, output);
> +     }
>  
>       igt_fixture {
>               igt_display_fini(&data.display);
> -- 
> 1.8.5.2
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to