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

123

/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/perf-3.12.0/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/chromium_org/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.mli25 if the linking fails. *)
/external/valgrind/main/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/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc436 int fails = 0; local
437 for (int i = 0; i < bitmap.width() && fails < 10; ++i) {
438 for (int j = 0; j < bitmap.height() && fails < 10; ++j) {
456 << " Failure " << ++fails; local
461 << " Failure " << ++fails; local
466 << " Failure " << ++fails; local
471 << " Failure " << ++fails; local
474 EXPECT_LT(fails, 10);
768 // Short-circuit a pass for platforms where setting up high-DPI fails.
/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/apache-harmony/jdwp/
H A DAndroid.mk87 # If this fails complaining about TestRunner, build "external/junit" manually.
99 # If this fails complaining about TestRunner, build "external/junit" manually.
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons102 # This currently reliably fails in linux_aura configurations, probably for
103 # the same reasons that the previous test fails.
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary340 my $fails = join(":", sort @failures);
343 $date, $num_fail, $arch, $distro, $fails);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp343 static int fails[][2] = { {0, 23}, // fails in intersect2 recursing
345 {3, 26}, // fails in intersect2 recursing
346 {4, 9}, // fails in intersect2 recursing
347 {4, 10}, // fails in intersect2 recursing
348 {10, 17}, // fails in intersect2 recursing
350 {12, 21}, // fails in intersect2 recursing
351 {13, 21}, // fails in intersect2 recursing
352 {14, 21}, // fails in intersect2 recursing
353 {17, 25}, // fails i
[all...]
/external/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp343 static int fails[][2] = { {0, 23}, // fails in intersect2 recursing
345 {3, 26}, // fails in intersect2 recursing
346 {4, 9}, // fails in intersect2 recursing
347 {4, 10}, // fails in intersect2 recursing
348 {10, 17}, // fails in intersect2 recursing
350 {12, 21}, // fails in intersect2 recursing
351 {13, 21}, // fails in intersect2 recursing
352 {14, 21}, // fails in intersect2 recursing
353 {17, 25}, // fails i
[all...]
/external/chromium_org/third_party/icu/source/config/
H A Ddist.mk60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
/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/stlport/test/eh/
H A Dcygwin.mak40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
H A Ddjgpp.mak40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
H A Dgcc-99r1.mak40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
H A Dgcc-apple-macosx.mak41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
H A Dgcc-freebsd.mak41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
H A Dgcc-hp11.mak42 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
H A Dgcc-irix.mak41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails

Completed in 1230 milliseconds

123