Home
last modified time | relevance | path

Searched full:fails (Results 1 – 25 of 5235) sorted by relevance

12345678910>>...210

/third_party/mesa3d/src/broadcom/ci/
Dtraces-broadcom.yml16 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
20 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
42 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
46 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
68 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
88 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
108 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
112 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
126 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
130 text: "Often fails when running on xwayland, with what looks like an incorrect resolution"
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
Dcoverage.txt12 6 YES - 6.3 fails on current test impl. b/c no MON implemented
13 7 YES - 7.1 fails on my impl -- BUG?
17 11 YES - Fails on current test impl b/c no CPT implemented
20 14 YES - Fails on current test impl b/c no CS implemented
25 19 YES - Fails on current test impl b/c no XSI implemented
33 27 YES - Fails on current test impl b/c no XSI implemented
/third_party/openhitls/crypto/sm4/include/
Dcrypt_sm4.h48 * Other error codes are returned if the operation fails.
60 * Other error codes are returned if the operation fails.
72 * Other error codes are returned if the operation fails.
104 * Other error codes are returned if the operation fails.
151 * Other error codes are returned if the operation fails.
162 * Other error codes are returned if the operation fails.
175 * Other error codes are returned if the operation fails.
187 * Other error codes are returned if the operation fails.
202 * Other error codes are returned if the operation fails.
215 * Other error codes are returned if the operation fails.
[all …]
/third_party/mesa3d/.gitlab-ci/
Dvkd3d-runner.sh52 EXPECTATIONFILE="$RESULTS_DIR/$GPU_VERSION-vkd3d-fails.txt"
53 if [ -f "$INSTALL/$GPU_VERSION-vkd3d-fails.txt" ]; then
54 grep -vE '^(#|$)' "$INSTALL/$GPU_VERSION-vkd3d-fails.txt" | sort > "$EXPECTATIONFILE"
56 printf "%s\n" "$GPU_VERSION-vkd3d-fails.txt not found, assuming a \"no failures\" baseline."
118 mapfile -t fails < <(grep -oE "^FAILED .+$" "$LOGFILE" | cut -d' ' -f2 | sort)
121 for failed_test in "${fails[@]}"; do
127 for idx in "${!fails[@]}"; do
128 grep -qF "$flake" <<< "${fails[$idx]}" && unset -v 'fails[$idx]'
133 for failed_test in "${fails[@]}"; do
/third_party/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv202.c10 * 1) preadv2() fails and sets errno to EINVAL if iov_len is invalid.
11 * 2) preadv2() fails and sets errno to EINVAL if the vector count iovcnt
13 * 3) preadv2() fails and sets errno to EOPNOTSUPP if flag is invalid.
14 * 4) preadv2() fails and sets errno to EFAULT when attempts to read into
16 * 5) preadv2() fails and sets errno to EBADF if file descriptor is invalid.
17 * 6) preadv2() fails and sets errno to EBADF if file descriptor is not
19 * 7) preadv2() fails and sets errno to EISDIR when fd refers to a directory.
20 * 8) preadv2() fails and sets errno to ESPIPE if fd is associated with a pipe.
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c26 * jerry error: the transformer fails.
48 * jerry error: the transformer fails.
72 * jerry error: the transformer fails.
100 * jerry error: the transformer fails.
113 * jerry error: the transformer fails.
127 * jerry error: the transformer fails.
216 * jerry error: the transformer fails. in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT()
240 * jerry error: the transformer fails.
261 * jerry error: the transformer fails.
303 * jerry error: the transformer fails.
[all …]
/third_party/openhitls/tls/handshake/common/include/
Dhs_kx.h46 * @return A KeyExchCtx pointer is returned. If NULL is returned, the creation fails.
146 * @retval HITLS_CRYPT_ERR_DIGEST hash calculation fails.
147 * @retval HITLS_CRYPT_ERR_HKDF_EXPAND HKDF-Expand calculation fails.
184 * @retval HITLS_CRYPT_ERR_DIGEST hash calculation fails.
185 * @retval HITLS_CRYPT_ERR_HKDF_EXPAND HKDF-Expand calculation fails.
204 * @retval HITLS_CRYPT_ERR_HKDF_EXPAND HKDF-Expand calculation fails.
220 * @retval HITLS_CRYPT_ERR_HKDF_EXPAND HKDF-Expand calculation fails.
243 * @retval HITLS_CRYPT_ERR_HKDF_EXPAND HKDF-Expand calculation fails.
246 * @retval HITLS_CRYPT_ERR_DIGEST hash calculation fails.
259 * @retval HITLS_CRYPT_ERR_HKDF_EXPAND HKDF-Expand calculation fails.
[all …]
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv02.c11 * 1) preadv(2) fails if iov_len is invalid.
12 * 2) preadv(2) fails if the vector count iovcnt is less than zero.
13 * 3) preadv(2) fails if offset is negative.
14 * 4) preadv(2) fails when attempts to read into a invalid address.
15 * 5) preadv(2) fails if file descriptor is invalid.
16 * 6) preadv(2) fails if file descriptor is not open for reading.
17 * 7) preadv(2) fails when fd refers to a directory.
18 * 8) preadv(2) fails if fd is associated with a pipe.
/third_party/skia/m133/third_party/externals/harfbuzz/test/fuzzing/
Drun-repacker-fuzzer-tests.py37 fails = 0 variable
46 global fails
62 fails = fails + 1
67 if fails:
68 sys.exit ("%d repacker fuzzer related tests failed." % fails)
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)
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeviceLostTests.cpp88 // Test that submit fails when device is lost
98 // Test that CreateBindGroupLayout fails when device is lost
112 // Test that GetBindGroupLayout fails when device is lost
133 // Test that CreateBindGroup fails when device is lost
152 // Test that CreatePipelineLayout fails when device is lost
162 // Tests that CreateRenderBundleEncoder fails when device is lost
172 // Tests that CreateComputePipeline fails when device is lost
182 // Tests that CreateRenderPipeline fails when device is lost
190 // Tests that CreateSampler fails when device is lost
197 // Tests that CreateShaderModule fails when device is lost
[all …]
/third_party/ltp/testcases/kernel/syscalls/pwritev2/
Dpwritev202.c9 * 1) pwritev2() fails and sets errno to EINVAL if iov_len is invalid.
10 * 2) pwritev2() fails and sets errno to EINVAL if the vector count iovcnt is
12 * 3) pwritev2() fails and sets errno to EOPNOTSUPP if flag is invalid.
13 * 4) pwritev2() fails and sets errno to EFAULT when writing data from invalid
15 * 5) pwritev2() fails and sets errno to EBADF if file descriptor is invalid.
16 * 6) pwritev2() fails and sets errno to EBADF if file descriptor is open for
18 * 7) pwritev2() fails and sets errno to ESPIPE if fd is associated with a pipe.
/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)
/third_party/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat02.c11 * - readlinkat() fails with EINVAL if the bufsiz is 0.
13 * - readlinkat() fails with EINVAL if the named file is not a symbolic link.
15 * - readlinkat() fails with ENOTDIR if the component of the path prefix is
18 * - readlinkat() fails with ENOTDIR if the pathname is relative and
21 * - readlinkat() fails with EBADF if the file descriptor is invalid.
23 * - readlinkat() fails with ENOENT when the pathname does not exists.
/third_party/rust/rust/src/tools/miri/tests/pass/tree_borrows/
Dsb_fails.rs4 // A modified version of each is also available that fails Tree Borrows.
10 // Version that fails TB: fail/tree_borrows/fnentry_invalidation.rs
33 // Version that fails TB: fail/tree_borrows/pass_invalid_mut.rs
48 // Version that fails TB: fail/tree_borrows/return_invalid_mut.rs
64 // Version that fails TB: fail/tree_borrows/static_memory_modification.rs
70 std::mem::transmute::<&usize, &mut usize>(&X) // In SB this mutable reborrow fails. in main()
/third_party/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp02.c8 * 1) kcmp fails with bad pid
9 * 2) kcmp fails with invalid flag
10 * 3) kcmp fails with invalid flag
11 * 4) kcmp fails with invalid flag
12 * 5) kcmp fails with invalid flag
13 * 6) kcmp fails with invalid fd
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
Dbinfmt_misc01.sh9 # 1) Invalid format of string fails to register a new binary type.
10 # 2) Invalid type fails to register a new binary type.
11 # 3) Invalid name containing slashes fails to register a new
14 # slashes fails to register a new binary type.
16 # 2500000000) fails to register a new binary type.
17 # 6) Invalid flag fails to register a new binary type.
/third_party/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev02.c11 * 1) pwritev(2) fails if iov_len is invalid.
12 * 2) pwritev(2) fails if the vector count iovcnt is less than zero.
13 * 3) pwritev(2) fails if offset is negative.
14 * 4) pwritev(2) fails when attempts to write from a invalid address
15 * 5) pwritev(2) fails if file descriptor is invalid.
16 * 6) pwritev(2) fails if file descriptor is not open for writing.
17 * 7) pwritev(2) fails if fd is associated with a pipe.
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/core/
Dvalidator_helpers.py88 :return: Exception: when the validation fails, nothing otherwise.
120 :return: Exception: when the validation fails, nothing otherwise.
132 :return: Exception: when the validation fails, nothing otherwise.
144 :return: Exception: when the validation fails, nothing otherwise.
156 :return: Exception: when the validation fails, nothing otherwise.
171 :return: Exception: when the validation fails, nothing otherwise.
199 :return: Exception: when the validation fails, nothing otherwise.
211 :return: Exception: when the validation fails, nothing otherwise.
223 :return: Exception: when the validation fails, nothing otherwise.
235 :return: Exception: when the validation fails, nothing otherwise.
[all …]
/third_party/ltp/testcases/kernel/syscalls/faccessat2/
Dfaccessat202.c13 * - faccessat2() fails with EFAULT if pathname is a bad pathname point.
14 * - faccessat2() fails with EINVAL if flags is -1.
15 * - faccessat2() fails with EINVAL if mode is -1.
16 * - faccessat2() fails with EBADF if dirfd is -1.
17 * - faccessat2() fails with ENOTDIR if pathname is relative path to a
19 * - faccessat2() fails with EACCES if flags is AT_EACCESS and not using
/third_party/ltp/testcases/kernel/syscalls/execveat/
Dexecveat02.c8 * 1) execveat() fails and returns EBADF if dirfd is a invalid file
10 * 2) execveat() fails and returns EINVAL if flag specified is invalid.
11 * 3) execveat() fails and returns ELOOP if the file identified by dirfd and
13 * 4) execveat() fails and returns ENOTDIR if pathname is relative and dirfd
60 "execveat() fails unexpectedly, expected: %s", in verify_execveat()
64 "execveat() fails as expected"); in verify_execveat()
/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/curl/docs/
DKNOWN_BUGS19 2.1 IMAPS connection fails with rustls error
32 3.5 APOP authentication fails on POP3
40 5.3 building for old macOS fails with gcc
59 6.11 Negotiate on Windows fails
64 7.1 FTP upload fails if remembered dir is deleted
84 11.2 error buffer not set if connection to multiple addresses fails
95 13.2 Trying local ports fails on Windows
140 2.1 IMAPS connection fails with rustls error
205 3.5 APOP authentication fails on POP3
233 5.3 building for old macOS fails with gcc
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
Dassertions.xml97 mq_open() fails.
125 mq_open() fails with EACCES if either:
131 mq_open() fails with EEXIST if O_CREAT and O_EXCL are set in the flags, but
135 mq_open() fails with EINTR if it is interrupted by a signal
138 mq_open() fails with EINVAL if either:
144 mq_open() fails with EMFILE if there are too many message queue descriptors
148 mq_open() fails with ENAMETOOLONG if the name parameter's length greater
152 mq_open() fails with ENFILE if the system has too many message queues open
156 mq_open() fails with ENOENT if the named message queue does not yet exist,
160 mq_open() fails with ENOSPC if there is not enough space to create the
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_swap_group.txt99 larger than <maxGroups>, glXJoinSwapGroupNV fails.
102 successfully bound to <group> and False if it fails.
109 fails. Subsequent buffer swaps for that group will be subject to
113 bound to <barrier> and False if it fails.
119 successfully queried for <drawable> and False if it fails. If it
120 fails, the values of <group> and <barrier> are undefined.
128 it fails. If it fails, the values of <maxGroups> and <maxBarriers>

12345678910>>...210