Lines Matching +full:stdout +full:- +full:path
1 /* SPDX-License-Identifier: GPL-2.0 */
73 FILE *stdout; member
80 int sub_succ_cnt; /* successful sub-tests */
81 int fail_cnt; /* total failed tests + sub-tests */
93 extern int test__join_cgroup(const char *path);
98 fprintf(stdout, "%s:FAIL:%d ", __func__, __LINE__); \
99 fprintf(stdout, ##format); \
107 fprintf(stdout, "%s:FAIL:%s ", __func__, tag); \
108 fprintf(stdout, ##format); \
110 fprintf(stdout, "%s:PASS:%s %d nsec\n", \
122 fprintf(stdout, "%s:FAIL:%d\n", __func__, __LINE__); \