Re: [Piglit] non-concurrent piglit tests

2015-11-21 Thread Marek Olšák
On Fri, Nov 20, 2015 at 11:19 PM, Ilia Mirkin wrote: > Right... so I'm looking for concrete things I can look for in tests to > determine whether the run_concurrent=False is set incorrectly. I know > the *approximate* reasons, but I'd like to be certain and then go grep > it

[Piglit] [PATCH] astc: avoid deleting a random texture

2015-11-21 Thread Ilia Mirkin
In the check_error case, decompressed_tex is completely uninitialized and might point to any texture. This can wreak various havoc. Signed-off-by: Ilia Mirkin --- tests/spec/khr_texture_compression_astc/khr_compressed_astc-miptree.c | 3 ++- 1 file changed, 2