Searched refs:exp_error (Results 1 – 2 of 2) sorted by relevance
1766 int exp_error; member1851 if (t->exp_error > 0) { in nmreq_hdr_parsing()1852 if (errno != t->exp_error) { in nmreq_hdr_parsing()1854 errno, t->exp_error); in nmreq_hdr_parsing()1870 if (t->exp_error > 0) { in nmreq_hdr_parsing()1871 printf("!!! nmreq_header_decode returns 0, but error %d was expected\n", t->exp_error); in nmreq_hdr_parsing()1901 if (t->exp_error < 0) { in nmreq_reg_parsing()1902 if (errno != -t->exp_error) { in nmreq_reg_parsing()1904 errno, -t->exp_error); in nmreq_reg_parsing()1920 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()