Searched refs:exp_error (Results 1 – 2 of 2) sorted by relevance
1774 int exp_error; member1857 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 …]
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()