Searched refs:expect_equal_str (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/util/ |
D | process_test.c | 42 expect_equal_str(const char *expected, const char *actual, const char *test) in expect_equal_str() function 62 expect_equal_str(expected, name, "util_get_process_name"); in test_util_get_process_name() 87 expect_equal_str(build_path, path, "util_get_process_name"); in test_util_get_process_exec_path()
|
D | blob_test.c | 79 expect_equal_str(const char *expected, const char *actual, const char *test) in expect_equal_str() function 164 expect_equal_str(bytes_test_str, in test_write_and_read_functions() 169 expect_equal_str(reserve_test_str, (char *) reserve_buf, in test_write_and_read_functions() 172 expect_equal_str(overwrite_test_str, in test_write_and_read_functions() 184 expect_equal_str(string_test_str, blob_read_string(&reader), in test_write_and_read_functions()
|
/third_party/mesa3d/src/util/tests/cache/ |
D | cache_test.c | 96 expect_equal_str(const char *actual, const char *expected, const char *test) in expect_equal_str() function 328 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)"); in test_put_and_get() 341 expect_equal_str(result, string, "2nd disk_cache_get of existing item (pointer)"); in test_put_and_get() 569 expect_equal_str(blob, result, "disk_cache_get(cache2) of existing item (pointer)"); in test_put_and_get_between_instances() 582 expect_equal_str(result, string, "2nd disk_cache_get(cache1) of existing item (pointer)"); in test_put_and_get_between_instances()
|