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

1 2 3 4 5 6 7

  /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/fuzzing/
run-subset-fuzzer-tests.py 21 fails = 0 variable
24 global fails
33 fails = fails + 1
37 fails = fails + 1
43 if fails:
44 print ("%i subset fuzzer related tests failed." % fails)
run-shape-fuzzer-tests.py 68 fails = 0 variable
95 fails = fails + 1 variable
97 if fails:
98 print ("%i shape fuzzer related tests failed." % fails)
  /external/curl/tests/unit/
unit1395.c 46 int fails = 0; variable
85 fails++;
92 fail_if(fails, "output mismatched");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
17-1.c 22 int r, i, fails = 0; local
41 fails++;
45 if (fails) {
  /external/mockito/src/test/java/org/mockitoutil/
JUnitResultAssert.java 38 public JUnitResultAssert fails(int expectedFailureCount, Class expectedException) { method in class:JUnitResultAssert
39 fails(expectedFailureCount);
52 public JUnitResultAssert fails(int expectedFailureCount) { method in class:JUnitResultAssert
65 fails(expectedExceptions.length);
83 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { method in class:JUnitResultAssert
84 fails(1, expectedException);
93 public JUnitResultAssert fails(String methodName, Class expectedException) { method in class:JUnitResultAssert
106 public JUnitResultAssert fails(int expectedFailureCount, String methodName, Class expectedException) { method in class:JUnitResultAssert
107 return fails(expectedFailureCount, expectedException)
108 .fails(methodName, expectedException)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
JSON-check.py 13 fails = 0 variable
39 fails += 1
44 fails += 1
48 if fails != 0:
49 sys.exit("{} checks failed".format(fails))
  /external/curl/docs/cmdline-opts/
show-error.d 5 When used with --silent, it makes curl show an error message if it fails.
ftp-alternative-to-user.d 7 If authenticating with the USER and PASS commands fails, send this command.
  /external/clang/test/CodeGen/
2008-01-21-PackedStructField.c 11 int fails; variable
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
5-3.c 36 int fails = 0, passes = 0; variable
96 fails = NUMTESTS - passes;
98 printf("passes %d, fails %d\n", passes, fails);
100 if (fails > 0)
  /external/ltp/testcases/kernel/syscalls/fork/
fork01.c 166 int fails; local
175 fails = 0;
199 fails++;
206 fails++;
208 if (fails == 0) {
fork14.c 93 int i, j, prev_failed = 0, fails = 0; local
102 fails++;
104 * EXTENT is "16*1024+10", if fails count exceeds 10,
108 if (fails == 11) {
109 tst_brkm(TCONF, cleanup, "mmap() fails too many"
fork04.c 275 int fails; local
283 fails = 0;
308 fails++;
315 fails++;
318 if (fails == 0) {
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct.sh 126 fails=0
130 fails=$((fails + 1))
136 if [ "$fails" -gt "0" ]; then
137 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
  /external/harfbuzz_ng/test/shaping/
run-tests.py 31 fails = 0 variable
114 fails += 1
125 fails += 1
130 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips)) # file=sys.stderr
131 if not (fails + passes):
133 elif not (fails + skips):
136 if fails:
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_section_names.c 192 int fails = 0; local
197 ++fails;
201 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
202 return fails ? -1 : 0;
  /external/autotest/server/site_tests/bluetooth_AdapterReboot/
bluetooth_AdapterReboot.py 72 if self.fails:
73 raise error.TestFail(self.fails)
  /external/autotest/server/site_tests/bluetooth_AdapterStandalone/
bluetooth_AdapterStandalone.py 101 if self.fails:
102 raise error.TestFail(self.fails)
  /external/autotest/server/site_tests/bluetooth_AdapterSuspendResume/
bluetooth_AdapterSuspendResume.py 68 if self.fails:
69 raise error.TestFail(self.fails)
  /external/python/dateutil/ci_tools/
retry.bat 2 REM This script takes a command and retries it a few times if it fails, with a
  /external/tensorflow/tensorflow/tools/ci_build/
code_link_check.sh 38 echo Code link check fails.
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StrictStubbingEndToEndTest.java 40 .fails("unnecessary_stubbing", IllegalStateException.class)
41 .fails("unnecessary_stubbing", UnnecessaryStubbingException.class);
46 assertThat(result).fails(1, PotentialStubbingProblem.class);
58 .fails(UnfinishedMockingSessionException.class, "\n" +
78 assertThat(results.get(ReportMismatchButNotUnusedStubbing.class)).fails(1);
  /external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
bluetooth_AdapterHIDReports.py 62 self.fails = []
120 if bool(self.fails):
121 self.total_fails['Round %d' % iteration] = self.fails
  /external/harfbuzz_ng/test/subset/
run-tests.py 99 return fail_test (test, cli_args, 'ots for subsetted file fails.')
137 fails = 0 variable
143 fails += run_test (test, has_ots)
145 if fails != 0:
146 print (str (fails) + " test(s) failed.")

Completed in 1365 milliseconds

1 2 3 4 5 6 7