qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 3/6] .travis.yml: enable each of the co-routi


From: David Gibson
Subject: Re: [Qemu-devel] [PATCH v4 3/6] .travis.yml: enable each of the co-routine backends
Date: Wed, 3 Feb 2016 16:58:14 +1100
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Feb 02, 2016 at 05:34:05PM +0000, Alex Bennée wrote:
> We disable "make check" for the gthread backend as it is broken.
> 
> Signed-off-by: Alex Bennée <address@hidden>

Reviewed-by: David Gibson <address@hidden>
Tested-by: David Gibson <address@hidden>

> ---
>  .travis.yml | 15 ++++++++++++++-
>  1 file changed, 14 insertions(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 16be23f..021eec7 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -94,6 +94,10 @@ matrix:
>      - env: TARGETS=i386-softmmu,x86_64-softmmu
>             EXTRA_CONFIG="--enable-sparse"
>        compiler: gcc
> +    # Modules
> +    - env: TARGETS=i386-softmmu,x86_64-softmmu
> +           EXTRA_CONFIG="--enable-modules"
> +      compiler: gcc
>      # All the trace backends (apart from dtrace)
>      - env: TARGETS=i386-softmmu,x86_64-softmmu
>             EXTRA_CONFIG="--enable-trace-backends=stderr"
> @@ -111,6 +115,15 @@ matrix:
>             EXTRA_CONFIG="--enable-trace-backends=ust"
>             TEST_CMD=""
>        compiler: gcc
> +    # All the co-routine backends (apart from windows)
> +    # We currently disable "make check"
>      - env: TARGETS=i386-softmmu,x86_64-softmmu
> -           EXTRA_CONFIG="--enable-modules"
> +           EXTRA_CONFIG="--with-coroutine=gthread"
> +           TEST_CMD=""
> +      compiler: gcc
> +    - env: TARGETS=i386-softmmu,x86_64-softmmu
> +           EXTRA_CONFIG="--with-coroutine=ucontext"
> +      compiler: gcc
> +    - env: TARGETS=i386-softmmu,x86_64-softmmu
> +           EXTRA_CONFIG="--with-coroutine=sigaltstack"
>        compiler: gcc

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]