From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org
Subject: Re: [Qemu-devel] [PATCH] travis: the xcode10 image seems to be hosed
Date: Wed, 20 Feb 2019 11:50:13 +0100 [thread overview]
Message-ID: <b08681c5-d8d3-0a9c-78ba-f8ed8927b098@redhat.com> (raw)
In-Reply-To: <20190220104523.22059-2-pbonzini@redhat.com>
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 <pbonzini@redhat.com>
> ---
> .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
prev parent reply other threads:[~2019-02-20 10:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-20 10:45 [Qemu-devel] [PATCH] travis: the xcode10 image seems to be hosed Paolo Bonzini
2019-02-20 10:50 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b08681c5-d8d3-0a9c-78ba-f8ed8927b098@redhat.com \
--to=pbonzini@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).