Home
last modified time | relevance | path

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

12345678910>>...56

/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-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)
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/
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/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/curl/tests/unit/
Dunit1395.c49 int fails = 0; variable
90 fails++;
96 fails++;
103 fail_if(fails, "output mismatched");
/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/node/test/fixtures/test-runner/output/
Dhooks.snapshot198 # Subtest: afterEach when test fails
224 not ok 6 - afterEach when test fails
232 # Subtest: afterEach throws and test fails
272 not ok 7 - afterEach throws and test fails
453 # Subtest: afterEach when test fails
478 not ok 12 - afterEach when test fails
485 # Subtest: afterEach throws and test fails
524 not ok 13 - afterEach throws and test fails
Ddescribe_it.snapshot253 # Subtest: invalid subtest - pass but subtest fails
254 ok 25 - invalid subtest - pass but subtest fails
457 # Subtest: subtest sync throw fails
458 # Subtest: sync throw fails at first
459 not ok 1 - sync throw fails at first
463 error: 'thrown from subtest sync throw fails at first'
477 # Subtest: sync throw fails at second
478 not ok 2 - sync throw fails at second
482 error: 'thrown from subtest sync throw fails at second'
497 not ok 54 - subtest sync throw fails
[all …]
Dspec_reporter.snapshot131 invalid subtest - pass but subtest fails (*ms)
214 subtest sync throw fails
215 sync throw fails at first (*ms)
216 Error: thrown from subtest sync throw fails at first
228 sync throw fails at second (*ms)
229 Error: thrown from subtest sync throw fails at second
241 subtest sync throw fails (*ms)
458 sync throw fails at first (*ms)
459 Error: thrown from subtest sync throw fails at first
471 sync throw fails at second (*ms)
[all …]
Dspec_reporter_cli.snapshot131 invalid subtest - pass but subtest fails (*ms)
214 subtest sync throw fails
215 sync throw fails at first (*ms)
216 Error: thrown from subtest sync throw fails at first
228 sync throw fails at second (*ms)
229 Error: thrown from subtest sync throw fails at second
241 subtest sync throw fails (*ms)
458 sync throw fails at first (*ms)
459 Error: thrown from subtest sync throw fails at first
471 sync throw fails at second (*ms)
[all …]
/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)
Drun-tests.py137 fails = 0 variable
143 fails += run_test (test, has_ots)
145 if fails != 0:
146 sys.exit ("%d test(s) failed." % fails)
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.h.in305 * Note that if a setup function fails, the remaining setup functions
307 * If a teardown function fails the remaining teardown functions will be
333 * Note that if a setup function fails, the remaining setup functions
335 * teardown function fails the remaining teardown functions will be
424 * This is called whenever an assertion fails.
435 * @note If the check fails, the remaining of the test is aborted
450 * @note If the check fails, the remaining of the test is aborted
490 * If not X==Y, the test fails.
495 * @note If the check fails, the remaining of the test is aborted
503 * If not X!=Y, the test fails.
[all …]
/third_party/e2fsprogs/
D0019-tune2fs-fix-tune2fs-segfault-when-ext2fs_run_ext3_jo.patch5 fails
7 When ext2fs_run_ext3_journal() fails, tune2fs cmd will occur one
20 // if ext2fs_run_ext3_journal fails, close and free fs.
30 In main() of tune2fs cmd, if ext2fs_run_ext3_journal() fails,
/third_party/mesa3d/docs/relnotes/
D10.6.0.rst82 fails
91 spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
101 fails
115 spec_ARB_shader_atomic_counters_array-indexing fails
128 [BDW/BSW Bisected]Piglit/shaders_glsl-max-varyings fails
138 ES3-CTS.gtf.GL3Tests.packed_pixels.packed_pixels fails
147 fails
162 ES3-CTS.gtf.GL3Tests.shadow.shadow_execution_vert fails
165 conformance/glsl/functions/glsl-function-mix-float.html fails
231 ES3-CTS.gtf.GL3Tests.shadow.shadow_execution_vert fails
[all …]
D10.4.rst44 MSVC built u_format_test fails on Windows
59 [llvmpipe] lp_test_arit fails on old CPUs
63 egl-static/Makefile: linking fails with llvm >= 3.4
89 fails
105 fails
112 [dri3] Building mesa fails with dri3 enabled
122 Super Maryo Chronicles fails with st/mesa assertion failure
149 fails
155 fails
160 [ILK Bisected]Piglit glean_texCombine fails
[all …]
D10.5.0.rst49 [llvmpipe] lp_test_arit fails on old CPUs
55 fails
74 fails and causes GPU hang
79 [BSW]Piglit spec_glsl-1.50_execution_geometry-basic fails
99 [SNB+ Bisected]Piglit glean/pointSprite fails
105 fails
134 [i965 Bisected]ES2-CTS.gtf.GL.cos.cos_float_vert_xvary fails
179 spec_ARB_pixel_buffer_object_pbo-read-argb8888 fails
185 spec_EGL_NOK_texture_from_pixmap_basic fails
191 ES3-CTS.gtf.GL3Tests.packed_pixels.packed_pixels fails
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
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()

12345678910>>...56