Home
last modified time | relevance | path

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

/src/tests/sys/netmap/
H A Dctrl-api-test.c1774 int exp_error; member
1857 if (t->exp_error > 0) { in nmreq_hdr_parsing()
1858 if (errno != t->exp_error) { in nmreq_hdr_parsing()
1860 errno, t->exp_error); in nmreq_hdr_parsing()
1876 if (t->exp_error > 0) { in nmreq_hdr_parsing()
1877 printf("!!! nmreq_header_decode returns 0, but error %d was expected\n", t->exp_error); in nmreq_hdr_parsing()
1907 if (t->exp_error < 0) { in nmreq_reg_parsing()
1908 if (errno != -t->exp_error) { in nmreq_reg_parsing()
1910 errno, -t->exp_error); in nmreq_reg_parsing()
1926 if (t->exp_error < 0) { in nmreq_reg_parsing()
[all …]
/src/contrib/kyua/engine/
H A Datf_test.cpp107 check_list_one_fail(const char* exp_error, in check_list_one_fail() argument
119 ATF_REQUIRE_MATCH(exp_error, in check_list_one_fail()