Searched refs:exp_error (Results 1 – 2 of 2) sorted by relevance
1776 int exp_error; member1859 if (t->exp_error > 0) { in nmreq_hdr_parsing()1860 if (errno != t->exp_error) { in nmreq_hdr_parsing()1862 errno, t->exp_error); in nmreq_hdr_parsing()1878 if (t->exp_error > 0) { in nmreq_hdr_parsing()1879 printf("!!! nmreq_header_decode returns 0, but error %d was expected\n", t->exp_error); in nmreq_hdr_parsing()1909 if (t->exp_error < 0) { in nmreq_reg_parsing()1910 if (errno != -t->exp_error) { in nmreq_reg_parsing()1912 errno, -t->exp_error); in nmreq_reg_parsing()1928 if (t->exp_error < 0) { in nmreq_reg_parsing()[all …]
107 check_list_one_fail(const char* exp_error, in check_list_one_fail() argument119 ATF_REQUIRE_MATCH(exp_error, in check_list_one_fail()