Searched refs:xpass (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile3278 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
3290 xpass=`expr $$xpass + 1`; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile3278 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
3290 xpass=`expr $$xpass + 1`; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile3278 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
3290 xpass=`expr $$xpass + 1`; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile3278 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
3290 xpass=`expr $$xpass + 1`; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile3278 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
3290 xpass=`expr $$xpass + 1`; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile3278 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
3290 xpass=`expr $$xpass + 1`; \
3322 if test "$$xpass" -eq 0; then \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/external/bison/tests/
H A Dtestsuite1467 # | | + xpass - created if group xpassed
2029 at_res=xpass
2082 if $at_debug_p || test $at_res = xpass; then
2084 if test $at_res = xpass && $at_errexit; then
2252 at_xpass_list=`for f in ?/xpass ??/xpass ???/xpass ????/xpass; do
2253 echo $f; done | sed '/?/d; s,/xpass,,'`
[all...]

Completed in 834 milliseconds