qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] travis: the xcode10 image seems to be hosed


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] travis: the xcode10 image seems to be hosed
Date: Wed, 20 Feb 2019 11:50:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 20/02/19 11:45, Paolo Bonzini wrote:
> It fails to install homebrew.  Since this is out of our control, mark
> it as an expected failure.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  .travis.yml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index baa06b976a..a7ab72b43b 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -254,3 +254,11 @@ matrix:
>      - env:
>          - CONFIG="--disable-system"
>          - TEST_CMD="make -j3 check-tcg V=1"
> +
> +
> +  allow_failures:
> +    - env:
> +        - 
> CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
> +      os: osx
> +      osx_image: xcode10
> +      compiler: clang
> 

Hmm, this won't work. allow_failures row are not matched against
"include" rows.  Let's just disable the failing test.

Paolo



reply via email to

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