Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dmalloc_io.c95 assert_str_eq(remainder, test->expected_remainder, in TEST_BEGIN()
145 assert_str_eq(buf, expected_str, "Unexpected output"); \ in TEST_BEGIN()
H A Demitter.c81 assert_str_eq(expected_json_output, buf, "json output failure"); in assert_emit_output()
90 assert_str_eq(expected_table_output, buf, "table output failure"); in assert_emit_output()
H A Dprof_thread_name.c14 assert_str_eq(thread_name_old, thread_name_expected, in mallctl_thread_name_get_impl()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dtest.h248 #define assert_str_eq(a, b, ...) do { \ macro