Searched refs:expected_err (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_integrity_02.sh | 59 local expected_err="REFTAG compare error: LBA: 0 Expected=0, Actual=" 75 if ! grep -q "$expected_err" "$fio_err"; then 76 echo "fio corrupted_reftag message not found: $expected_err" 92 local expected_err="Guard compare error: LBA: 0 Expected=0, Actual=" 107 if ! grep -q "$expected_err" "$fio_err"; then 108 echo "fio corrupted_data message not found: $expected_err" 115 local expected_err="APPTAG compare error: LBA: [0-9]* Expected=4321, Actual=1234" 123 if ! grep -q "$expected_err" "$fio_err"; then 124 echo "fio bad_apptag message not found: $expected_err"
|
| H A D | test_integrity_03.sh | 43 if ! grep -q "$expected_err" "$fio_err"; then 44 echo "fio corrupted_reftag message not found: $expected_err" 74 if ! grep -q "$expected_err" "$fio_err"; then 75 echo "fio corrupted_data message not found: $expected_err" 95 expected_err="Invalid or incomplete multibyte or wide character: read offset=0"
|
| /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()
|