Home | History | Annotate | Download | only in ios

Lines Matching refs:xfail

3278 	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \
3302 xfail=`expr $$xfail + 1`; \
3303 echo "XFAIL: $$tst"; \
3316 if test "$$xfail" -eq 0; then \
3319 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \