/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | Issue338.java.txt | 30 intParam(1L); // fails 36 shortParam(1); // fails 37 shortParam(1L); // fails 42 byteParam((short)1); // fails 43 byteParam(1); // fails 44 byteParam(1L); // fails 77 intParam(6, 1L); // fails 83 shortParam(6, 1); // fails 84 shortParam(6, 1L); // fails 89 byteParam(6, (short)1); // fails [all …]
|
/external/harfbuzz_ng/test/fuzzing/ |
D | 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)
|
D | 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/mockito/src/test/java/org/mockitoutil/ |
D | JUnitResultAssert.java | 38 public JUnitResultAssert fails(int expectedFailureCount, Class expectedException) { in fails() method in JUnitResultAssert 39 fails(expectedFailureCount); in fails() 52 public JUnitResultAssert fails(int expectedFailureCount) { in fails() method in JUnitResultAssert 65 fails(expectedExceptions.length); in failsExactly() 83 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { in fails() method in JUnitResultAssert 84 fails(1, expectedException); in fails() 93 public JUnitResultAssert fails(String methodName, Class expectedException) { in fails() method in JUnitResultAssert 106 …public JUnitResultAssert fails(int expectedFailureCount, String methodName, Class expectedExceptio… in fails() method in JUnitResultAssert 107 return fails(expectedFailureCount, expectedException) in fails() 108 .fails(methodName, expectedException); in fails()
|
/external/harfbuzz_ng/test/shaping/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | 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/e2fsprogs/tests/f_htree_bad_csum/ |
D | expect.1 | 3 Problem in HTREE directory inode 12: root node fails checksum. 6 Problem in HTREE directory inode 18: root node fails checksum. 12 Problem in HTREE directory inode 24: root node fails checksum. 15 Problem in HTREE directory inode 30: root node fails checksum. 18 Problem in HTREE directory inode 36: root node fails checksum.
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork01.c | 166 int fails; in main() local 175 fails = 0; in main() 199 fails++; in main() 206 fails++; in main() 208 if (fails == 0) { in main()
|
D | fork04.c | 275 int fails; in main() local 283 fails = 0; in main() 308 fails++; in main() 315 fails++; in main() 318 if (fails == 0) { in main()
|
D | fork14.c | 93 int i, j, prev_failed = 0, fails = 0; in fork_test() local 102 fails++; in fork_test() 108 if (fails == 11) { in fork_test()
|
/external/ltp/testcases/kernel/controllers/cpuacct/ |
D | 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/boringssl/src/crypto/cipher_extra/test/ |
D | make_legacy_aead_tests.go | 96 fails bool member 155 var noSeal, fails bool 175 fails = true 185 fails = true 210 fails = true 229 fails: fails, 246 if t.fails {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 5-3.c | 36 int fails = 0, passes = 0; variable 96 fails = NUMTESTS - passes; in main() 98 printf("passes %d, fails %d\n", passes, fails); in main() 100 if (fails > 0) in main()
|
/external/clang/utils/ABITest/ |
D | build-and-summarize.sh | 12 ../summarize.sh $1 &> fails-x.txt 13 cat fails-x.txt 14 wc -l fails-x.txt
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 17-1.c | 22 int r, i, fails = 0; in main() local 41 fails++; in main() 45 if (fails) { in main()
|
/external/toolchain-utils/go/patch/ |
D | go5.patch | 14 + t.Skip("deadlock detection fails with external linker") 19 + t.Skip("deadlock detection fails with external linker") 24 + t.Skip("deadlock detection fails with external linker") 29 + t.Skip("deadlock detection fails with external linker") 34 + t.Skip("deadlock detection fails with external linker") 52 + t.Skip("deadlock detection fails with external linker") 70 + t.Skip("deadlock detection fails with external linker") 88 + t.Skip("deadlock detection fails with external linker")
|
/external/curl/tests/unit/ |
D | unit1395.c | 46 int fails = 0; variable 85 fails++; 92 fail_if(fails, "output mismatched");
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StrictStubbingEndToEndTest.java | 40 .fails("unnecessary_stubbing", IllegalStateException.class) in finish_mocking_exception_does_not_hide_the_exception_from_test() 41 .fails("unnecessary_stubbing", UnnecessaryStubbingException.class); in finish_mocking_exception_does_not_hide_the_exception_from_test() 46 assertThat(result).fails(1, PotentialStubbingProblem.class); in does_not_report_unused_stubbing_if_mismatch_reported() 58 .fails(UnfinishedMockingSessionException.class, "\n" + in detects_unfinished_session() 78 assertThat(results.get(ReportMismatchButNotUnusedStubbing.class)).fails(1); in concurrent_sessions_in_different_threads()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_section_names.c | 192 int fails = 0; in run_tests() local 197 ++fails; in run_tests() 201 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests() 202 return fails ? -1 : 0; in run_tests()
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 16 It fails if: 19 2. After flashrom exits, powerd fails to honor pending suspend or reboot 21 3. The system fails to resume or come back up after rebooting.
|
/external/harfbuzz_ng/test/subset/ |
D | run-tests.py | 137 fails = 0 variable 143 fails += run_test (test, has_ots) 145 if fails != 0: 146 print (str (fails) + " test(s) failed.")
|
/external/bcc/ |
D | FAQ.txt | 7 Q: hello_world.py fails with: 13 Q: hello_world.py fails with: 19 Q: hello_world.py still fails with: 38 Q: hello_world.py fails with:
|
/external/clang/utils/ |
D | modfuzz.py | 76 def fails(self): member in CodeModel 97 if not model.fails(): 114 if m2.fails(): 122 model.fails()
|
/external/autotest/server/site_tests/autoupdate_OmahaResponse/ |
D | control.local | 18 bad_sha256: Tests that when the SHA256 value is invalid the update fails. 20 fails. 21 test_backoff: tests that we do/dont backoff when an update fails.
|
/external/ImageMagick/ |
D | Platforms.txt | 11 PerlMagick fails to link. 41 Compiling C++ code fails with the error: 63 linker to apply a run-time linker path, configure fails. 95 System fails to find shared library needed by ImageMagick. 118 ImageMagick fails to link. 161 ImageMagick fails to link or load TIFF files. 231 The build fails with missing .deps/source.PLO errors.
|