Lines Matching refs:PRINT_FAIL

193 		PRINT_FAIL("Regexp too long: '%s'\n", original_pattern);  in compile_regex()
197 PRINT_FAIL("Regexp has open '{{' but no closing '}}': '%s'\n", original_pattern); in compile_regex()
203 PRINT_FAIL("Regexp compilation error in '%s': '%s'\n", buf, err_buf); in compile_regex()
281 PRINT_FAIL("failed to parse %s from '%s'\n", name, str); in parse_int()
295 PRINT_FAIL("Memory allocation failed\n"); in parse_caps()
303 PRINT_FAIL("define %s constant in bpf_misc.h, failed to parse caps\n", token); in parse_caps()
308 PRINT_FAIL("failed to parse caps %s\n", name); in parse_caps()
485 PRINT_FAIL("__jited used before __arch_*"); in parse_test_spec()
497 PRINT_FAIL("__unpriv_jited used before __arch_*"); in parse_test_spec()
575 PRINT_FAIL("bad arch spec: '%s'", val); in parse_test_spec()
598 PRINT_FAIL("bad load spec: '%s'", val); in parse_test_spec()
617 PRINT_FAIL("failed to allocate memory for priv.name\n"); in parse_test_spec()
630 PRINT_FAIL("failed to allocate memory for unpriv.name\n"); in parse_test_spec()
754 PRINT_FAIL("expect_msg\n"); in validate_msgs()
796 PRINT_FAIL("failed to drop capabilities: %i, %s\n", err, strerror(-err)); in drop_capabilities()
813 PRINT_FAIL("failed to restore capabilities: %i, %s\n", err, strerror(-err)); in restore_capabilities()
879 PRINT_FAIL("FAIL: Unexpected bpf_prog_test_run error: %d (%s) ", in do_prog_test_run()
988 PRINT_FAIL("failed to set capabilities: %i, %s\n", err, strerror(-err)); in run_subtest()
1084 PRINT_FAIL("too many struct_ops maps"); in run_subtest()
1089 PRINT_FAIL("bpf_map__attach_struct_ops failed for map %s: err=%d\n", in run_subtest()
1099 PRINT_FAIL("pre_execution_cb failed: %d\n", err); in run_subtest()
1107 PRINT_FAIL("Unexpected retval: %d != %d\n", retval, subspec->retval); in run_subtest()
1157 PRINT_FAIL("Can't parse test spec for program '%s'\n", in process_subtest()