[Piglit] [PATCH v2] cl-api-enqueue-fill-image: Fix memory leaks.

2015-11-22 Thread Vinson Lee
Fixes Coverity "resource leak" defects. Suggested-by: Serge Martin Signed-off-by: Vinson Lee --- tests/cl/api/enqueue-fill-image.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/cl/api/enqueue-fill-image.c

Re: [Piglit] non-concurrent piglit tests

2015-11-22 Thread Eric Anholt
Ilia Mirkin writes: > It looks like we're up to something like 1K non-concurrent piglit > tests... maybe more. Can someone who actually understands the issues > explain what makes a piglit test unreliable when run concurrently with > another test? Then we can go and enable

[Piglit] [PATCH V5 2/2] SSO: new test to ensure matching with various qualifier

2015-11-22 Thread Gregory Hainaut
Test is composed of 2 major steps. First part ensure that a matching (same on both VS & FS) qualifier doesn't pertubate the location assignment Second part ensure that a non-matching qualifier also work. Final interpolation qualifier is the one of the FS. Technically it is only allowed from

Re: [Piglit] [PATCH] texwrap: do no short circuit remaining tests if one fails

2015-11-22 Thread Vinson Lee
On Wed, Nov 11, 2015 at 10:07 AM, Emil Velikov wrote: > From: Emil Velikov > > Noticed as some of these have been intermittently failing on llvmpipe, > resulting in a few "not run" test across mesa release checks. > > Signed-off-by: Emil

Re: [Piglit] non-concurrent piglit tests

2015-11-22 Thread Ilia Mirkin
On Sun, Nov 22, 2015 at 7:12 PM, Eric Anholt wrote: > Ilia Mirkin writes: > >> It looks like we're up to something like 1K non-concurrent piglit >> tests... maybe more. Can someone who actually understands the issues >> explain what makes a piglit test

Re: [Piglit] [PATCH 1/2] arb_gpu_shader_fp64: fix wrong use of GLSL version

2015-11-22 Thread Emil Velikov
On 18 November 2015 at 20:59, Dave Airlie wrote: > On 19 November 2015 at 02:05, Emil Velikov wrote: >> On 17 November 2015 at 15:25, Samuel Pitoiset >> wrote: >>> piglit_require_GLSL_version() requires an integer as

[Piglit] [Bug 93064] New: no generated_tests for CL

2015-11-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93064 Bug ID: 93064 Summary: no generated_tests for CL Product: piglit Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal

Re: [Piglit] [PATCH] texwrap: do no short circuit remaining tests if one fails

2015-11-22 Thread Emil Velikov
On 11 November 2015 at 18:07, Emil Velikov wrote: > From: Emil Velikov > > Noticed as some of these have been intermittently failing on llvmpipe, > resulting in a few "not run" test across mesa release checks. > > Signed-off-by: Emil Velikov

Re: [Piglit] [PATCH] cl-api-enqueue-fill-image: Fix memory leaks.

2015-11-22 Thread Serge Martin
I think we can free(image_support): image_suppot = NULL; right after the test if (!*image_support) { fprintf(stderr, "No image support\n"); free(image_support); return PIGLIT_SKIP; } that would avoid the need to add it in every

Re: [Piglit] [PATCH 2/2] SSO: new test to ensure matching with various qualifier

2015-11-22 Thread Timothy Arceri
On Tue, 2015-11-03 at 20:09 +0100, Gregory Hainaut wrote: > Test is composed of 2 major steps. > > First part ensure that a matching (same on both VS & FS) qualifier doesn't > pertubate the location assignment > > Second part ensure that a non-matching qualifier also work. Final > interpolation