Searched refs:g_test_log (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/glib/ |
D | gtestutils.c | 974 g_test_log (GTestLogType lbit, in g_test_log() function 1707 g_test_log (G_TEST_LOG_START_BINARY, g_get_prgname(), test_run_seedstr, 0, NULL); 1943 g_test_log (G_TEST_LOG_MIN_RESULT, buffer, NULL, 1, &largs); in g_test_minimized_result() 1974 g_test_log (G_TEST_LOG_MAX_RESULT, buffer, NULL, 1, &largs); in g_test_maximized_result() 1998 g_test_log (G_TEST_LOG_MESSAGE, buffer, NULL, 0, NULL); in g_test_message() 2742 g_test_log (G_TEST_LOG_SKIP_CASE, test_run_name, NULL, 0, NULL); in test_case_run() 2746 g_test_log (G_TEST_LOG_LIST_CASE, test_run_name, NULL, 0, NULL); in test_case_run() 2753 g_test_log (G_TEST_LOG_START_CASE, test_run_name, NULL, 0, NULL); in test_case_run() 2766 g_test_log (G_TEST_LOG_ERROR, local_error->message, NULL, 0, NULL); in test_case_run() 2800 g_test_log (G_TEST_LOG_STOP_CASE, test_run_name, test_run_msg, G_N_ELEMENTS (largs), largs); in test_case_run() [all …]
|
/third_party/glib/ |
D | NEWS | 16 - !2035 Backport !2026 “Split g_test_log() messages that contain multiple lines” to glib-2-68
|