[Spice-devel] [PATCH spice-server 25/33] tests: Exclude tests that cannot work on Windows

Marc-André Lureau marcandre.lureau at gmail.com
Sat Dec 22 10:19:18 UTC 2018


On Fri, Dec 21, 2018 at 4:04 PM Frediano Ziglio <fziglio at redhat.com> wrote:
>
> test-stream test is passing file descriptor using Unix socket.
> test-stat-file needs some porting work of mmap feature.
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau at redhat.com>


> ---
>  server/tests/Makefile.am | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
> index 7668739f..c50826e6 100644
> --- a/server/tests/Makefile.am
> +++ b/server/tests/Makefile.am
> @@ -53,11 +53,9 @@ check_PROGRAMS =                             \
>         test-codecs-parsing                     \
>         test-options                            \
>         test-stat                               \
> -       test-stream                             \
>         test-agent-msg-filter                   \
>         test-loop                               \
>         test-qxl-parsing                        \
> -       test-stat-file                          \
>         test-leaks                              \
>         test-vdagent                            \
>         test-fail-on-null-core-interface        \
> @@ -68,6 +66,13 @@ check_PROGRAMS =                             \
>         test-record                             \
>         $(NULL)
>
> +if !OS_WIN32
> +check_PROGRAMS +=                              \
> +       test-stream                             \
> +       test-stat-file                          \
> +       $(NULL)
> +endif
> +
>  noinst_PROGRAMS =                              \
>         test-display-no-ssl                     \
>         test-display-streaming                  \
> --
> 2.17.2
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel



--
Marc-André Lureau


More information about the Spice-devel mailing list