/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
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)
|
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)
|
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/ |
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/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 | 94 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/ |
D | unit1395.c | 49 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/ |
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/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 156 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/ |
D | 17-1.c | 22 int r, i, fails = 0; in main() local 41 fails++; in main() 45 if (fails) { in main()
|
/third_party/openh264/autotest/unitTest/ |
D | run_ParseUTxml.sh | 19 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/ |
D | hooks.snapshot | 198 # 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
|
D | describe_it.snapshot | 253 # 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 …]
|
D | spec_reporter.snapshot | 131 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 …]
|
D | spec_reporter_cli.snapshot | 131 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/ |
D | test_suite_hkdf.data | 1 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/ |
D | run-repack-tests.py | 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)
|
D | run-tests.py | 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/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h.in | 305 * 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/ |
D | 0019-tune2fs-fix-tune2fs-segfault-when-ext2fs_run_ext3_jo.patch | 5 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/ |
D | 10.6.0.rst | 82 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 …]
|
D | 10.4.rst | 44 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 …]
|
D | 10.5.0.rst | 49 [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/ |
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()
|