Searched refs:fails (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/utils/ABITest/
H A Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
/external/harfbuzz_ng/test/shaping/
H A Drun-tests.sh9 fails=0
24 fails=$((fails+1))
29 if test $fails != 0; then
30 echo "$fails tests failed."
/external/clang/test/CodeGen/
H A D2008-01-21-PackedStructField.c11 int fails; variable
/external/linux-tools-perf/src/tools/perf/tests/
H A Dbp_signal_overflow.c65 int fd, i, fails = 0; local
122 fails++;
128 fails++;
131 return fails ? TEST_FAIL : TEST_OK;
/external/v8/test/promises-aplus/lib/
H A Dassert.js37 fails.push(e);
80 this.fails = [];
H A Dmocha.js138 if (assert.fails.length > 0) {
139 return suite.ReportError(this, assert.fails[0]);
148 if (assert.fails.length > 0) {
149 return suite.ReportError(this, assert.fails[0]);
158 if (assert.fails.length > 0) {
159 return suite.ReportError(this, assert.fails[0]);
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli18 if the linking fails. *)
/external/valgrind/VEX/useful/
H A Dfp_80_64.c548 Int fails=0, tests=0; local
562 fails += do_80_to_64_test(tests, f80, f64h, f64s);
580 fails += do_80_to_64_test(tests, f80, f64h, f64s);
583 printf("\n80 -> 64: %d tests, %d fails\n\n", tests, fails);
590 Int fails=0, tests=0; local
604 fails += do_64_to_80_test(tests, f64, f80h, f80s);
622 fails += do_64_to_80_test(tests, f64, f80h, f80s);
625 printf("\n64 -> 80: %d tests, %d fails\n\n", tests, fails);
[all...]
/external/fio/profiles/
H A Dact.c377 unsigned int i, fails = 0; local
392 fails += show_slice(&act_run_data->slices[i], i + 1);
394 log_info("\nact: test complete, device(s): %s\n", fails ? "FAILED" : "PASSED");
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb44 * The LL(*) analysis algorithm fails to deal with this due to
/external/valgrind/auxprogs/
H A Dnightly-build-summary340 my $fails = join(":", sort @failures);
343 $date, $num_fail, $arch, $distro, $fails);
/external/icu/icu4c/source/config/
H A Ddist.mk60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
/external/llvm/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex105 \Func{\_UPT\_create}() may return a \Const{NULL} pointer if it fails
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec181 fails, one of the following error codes is returned:
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb423 match the body of the subrule one or more times. If it fails to match at least
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimal.java86 * {@link #main(java.lang.String[])} method, the run will end if any test fails
174 * running after a group fails. If 1 (true) then the tests should
176 * will end if a group fails.
183 int fails;
189 fails = 0; // count of failures
201 fails = fails + de.failcount;
215 if (fails == 0)
220 if (fails > 1)
226 + "failed" + " " + fails
5624 DiagException(java.lang.String message, int fails) argument
[all...]
/external/bison/
H A Dconfigure6087 # Broken: fails on valid input.
6146 # Broken: fails on valid input.
6175 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
10618 /* This test fails on HP-UX 10.20. */
11517 This test fails on OpenBSD 4.0, IRIX 6.5, Solaris 2.6, Haiku, but not on
11526 /* This test fails on IRIX 6.5, Solaris 2.6, Cygwin 1.5, Haiku (with an
11542 This test fails on Solaris 10. */
13865 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
13876 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
13895 /* This code succeeds on glibc 2.8 and fails o
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as55 * that fails, throw MismatchedTokenException.
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm60 ; Kludge: Something on OS X fails to align .rodata even given an align attribute,
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm76 ; Kludge: Something on OS X fails to align .rodata even given an align attribute,
/external/iproute2/doc/
H A Dip-cref.tex188 if the \verb|ip| utility fails, it does not change anything
1099 Otherwise, the route lookup fails.
1456 fails.
2765 the algorithm fails and returns a zero source address.
2789 However, this approach fails in the case of IPv6 because the router
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2700 // At least on OSX, buf contents are valid even when the call fails.
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh452 # fails when set -e is in force, so we need another command to
647 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
671 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
4280 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
9029 # test for cygwin because mv fails w/o .exe extensions
/external/libedit/
H A Dltmain.sh452 # fails when set -e is in force, so we need another command to
647 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
671 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
4280 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
9029 # test for cygwin because mv fails w/o .exe extensions

Completed in 1188 milliseconds

12