Searched refs:expect_null (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dcache_test.c67 expect_null(void *ptr, const char *test) function in typeref:typename:void
212 expect_null(cache, "disk_cache_create with MESA_GLSL_CACHE_DISABLE set");
230 expect_null(cache_exists(cache), "disk_cache_create with XDG_CACHE_HOME set "
249 expect_null(cache_exists(cache), "disk_cache_create with MESA_GLSL_CACHE_DIR"
283 expect_null(result, "disk_cache_get with non-existent item (pointer)");
/xsrc/external/mit/MesaLib/dist/src/util/tests/cache/
H A Dcache_test.c76 expect_null(void *ptr, const char *test) function in typeref:typename:void
205 expect_null(cache, "disk_cache_create with MESA_GLSL_CACHE_DISABLE set");
215 expect_null(cache, "disk_cache_create with MESA_GLSL_CACHE_DISABLE unset "
318 expect_null(result, "disk_cache_get with non-existent item (pointer)");
555 expect_null(result, "disk_cache_get(cache1) with non-existent item (pointer)");
559 expect_null(result, "disk_cache_get(cache2) with non-existent item (pointer)");

Completed in 4 milliseconds