Quoting Luca Barbato (2017-02-10 02:30:54) > On 26/01/2017 12:42, Luca Barbato wrote: > > It glitches with the stale travis linux target. > > --- > > > > .travis.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.travis.yml b/.travis.yml > > index 8e9629a..f7dab48 100644 > > --- a/.travis.yml > > +++ b/.travis.yml > > @@ -20,7 +20,7 @@ install: > > - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi > > script: > > - mkdir -p libav-samples > > - - ./configure --samples=libav-samples --cc=$CC > > + - ./configure --samples=libav-samples --cc=$CC --ignore-tests=filter-fade > > - make -j 8 > > - make fate-rsync > > - make check -j 8 > > -- > > 2.9.2 > > Ping, I'd merge it tomorrow, not into figuring out what makes that > combination of compiler and vm upset with that specific filter.
I don't see any specific system mentioned in what you're changing. Are you just disabling that test completely? That looks just wrong. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
