Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c67 expect_null(void *ptr, const char *test) in expect_null() function
163 expect_null(cache, "disk_cache_create with MESA_GLSL_CACHE_DISABLE set"); in test_disk_cache_create()
181 expect_null(cache, "disk_cache_create with XDG_CACHE_HOME set with" in test_disk_cache_create()
199 expect_null(cache, "disk_cache_create with MESA_GLSL_CACHE_DIR set with" in test_disk_cache_create()
267 expect_null(result, "disk_cache_get with non-existent item (pointer)"); in test_put_and_get()