Home | History | Annotate | Download | only in openbsd

Lines Matching refs:xpass

3278 	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \
3290 xpass=`expr $$xpass + 1`; \
3292 echo "XPASS: $$tst"; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \