Re: [Piglit] [PATCH 1/2] arb_copy_image-formats: exit loops upon pixel mismatch

2015-09-24 Thread Anuj Phogat
On Mon, Sep 14, 2015 at 6:48 PM, Brian Paul wrote: > > Instead of printing potentially a thousand error messages when > there's a failure. > > Also, some minor code reformatting. > > v2: remove passrate code too, per Anuj. > --- > tests/spec/arb_copy_image/formats.c | 17 - > 1 fi

[Piglit] [PATCH 1/2] arb_copy_image-formats: exit loops upon pixel mismatch

2015-09-14 Thread Brian Paul
Instead of printing potentially a thousand error messages when there's a failure. Also, some minor code reformatting. v2: remove passrate code too, per Anuj. --- tests/spec/arb_copy_image/formats.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/tests/spec/a