/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | run-subset-fuzzer-tests.py | 37 fails = 0 variable 46 global fails 65 fails = fails + 1 71 if fails: 72 sys.exit ("%d subset fuzzer related tests failed." % fails)
|
H A D | run-draw-fuzzer-tests.py | 37 fails = 0 variable 62 fails = fails + 1 variable 65 if fails: 66 sys.exit ("%d draw fuzzer related tests failed." % fails)
|
H A D | run-shape-fuzzer-tests.py | 37 fails = 0 variable 61 fails = fails + 1 variable 64 if fails: 65 sys.exit ("%d shape fuzzer related tests failed." % fails)
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | run-tests.py | 26 fails = 0 variable 103 fails += 1 110 fails += 1 114 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips), file=sys.stderr) 115 if not (fails + passes): 117 elif not (fails + skips): 120 if fails:
|
/third_party/curl/tests/unit/ |
H A D | unit1395.c | 49 int fails = 0; variable 90 fails++; 98 fails++; 105 fail_if(fails, "output mismatched");
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
H A D | cpuacct.sh | 154 fails=0 158 fails=$((fails + 1)) 164 if [ "$fails" -gt "0" ]; then 165 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A 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()
|
H A D | fork14.c | 94 int i, j, prev_failed = 0, fails = 0, cnt = 0; in fork_test() local 103 fails++; in fork_test() 105 * EXTENT is "16*1024+10", if fails count exceeds 10, in fork_test() 109 if (fails == 11) { in fork_test() 110 tst_brkm(TCONF, cleanup, "mmap() fails too many" in fork_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
H A D | 5-3.c | 36 static 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()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 17-1.c | 22 int r, i, fails = 0; in main() local 41 fails++; in main() 45 if (fails) { in main()
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
H A D | run-repack-tests.py | 69 return fail_test (test, cli_args, 'ots for subsetted file fails.') 101 fails = 0 variable 109 fails += run_test (RepackTest (path, f.read ()), False) 112 if fails != 0: 113 sys.exit ("%d test(s) failed." % fails)
|
H A D | run-tests.py | 74 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 sys.exit ("%d test(s) failed." % fails)
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite_unittest.cpp | 200 int fails = 0; in TEST() local 205 ASSERT_EQ(fscanf(fp, "%d", &fails), 1); in TEST() 210 if (fails >= kFlakyRetries - 1) in TEST() 221 fprintf(fp, "%d", fails + 1); in TEST()
|
/third_party/astc-encoder/Test/testlib/ |
H A D | resultset.py | 59 fails: The number of tests that failed. 73 self.fails = 0 96 self.fails += 1 115 if self.fails: 129 dat = (overall, self.passes, self.warnings, self.fails)
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface_meta_address_test.c | 320 unsigned fails = 0; in run_dcc_address_test() local 394 p_atomic_add(&fails, local_fails); in run_dcc_address_test() 397 printf("%16s total: %u, fail: %u\n", name, total, fails); in run_dcc_address_test() 500 unsigned fails = 0; in run_htile_address_test() local 539 p_atomic_inc(&fails); in run_htile_address_test() 548 printf("%16s total: %u, fail: %u\n", name, total, fails); in run_htile_address_test() 674 unsigned fails = 0; in run_cmask_address_test() local 707 p_atomic_inc(&fails); in run_cmask_address_test() 717 printf("%16s total: %u, fail: %u\n", name, total, fails); in run_cmask_address_test()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | minihuf.c | 339 int fails = 0; in main() local 422 fails++; in main() 460 fprintf(stdout, "/* total size %d bytes, biggest jump %d/256, fails=%d */\n};\n" in main() 462 pos, biggest, fails); in main()
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-metatests.sh | 69 # Don't pipe the output of metatest so that if it fails, this script exits
|
/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 26 rem Sometimes this fails the first time; try it twice
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 519 fails = [] 527 fails.append(self.FindTestByLabel(words[1])) 535 if len(fails) > 0: 536 self.results.append(GroupedResult(GroupedResult.Failed, "", output, fails))
|
/third_party/ffmpeg/tests/fate/ |
H A D | microsoft.mak | 42 # discard last packet to avoid fails due to overread of VC-1 decoder
|
/third_party/icu/tools/release/c/ |
H A D | uconfigtest.sh | 43 FAILS=${BUILD_DIR}/fails
|
/third_party/python/PCbuild/ |
H A D | find_python.bat | 58 @rem If it fails, retry with any available copy of Python
|
H A D | get_externals.bat | 37 rem Sometimes this fails the first time; try it twice
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 182 fails = len(self.bad) + len(self.environment_changed) 183 if fails and not self.ns.pgo: 184 line = f"{line}/{fails}"
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 105 \Func{\_UPT\_create}() may return a \Const{NULL} pointer if it fails
|