Re: [Mesa-dev] [PATCH] util/disk_cache: fix make check

2017-03-06 Thread Emil Velikov
Hi Tim, Please use something like " src/compiler/glsl/tests/cache_test: track correct folder for the disk cache" On 6 March 2017 at 02:25, Timothy Arceri wrote: > Fixes make check after 11f0efec2e615f5233d which caused disk cache > to create an additional directory. Fixes: 11f0efec2e6 ("util/di

Re: [Mesa-dev] [PATCH] util/disk_cache: fix make check

2017-03-05 Thread Michel Dänzer
On 06/03/17 11:25 AM, Timothy Arceri wrote: > Fixes make check after 11f0efec2e615f5233d which caused disk cache > to create an additional directory. make check passes with this on 64-bit, but still not on 32-bit: FAIL: glsl/tests/cache-test === Failed to create ./cache-t

[Mesa-dev] [PATCH] util/disk_cache: fix make check

2017-03-05 Thread Timothy Arceri
Fixes make check after 11f0efec2e615f5233d which caused disk cache to create an additional directory. --- src/compiler/glsl/tests/cache_test.c | 19 --- src/util/disk_cache.c| 17 - src/util/disk_cache.h| 18 ++ 3 file