HomeSort by relevance Sort by last modified time
    Searched refs:fails (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/curl/docs/cmdline-opts/
cert-status.d 11 or no response at all is received, the verification fails.
fail.d 8 when an HTTP server fails to deliver a document, it returns an HTML document
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 18 if the linking fails. The src module is destroyed. *)
  /external/mockito/src/test/java/org/mockitousage/junitrule/
MutableStrictJUnitRuleTest.java 31 .fails(1, RuntimeException.class);
41 .fails(1, RuntimeException.class);
  /external/mockito/src/test/java/org/mockitousage/junitrunner/
StrictStubsRunnerTest.java 30 .fails(1, UnnecessaryStubbingException.class)
40 .fails(1, PotentialStubbingProblem.class);
SilentRunnerTest.java 45 JUnitResultAssert.assertThat(result).fails(1, TooLittleActualInvocations.class);
54 JUnitResultAssert.assertThat(result).fails(1, IllegalArgumentException.class);
63 JUnitResultAssert.assertThat(result).fails(1, "unfinished_stubbing_test_method", UnfinishedStubbingException.class);
StrictRunnerTest.java 51 JUnitResultAssert.assertThat(result).fails(3, UnnecessaryStubbingException.class);
59 JUnitResultAssert.assertThat(result).fails(1, MyAssertionError.class);
70 JUnitResultAssert.assertThat(result).fails(1, UnnecessaryStubbingException.class);
StubbingWarningsJUnitRunnerTest.java 61 assertThat(result).fails(1, UnfinishedStubbingException.class);
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/linker/
llvm_linker.mli 18 if the linking fails. The src module is destroyed. *)
  /external/autotest/server/site_tests/bluetooth_AdapterPairing/
bluetooth_AdapterPairing.py 61 self.fails = []
175 if bool(self.fails):
176 self.total_fails['Round %d' % iteration] = self.fails
  /external/boringssl/src/crypto/cipher_extra/test/
make_legacy_aead_tests.go 96 fails bool
155 var noSeal, fails bool
175 fails = true
185 fails = true
210 fails = true
229 fails: fails,
246 if t.fails {
247 fmt.Printf("FAILS: 01\n")
  /external/clang/utils/
modfuzz.py 76 def fails(self): member in class:CodeModel
97 if not model.fails():
114 if m2.fails():
122 model.fails()
  /external/autotest/client/cros/
ec.py 123 @raises error.TestError if regexp fails to match.
176 @raises ECError if fails to find idx of name.
177 @raises error.TestError if fails to read sensor or fails to identify
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_sock.c 439 int fails = 0; local
444 ++fails;
448 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
449 return fails ? -1 : 0;
  /external/syzkaller/pkg/csource/
csource_test.go 28 // This currently fails (at least with my arm-linux-gnueabihf-gcc-4.8) with:
34 // Currently fails on travis with:
  /external/toolchain-utils/
generate-waterfall-reports.py 99 fails = test_dict[msg]
101 while i < len(fails) and fails[i][0] <= earliest_date:
103 new_fails = fails[i:]
399 # fails in the middle of generating a report, this data does not get
  /external/guice/core/test/com/google/inject/name/
NamedEquivalanceTest.java 133 private static void assertDuplicateBinding(Module a, Module b, boolean fails) {
136 if (fails) {
140 if (fails) {
  /external/linux-kselftest/tools/testing/selftests/timers/
freq-step.c 5 * is measured in two intervals following the step. The test fails if
249 int i, j, fails = 0; local
261 fails += run_test(0, freq_base, freq_step);
267 if (fails)
  /external/antlr/runtime/Ruby/test/functional/parser/
backtracking.rb 44 * The LL(*) analysis algorithm fails to deal with this due to
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 130 the Parameter Framework fails to compile on your lunch target because of a
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
internal.go 41 // when an API call fails in an API-specific way. This may be, for instance,
74 // API call fails in a generic way, such as RpcError::CAPABILITY_DISABLED.
  /external/grpc-grpc/tools/http2_interop/
testsuite.go 11 // When a test is skipped or fails, runtime.Goexit() is called which destroys the callstack.
  /external/syzkaller/pkg/runtest/
run_test.go 35 // Building 32-bit binaries fails on travis (see comments in Makefile).
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 558 # passes, fails, and xfails.
586 # Compile passes, fails, xfails.
589 my ($Passes, $Fails, $XFails) = "";
596 $Fails .= "$TestSuiteResultLines[$x]\n";
603 return ($SSProgs, $MSProgs, $ExtProgs, $All, $Passes, $Fails, $XFails);
679 $all_tests, $passes, $fails, $xfails) = "";
682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest();
789 'unexpfail_tests' => $fails,
  /external/bcc/tools/
execsnoop.py 44 parser.add_argument("-x", "--fails", action="store_true",
219 if event.retval != 0 and not args.fails:

Completed in 1732 milliseconds

12 3 4 5 6 7