Home | History | Annotate | Download | only in src

Lines Matching refs:expect_fail

167   if ((cmd) != 0) { printf(" FAILED\n"); expect_fail++; r = 0; } \
173 if ((cmd) != 1) { printf(" FAILED\n"); expect_fail++; r = 0; } \
178 static int expect = 0, expect_succ = 0, expect_fail = 0;
1172 expect_succ, expect, expect_fail);