Searched refs:test_run_name (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/glib/ |
D | gtestutils.c | 863 static gchar *test_run_name = ""; variable 1444 subdir = g_build_filename (test_tmpdir, test_run_name, ".dirs", NULL); in test_do_isolate_dirs() 1513 subdir = g_build_filename (test_tmpdir, test_run_name, NULL); in test_rm_isolate_dirs() 2100 g_test_message ("%s summary: %s", test_run_name, summary); in g_test_summary() 2742 g_test_log (G_TEST_LOG_SKIP_CASE, test_run_name, NULL, 0, NULL); in test_case_run() 2745 g_print ("%s\n", test_run_name); 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() 2758 …if (test_paths_skipped && g_slist_find_custom (test_paths_skipped, test_run_name, (GCompareFunc)te… 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/python/Lib/test/ |
D | test_runpy.py | 536 def test_run_name(self): member in RunModuleTestCase
|