Lines Matching refs:PRINT_FAIL
184 PRINT_FAIL("Regexp too long: '%s'\n", original_pattern); in compile_regex()
188 PRINT_FAIL("Regexp has open '{{' but no closing '}}': '%s'\n", original_pattern); in compile_regex()
194 PRINT_FAIL("Regexp compilation error in '%s': '%s'\n", buf, err_buf); in compile_regex()
272 PRINT_FAIL("failed to parse %s from '%s'\n", name, str); in parse_int()
444 PRINT_FAIL("__jited used before __arch_*"); in parse_test_spec()
456 PRINT_FAIL("__unpriv_jited used before __arch_*"); in parse_test_spec()
534 PRINT_FAIL("bad arch spec: '%s'", val); in parse_test_spec()
558 PRINT_FAIL("failed to allocate memory for priv.name\n"); in parse_test_spec()
571 PRINT_FAIL("failed to allocate memory for unpriv.name\n"); in parse_test_spec()
695 PRINT_FAIL("expect_msg\n"); in validate_msgs()
737 PRINT_FAIL("failed to drop capabilities: %i, %s\n", err, strerror(err)); in drop_capabilities()
754 PRINT_FAIL("failed to restore capabilities: %i, %s\n", err, strerror(err)); in restore_capabilities()
820 PRINT_FAIL("FAIL: Unexpected bpf_prog_test_run error: %d (%s) ", in do_prog_test_run()
1012 PRINT_FAIL("too many struct_ops maps"); in run_subtest()
1017 PRINT_FAIL("bpf_map__attach_struct_ops failed for map %s: err=%d\n", in run_subtest()
1027 PRINT_FAIL("pre_execution_cb failed: %d\n", err); in run_subtest()
1035 PRINT_FAIL("Unexpected retval: %d != %d\n", retval, subspec->retval); in run_subtest()
1085 PRINT_FAIL("Can't parse test spec for program '%s'\n", in process_subtest()