Searched refs:PRINT_FAIL (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c257 PRINT_FAIL("Can't find btf_type for id %d\n", btf_id);
262 PRINT_FAIL("BTF id %d is not struct or union\n", btf_id);
299 PRINT_FAIL("Malformed pattern: type ident is too long: %d\n", type_sz);
304 PRINT_FAIL("Malformed pattern: field ident is too long: %d\n", field_sz);
312 PRINT_FAIL("No BTF info for type %s\n", type_str);
318 PRINT_FAIL("No BTF info for field %s::%s\n", type_str, field_str);
332 PRINT_FAIL("Can't alloc regex\n");
341 PRINT_FAIL("Can't compile regex: %s\n", errbuf);
538 PRINT_FAIL("Unexpected end of pattern\n");
554 PRINT_FAIL("Fiel
[all...]
H A Dverifier.c107 PRINT_FAIL("failed to drop CAP_SYS_ADMIN: %i, %s\n", err, strerror(err));
117 PRINT_FAIL("failed to restore CAP_SYS_ADMIN: %i, %s\n", err, strerror(err));
213 PRINT_FAIL("Can't find map '%s'\n", map_name);
219 PRINT_FAIL("Error while updating map '%s': %d\n", map_name, err);
H A Dresolve_btfids.c74 PRINT_FAIL("Failed to get type for ID %d\n", type_id);
87 PRINT_FAIL("Failed to get name for BTF ID %d\n", type_id);
H A Dspin_lock.c65 PRINT_FAIL("Can't compile regex: %s\n", errbuf);
H A Dsockmap_ktls.c97 PRINT_FAIL("unsupported socket family %d", family);
H A Dcls_redirect.c424 PRINT_FAIL("expected TC_ACT_REDIRECT, got %d\n",
439 PRINT_FAIL("unknown result %d\n", test->result);
H A Duser_ringbuf.c483 PRINT_FAIL("Invalid operand %d\n", op);
570 PRINT_FAIL("Unexpected op %d\n", op);
H A Dxdp_bonding.c304 PRINT_FAIL("Unimplemented xmit_policy=%d\n", xmit_policy);
319 PRINT_FAIL("Unimplemented xmit_policy=%d\n", xmit_policy);
H A Dfib_lookup.c223 PRINT_FAIL("invalid addr family: %d", fib_params->family);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c129 PRINT_FAIL("failed to parse %s from '%s'\n", name, str);
307 PRINT_FAIL("failed to allocate memory for priv.name\n");
320 PRINT_FAIL("failed to allocate memory for unpriv.name\n");
344 PRINT_FAIL("failed to allocate memory for unpriv.expect_msgs\n");
442 PRINT_FAIL("failed to drop capabilities: %i, %s\n", err, strerror(err));
459 PRINT_FAIL("failed to restore capabilities: %i, %s\n", err, strerror(err));
525 PRINT_FAIL("FAIL: Unexpected bpf_prog_test_run error: %d (%s) ",
651 PRINT_FAIL("pre_execution_cb failed: %d\n", err);
659 PRINT_FAIL("Unexpected retval: %d != %d\n", retval, subspec->retval);
704 PRINT_FAIL("Ca
[all...]
H A Dtest_progs.h179 #define PRINT_FAIL(format...) \ macro
H A Dtest_progs.c696 * On failure the description is printed using PRINT_FAIL and
702 PRINT_FAIL("%s: libbpf_capture_stream != NULL\n", __func__);
709 PRINT_FAIL("%s: open_memstream failed errno=%d\n", __func__, errno);

Completed in 208 milliseconds