Re: [libav-devel] [PATCH] travis: Ignore the filter-fade test

2017-02-10 Thread Anton Khirnov
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
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] travis: Ignore the filter-fade test

2017-02-09 Thread Vittorio Giovara
On Thu, Feb 9, 2017 at 8:30 PM, Luca Barbato  wrote:
> 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'm ok with it but please change the commit log to something more descriptive.
-- 
Vittorio
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] travis: Ignore the filter-fade test

2017-02-09 Thread Luca Barbato
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.

lu

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] travis: Ignore the filter-fade test

2017-01-26 Thread Luca Barbato
On 26/01/2017 18:50, Anton Khirnov wrote:
> I have no idea what that means.

The combination of whatever is currently on the travis linux instances
makes that test fail.

I have no idea why it happens on there and since it is an ancient
distribution I do not have an easy way to check what's wrong.

lu
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] travis: Ignore the filter-fade test

2017-01-26 Thread Anton Khirnov
Quoting Luca Barbato (2017-01-26 12:42:26)
> It glitches with the stale travis linux target.

I have no idea what that means.

-- 
Anton Khirnov
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] travis: Ignore the filter-fade test

2017-01-26 Thread Luca Barbato
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

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel