Home
last modified time | relevance | path

Searched refs:expected_output (Results 1 – 4 of 4) 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 …]
H A Dbtf_dump.c165 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/tools/tracing/rtla/tests/
H A Dengine.sh45 expected_output=$4
61 if [ -n "$expected_output" ] && ! grep -qE "$expected_output" <<< "$result"
64 failbuf+=$(printf "# Output match failed: \"%s\"" "$expected_output")
/linux/crypto/
H A Dtestmgr.c681 const char *expected_output, in verify_correct_output() argument
705 if (memcmp(expected_output, actual_output, len) != 0) in verify_correct_output()
711 expected_output += len; in verify_correct_output()