HomeSort by: relevance | last modified time | path
    Searched refs:fails (Results 1 - 25 of 176) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/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
  /src/external/bsd/kyua-cli/dist/bootstrap/
atf_helpers.cpp 36 ATF_TEST_CASE_WITHOUT_HEAD(fails); variable
37 ATF_TEST_CASE_BODY(fails)
62 enabled = "fails passes skips";
66 if (enabled.find("fails") != std::string::npos)
67 ATF_ADD_TEST_CASE(tcs, fails);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
async.exp 56 set fails 0
68 incr fails
72 gdb_assert {$fails == 0} $test
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
async.exp 56 set fails 0
68 incr fails
72 gdb_assert {$fails == 0} $test
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-strtol.c 117 Return number of fails */
122 int fails = 0, failed; local
172 fails++;
175 return fails;
181 int fails; local
182 fails = run_tests (test_data, sizeof (test_data) / sizeof (test_data[0]));
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
test-expandargv.c 368 Return number of fails */
375 int i, j, k, fails; local
378 i = j = fails = 0;
416 fails += test_buildargv (i, input_str, argc_after - 1, argv_after + 1);
423 fails += compare_argv (i, "expandargv", argc_before, argv_before,
434 return fails;
444 int fails; local
453 else the test fails.
456 fails = run_tests (test_data);
457 if (!fails)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-strtol.c 117 Return number of fails */
122 int fails = 0, failed; local
172 fails++;
175 return fails;
181 int fails; local
182 fails = run_tests (test_data, sizeof (test_data) / sizeof (test_data[0]));
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
test-expandargv.c 238 Return number of fails */
245 int i, j, k, fails, failed; local
247 i = j = fails = 0;
296 fails++;
306 return fails;
316 int fails; local
325 else the test fails.
328 fails = run_tests (test_data);
329 if (!fails)
  /src/usr.bin/make/unit-tests/
deptgt-error.exp 1 false fails
deptgt-error.mk 4 # is made when another target fails.
7 false fails
  /src/sys/arch/mips/mips/
sigcode.S 36 break 0 # just in case sigreturn fails
46 break 0 # just in case sigreturn fails
57 break 0 # just in case sigreturn fails
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-system-call.S 18 # First mark all EVTs as fails (they shouldn't be activated)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-system-call.S 18 # First mark all EVTs as fails (they shouldn't be activated)
  /src/sys/arch/i386/i386/
linux_sigcode.S 87 int $0x80 # exit if sigreturn fails
98 int $0x80 # exit if sigreturn fails
  /src/sys/compat/freebsd/
freebsd_sigcode.S 89 int $0x80 # exit if sigreturn fails
  /src/external/mit/xorg/lib/xcb-util/
xcb-util.mk 22 # XXX totally fails
  /src/external/bsd/less/dist/lesstest/
run.c 208 int fails = 0; local
217 if (!ok) ++fails;
221 if (tests > fails) fprintf(stderr, ", %d ok", tests-fails);
222 if (fails > 0) fprintf(stderr, ", %d failed", fails);
226 return (fails == 0);
  /src/sys/arch/sparc/sparc/
sunos_sigcode.s 80 ! sigreturn does not return unless it fails
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
llvm_linker.mli 17 if the linking fails. The src module is destroyed. *)
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ns3/
setup.sh 55 cp nsec3-fails-to-load.kasp.db.in nsec3-fails-to-load.kasp.db
  /src/usr.bin/sed/TEST/
sed.test 125 echo SunOS sed fails this
215 echo BSD sed fails this test
218 echo GNU sed fails this
230 echo GNU sed fails this
235 echo GNU sed fails this
286 echo GNU sed fails this
336 echo BSD sed fails this test
368 echo BSD sed fails this test
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicCastInfo.h 32 bool fails() const { return ResultKind == CastResult::Failure; } function in class:clang::ento::DynamicCastInfo
  /src/external/apache2/llvm/dist/clang/utils/
modfuzz.py 77 def fails(self): member in class:CodeModel
98 if not model.fails():
115 if m2.fails():
123 model.fails()
  /src/share/mk/
bsd.inc.mk 35 .PRECIOUS: ${_F} # keep if install fails
bsd.nls.mk 57 .PRECIOUS: ${_F} # keep if install fails

Completed in 33 milliseconds

1 2 3 4 5 6 7 8