Home
last modified time | relevance | path

Searched refs:fails (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-subset-fuzzer-tests.py37 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 Drun-draw-fuzzer-tests.py37 fails = 0 variable
62 fails = fails + 1 variable
65 if fails:
66 sys.exit ("%d draw fuzzer related tests failed." % fails)
H A Drun-shape-fuzzer-tests.py37 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 Drun-tests.py26 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 Dunit1395.c49 int fails = 0; variable
90 fails++;
98 fails++;
105 fail_if(fails, "output mismatched");
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct.sh154 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 Dfork04.c275 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 Dfork14.c94 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 D5-3.c36 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 D17-1.c22 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 Drun-repack-tests.py69 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 Drun-tests.py74 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 DTestSuite_unittest.cpp200 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 Dresultset.py59 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 Dac_surface_meta_address_test.c320 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 Dminihuf.c339 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 Drun-metatests.sh69 # Don't pipe the output of metatest so that if it fails, this script exits
/third_party/python/Tools/msi/
H A Dget_externals.bat26 rem Sometimes this fails the first time; try it twice
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py519 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 Dmicrosoft.mak42 # discard last packet to avoid fails due to overread of VC-1 decoder
/third_party/icu/tools/release/c/
H A Duconfigtest.sh43 FAILS=${BUILD_DIR}/fails
/third_party/python/PCbuild/
H A Dfind_python.bat58 @rem If it fails, retry with any available copy of Python
H A Dget_externals.bat37 rem Sometimes this fails the first time; try it twice
/third_party/python/Lib/test/libregrtest/
H A Dmain.py182 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 Dlibunwind-ptrace.tex105 \Func{\_UPT\_create}() may return a \Const{NULL} pointer if it fails

Completed in 11 milliseconds

12