Searched refs:expected_err (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_integrity_02.sh | 58 local expected_err="REFTAG compare error: LBA: 0 Expected=0, Actual=" 74 if ! grep -q "$expected_err" "$fio_err"; then 75 echo "fio corrupted_reftag message not found: $expected_err" 91 local expected_err="Guard compare error: LBA: 0 Expected=0, Actual=" 106 if ! grep -q "$expected_err" "$fio_err"; then 107 echo "fio corrupted_data message not found: $expected_err" 114 local expected_err="APPTAG compare error: LBA: [0-9]* Expected=4321, Actual=1234" 122 if ! grep -q "$expected_err" "$fio_err"; then 123 echo "fio bad_apptag message not found: $expected_err"
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_getset_retval_hooks.c | 6 #define BPF_RETVAL_HOOK(name, section, ctx, expected_err) \ argument
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_getset_retval.c | 459 int expected_err; member 465 .expected_err = EXPECTED_ERR, \ 494 ASSERT_EQ(err, exposed_hooks[i].expected_err, "expected_err"); in test_exposed_hooks()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 1513 const char *expected_err; in do_test_single() local 1558 expected_err = unpriv && test->errstr_unpriv ? in do_test_single() 1635 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single() 1643 if (!expected_err || !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single() 1645 expected_err, bpf_vlog); in do_test_single()
|