Re: [Qemu-devel] [RFC PATCH for-2.11 v3 14/16] travis: allow_failures for gprof/gcov

2017-09-15 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Signed-off-by: Philippe Mathieu-Daudé why? We should document the reason in the commit. > --- > .travis.yml | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index

[Qemu-devel] [RFC PATCH for-2.11 v3 14/16] travis: allow_failures for gprof/gcov

2017-08-09 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- .travis.yml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1da542f99f..7c93a10c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,7 @@ before_script: script: - make ${MAKEFLAGS} &&