Re: [Piglit] [PATCH 2/3] gl-1.0-blend-func: add --quick option

2018-01-18 Thread Brian Paul
On 01/17/2018 04:55 PM, Roland Scheidegger wrote: That should help llvmpipe quite a bit... Albeit 1% doesn't sound like it would give a lot of coverage, maybe a bit more (5% or so) would still cut down the time significantly while having less risk of missing failures? Hmm, it looks like llvmpip

Re: [Piglit] [PATCH 2/3] gl-1.0-blend-func: add --quick option

2018-01-18 Thread Roland Scheidegger
That should help llvmpipe quite a bit... Albeit 1% doesn't sound like it would give a lot of coverage, maybe a bit more (5% or so) would still cut down the time significantly while having less risk of missing failures? Either way, for 1-2/3 Reviewed-by: Roland Scheidegger Am 17.01.2018 um 23:54 s

[Piglit] [PATCH 2/3] gl-1.0-blend-func: add --quick option

2018-01-18 Thread Brian Paul
The test normally runs about 27,000 tests and takes quite a long time with some drivers. With the --quick option, only 1% of the tests are run. And update tests/quick.py to run the test with --quick. --- tests/quick.py| 7 +++ tests/spec/gl-1.0/blend.c | 23 ++