Re: [Piglit] [PATCH] glx-multithread-clearbuffer: Check pthread_join return value.

2017-07-25 Thread Marek Olšák
If you do what Brian said: Reviewed-by: Marek Olšák Marek On Tue, Jul 25, 2017 at 2:42 AM, Vinson Lee wrote: > Fix Coverity unchecked return value defect. > > CID: 1415101 > Signed-off-by: Vinson Lee > --- >

Re: [Piglit] [PATCH] glx-multithread-clearbuffer: Check pthread_join return value.

2017-07-24 Thread Brian Paul
On 07/24/2017 06:42 PM, Vinson Lee wrote: Fix Coverity unchecked return value defect. CID: 1415101 Signed-off-by: Vinson Lee --- tests/glx/glx-multithread-clearbuffer.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

[Piglit] [PATCH] glx-multithread-clearbuffer: Check pthread_join return value.

2017-07-24 Thread Vinson Lee
Fix Coverity unchecked return value defect. CID: 1415101 Signed-off-by: Vinson Lee --- tests/glx/glx-multithread-clearbuffer.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/glx/glx-multithread-clearbuffer.c