diff mbox

[RFC,for-2.11,v3,14/16] travis: allow_failures for gprof/gcov

Message ID 20170809202712.6951-15-f4bug@amsat.org
State New
Headers show

Commit Message

Philippe Mathieu-Daudé Aug. 9, 2017, 8:27 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Alex Bennée Sept. 15, 2017, 3:51 p.m. UTC | #1
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

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 1da542f99f..7c93a10c5f 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -87,6 +87,7 @@ before_script:
>  script:
>    - make ${MAKEFLAGS} && ${TEST_CMD}
>  matrix:
> +  fast_finish: true
>    include:
>      # We manually include builds which we disable "make check" for, they also
>      # are the faster jobs (no testing).
> @@ -233,3 +234,8 @@ matrix:
>          - TEST_CMD=""
>        before_script:
>          - ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread -fuse-ld=gold" || (cat config.log; exit 1)
> +  allow_failures:
> +    - env: CONFIG="--enable-gprof --disable-pie"
> +      compiler: gcc
> +    - env: CONFIG="--enable-gcov --disable-pie"
> +      compiler: gcc


--
Alex Bennée
diff mbox

Patch

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} && ${TEST_CMD}
 matrix:
+  fast_finish: true
   include:
     # We manually include builds which we disable "make check" for, they also
     # are the faster jobs (no testing).
@@ -233,3 +234,8 @@  matrix:
         - TEST_CMD=""
       before_script:
         - ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread -fuse-ld=gold" || (cat config.log; exit 1)
+  allow_failures:
+    - env: CONFIG="--enable-gprof --disable-pie"
+      compiler: gcc
+    - env: CONFIG="--enable-gcov --disable-pie"
+      compiler: gcc