Lines Matching defs:expect
36 int expect;
1081 if (((r != 0 && tests[i].expect != -1) ||
1082 (r == 0 && tests[i].expect == -1)) && !tests[i].exception)
1085 tests[i].expect == -1 ? "bad" : "good");
1087 preg.re_nsub != (unsigned int)tests[i].expect &&
1091 (unsigned long)preg.re_nsub, tests[i].expect);
1092 tests[i].expect = preg.re_nsub;
1104 if (r != tests[i].expect)
1106 tests[i].expression, r, tests[i].expect);
1107 ATF_CHECK_EQ(r, tests[i].expect);