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 --
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
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
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
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
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
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