Home
last modified time | relevance | path

Searched refs:expected_output (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c26 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 …]
/linux/crypto/
H A Dtestmgr.c688 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()