Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 25 of 1929) sorted by relevance

12345678910>>...78

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
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)
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)
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)
/third_party/harfbuzz/test/fuzzing/
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)
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)
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)
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py31 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:
/third_party/skia/third_party/externals/harfbuzz/test/shape/
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/harfbuzz/test/shaping/
Drun-tests.py31 fails = 0 variable
115 fails += 1
126 fails += 1
131 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips), file=sys.stderr)
132 if not (fails + passes):
134 elif not (fails + skips):
137 if fails:
/third_party/e2fsprogs/tests/f_htree_bad_csum/
Dexpect.13 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.
/third_party/flutter/skia/third_party/externals/harfbuzz/test/fuzzing/
Drun-subset-fuzzer-tests.py68 fails = 0 variable
82 global fails
99 fails = fails + 1
106 if fails:
107 print ("%i subset fuzzer related tests failed." % fails)
Drun-shape-fuzzer-tests.py68 fails = 0 variable
97 fails = fails + 1 variable
100 if fails:
101 print ("%i shape fuzzer related tests failed." % fails)
/third_party/node/deps/npm/node_modules/lockfile/test/
Dstale-contention.js53 var fails = 0
63 fails ++
66 fails ++
70 if (fails + wins === n) {
77 t.equal(fails, n - 1, "all others should lose")
/third_party/boost/libs/spirit/doc/karma/
Dbinary.qbk89 generator never fails (unless the underlying
94 never fails (unless the underlying output stream
99 never fails (unless the underlying output stream
104 never fails (unless the underlying output stream
108 This generator never fails (unless the underlying
112 This generator never fails (unless the underlying
116 generator never fails (unless the underlying
121 never fails (unless the underlying output stream
126 never fails (unless the underlying output stream
131 never fails (unless the underlying output stream
[all …]
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork01.c166 int fails; in main() local
175 fails = 0; in main()
199 fails++; in main()
206 fails++; in main()
208 if (fails == 0) { in main()
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()
Dfork14.c94 int i, j, prev_failed = 0, fails = 0, cnt = 0; in fork_test() local
103 fails++; in fork_test()
109 if (fails == 11) { in fork_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
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/kernel/controllers/cpuacct/
Dcpuacct.sh156 fails=0
160 fails=$((fails + 1))
166 if [ "$fails" -gt "0" ]; then
167 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D17-1.c22 int r, i, fails = 0; in main() local
41 fails++; in main()
45 if (fails) { in main()
/third_party/openh264/autotest/unitTest/
Drun_ParseUTxml.sh19 fails=`cat $res | grep "<testsuites" | awk -F " " '{print $3;}' | awk -F "\"" '{print $2;}'`
22 msg="Total testcases: $tests, failed: $fails,time:$waste seconds, at$times,xml:$res"
24 UT_Failed_Num=$((${UT_Failed_Num}+${fails}))
44 <td><font class="fail">${fails}</font></td>
/third_party/curl/tests/unit/
Dunit1395.c46 int fails = 0; variable
85 fails++;
92 fail_if(fails, "output mismatched");
/third_party/harfbuzz/test/subset/
Drun-repack-tests.py90 fails = 0 variable
98 fails += run_test (RepackTest (path, f.read ()), False)
101 if fails != 0:
102 sys.exit ("%d test(s) failed." % fails)
/third_party/mbedtls/tests/suites/
Dtest_suite_hkdf.data1 HKDF extract fails with hash_len of 0
4 HKDF expand fails with NULL okm
7 HKDF expand fails with hash_len of 0
10 HKDF expand fails with prk_len < hash_len
13 HKDF expand fails with okm_len / hash_len > 255
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Drun-repack-tests.py101 fails = 0 variable
109 fails += run_test (RepackTest (path, f.read ()), False)
112 if fails != 0:
113 sys.exit ("%d test(s) failed." % fails)

12345678910>>...78