Searched refs:expected_output (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_iter.c | 26 static char expected_output[64]; variable 84 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter() 133 snprintf(expected_output, sizeof(expected_output), in test_walk_preorder() 144 snprintf(expected_output, sizeof(expected_output), in test_walk_postorder() 158 snprintf(expected_output, sizeof(expected_output), in test_walk_ancestors_up() 174 snprintf(expected_output, sizeof(expected_output), in test_early_termination() 186 snprintf(expected_output, sizeof(expected_output), in test_walk_self_only() 196 char expected_output[128], buf[128]; in test_walk_dead_self_only() local 211 snprintf(expected_output, sizeof(expected_output), EPILOGUE); in test_walk_dead_self_only() 253 ASSERT_STREQ(buf, expected_output, "dead cgroup output"); in test_walk_dead_self_only() [all …]
|
| H A D | btf_dump.c | 165 const char *expected_output, in test_ctx__dump_and_compare() argument 178 ASSERT_STREQ(t->dump_buf, expected_output, message); in test_ctx__dump_and_compare()
|
| /linux-6.15/crypto/ |
| H A D | testmgr.c | 688 const char *expected_output, in verify_correct_output() argument 712 if (memcmp(expected_output, actual_output, len) != 0) in verify_correct_output() 718 expected_output += len; in verify_correct_output()
|