HomeSort by relevance Sort by last modified time
    Searched refs:fails (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/clang/utils/ABITest/
build-and-summarize.sh 12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
  /external/harfbuzz_ng/test/shaping/
run-tests.sh 9 fails=0
24 fails=$((fails+1))
29 if test $fails != 0; then
30 echo "$fails tests failed."
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
http-auth-private-mode-changed.php 9 echo 'If you can\'t see the dialog, this test fails.<br>';
  /external/clang/test/CodeGen/
2008-01-21-PackedStructField.c 11 int fails; variable
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal_overflow.c 65 int fd, i, fails = 0; local
122 fails++;
128 fails++;
131 return fails ? TEST_FAIL : TEST_OK;
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 8 1. Simply by doing "import lldb" in case the system python installation is aware of lldb. If that fails,
11 path, it is added to sys.path and the import is attempted again. If that fails, 3. On Mac OS X the
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 25 if the linking fails. *)
  /development/ndk/samples/hello-neon/jni/
helloneon.c 149 int nn, fails = 0; local
152 if (++fails < 16)
156 D("%d fails\n", fails);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
fake_objects.js 21 * fails the test if it is already set.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 436 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.
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
negative_lookup.js 59 // Verify that directly setting x fails.
63 // Verify that setting x through the IC fails.
readonly1.js 64 // Verify that direct setting fails.
68 // Verify that setting through the IC fails.
readonly2.js 55 // Verify that direct setting fails.
59 // Verify that setting through the IC fails.
readonly3.js 58 // Verify that direct setting fails.
62 // Verify that setting through the IC fails.
readonly5.js 61 // Verify that directly setting x fails.
65 // Verify that setting x through the IC fails.
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 138 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]);
assert.js 37 fails.push(e);
80 this.fails = [];
  /external/fio/profiles/
act.c 377 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/
backtracking.rb 44 * The LL(*) analysis algorithm fails to deal with this due to
  /external/apache-harmony/jdwp/
Android.mk 87 # 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/
nacl.scons 102 # This currently reliably fails in linux_aura configurations, probably for
103 # the same reasons that the previous test fails.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 47 * rss or wallpaper from server fails.
106 // fails. Fallback to use a random one from wallpaper server.
128 * the wallpaper download fails, retry one hour later. Wallpapers that are
162 * the wallpaper fails, retry one hour later.
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-2.js 28 // The compilation of this function currently fails when resolving
  /external/chromium_org/v8/test/webkit/
dfg-uint32-to-number.js 25 "This tests that if the DFG fails to convert a uint32 to a number, it will OSR exit correctly."
  /external/chromium_org/v8/test/webkit/fast/js/
toString-exception.js 25 'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'

Completed in 656 milliseconds

1 2 3 4 5 6