HomeSort by: relevance | last modified time | path
    Searched defs:fails (Results 1 - 10 of 10) sorted by relevancy

  /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/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/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-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)
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);
  /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/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 345 int **fails; /* Transition tables after failing to accept member in struct:dfa
  /src/external/gpl2/grep/dist/src/
dfa.h 364 int **fails; /* Transition tables after failing to accept member in struct:dfa

Completed in 29 milliseconds