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()
479 PRINT_FAIL("__jited used before __arch_*"); in parse_test_spec()
491 PRINT_FAIL("__unpriv_jited used before __arch_*"); in parse_test_spec()
569 PRINT_FAIL("bad arch spec: '%s'", val); in parse_test_spec()
592 PRINT_FAIL("bad load spec: '%s'", val); in parse_test_spec()
611 PRINT_FAIL("failed to allocate memory for priv.name\n"); in parse_test_spec()
624 PRINT_FAIL("failed to allocate memory for unpriv.name\n"); in parse_test_spec()
748 PRINT_FAIL("expect_msg\n"); in validate_msgs()
790 PRINT_FAIL("failed to drop capabilities: %i, %s\n", err, strerror(-err)); in drop_capabilities()
807 PRINT_FAIL("failed to restore capabilities: %i, %s\n", err, strerror(-err)); in restore_capabilities()
873 PRINT_FAIL("FAIL: Unexpected bpf_prog_test_run error: %d (%s) ", in do_prog_test_run()
982 PRINT_FAIL("failed to set capabilities: %i, %s\n", err, strerror(-err)); in run_subtest()
1080 PRINT_FAIL("too many struct_ops maps"); in run_subtest()
1085 PRINT_FAIL("bpf_map__attach_struct_ops failed for map %s: err=%d\n", in run_subtest()
1095 PRINT_FAIL("pre_execution_cb failed: %d\n", err); in run_subtest()
1103 PRINT_FAIL("Unexpected retval: %d != %d\n", retval, subspec->retval); in run_subtest()
1153 PRINT_FAIL("Can't parse test spec for program '%s'\n", in process_subtest()