* [Qemu-devel] [PATCH] travis: the xcode10 image seems to be hosed
@ 2019-02-20 10:45 Paolo Bonzini
2019-02-20 10:50 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2019-02-20 10:45 UTC (permalink / raw)
To: qemu-devel; +Cc: alex.bennee
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
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] travis: the xcode10 image seems to be hosed
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
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2019-02-20 10:50 UTC (permalink / raw)
To: qemu-devel; +Cc: alex.bennee
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-20 10:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).