Re: [libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-12-28 Thread Diego Biurrun
On Wed, Dec 28, 2016 at 05:38:17PM +0100, Diego Biurrun wrote: > On Wed, Dec 28, 2016 at 12:19:49AM +0200, Martin Storsjö wrote: > > --- a/configure > > +++ b/configure > > @@ -348,6 +348,8 @@ Developer options (useful when working on Libav itself): > >--random-seed=VALUE seed value for --

Re: [libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-12-28 Thread Diego Biurrun
On Wed, Dec 28, 2016 at 12:19:49AM +0200, Martin Storsjö wrote: > --- a/configure > +++ b/configure > @@ -348,6 +348,8 @@ Developer options (useful when working on Libav itself): >--random-seed=VALUE seed value for --enable/disable-random >--disable-valgrind-backtrace do not print a ba

[libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-12-27 Thread Martin Storsjö
From: Janne Grunau This can be useful to filter out noise in known-broken scenarios like miscompilation by legacy compilers and similar. Originally based on a patch by Diego Biurrun. --- This is the common agreed upon consensus from Diego's and Janne's discussion, as far as I read it. --- confi

[libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-10-24 Thread Diego Biurrun
This can be useful to filter out noise in known-broken scenarios like miscompilation by legacy compilers and similar. --- Updated help text description, removed stray extra whitespace. configure | 11 +++ doc/fate.texi | 1 + tests/Makefile | 2 +- tests/fate.sh | 1 + 4 files

Re: [libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-10-22 Thread Diego Biurrun
On Sat, Oct 22, 2016 at 12:08:53PM +0200, Janne Grunau wrote: > On 2016-10-21 21:39:56 +0200, Diego Biurrun wrote: > > --- a/doc/fate.texi > > +++ b/doc/fate.texi > > @@ -139,6 +139,7 @@ workdir=# directory in > > which to do all the work > > fate_recv="ssh -T fate

Re: [libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-10-22 Thread Janne Grunau
On 2016-10-21 21:39:56 +0200, Diego Biurrun wrote: > This can be useful to filter out noise in known-broken scenarios like > miscompilation by legacy compilers and similar. > --- > > Applied suggestions by Janne and added config file support. > > configure | 10 ++ > doc/fate.texi

[libav-devel] [PATCH] fate: Add --ignore-tests configure option for omitting specific FATE tests

2016-10-21 Thread Diego Biurrun
This can be useful to filter out noise in known-broken scenarios like miscompilation by legacy compilers and similar. --- Applied suggestions by Janne and added config file support. configure | 10 ++ doc/fate.texi | 1 + tests/Makefile | 4 +++- tests/fate.sh | 1 + 4 files ch