Home
last modified time | relevance | path

Searched full:won (Results 1 – 25 of 4082) sorted by relevance

12345678910>>...164

/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.mqueues12 || Definitions WON'T DO (for now) ||
14 || Functionality WON'T DO (for now) ||
15 || Stress WON'T DO (for now) ||
16 || Performance WON'T DO (for now) ||
32 //msgctl NO LOW WON'T
33 //msgget NO LOW WON'T
34 //msgrcv NO LOW WON'T
35 //msgsnd NO LOW WON'T
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
Dcoverage.txt9 2 WON'T test. Pertains only to sigprocmask().
18 11 WON'T test, because POSIX does not define behavior in this case.
20 13 WON'T test, because POSIX does not define behavior in this case.
22 15 WON'T test, pertains only to sigprocmask()
24 17 WON'T test, pertains only to sigprocmask()
25 18 NO, won't test for now.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
Dcoverage.txt14 11 WON'T test, because POSIX does not define behavior in this case.
16 13 WON'T test, because POSIX does not define behavior in this case.
17 14 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
19 16 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
21 18 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
/third_party/mindspore/mindspore-src/source/tests/ut/python/control_flow/
Dtest_while_stuck.py25 Expectation: while won't stuck in infer process.
45 Expectation: while won't stuck in grad process.
69 Expectation: while won't stuck in infer process.
89 Expectation: list with variable index won't raise out of range error.
119 Expectation: while won't stuck in infer process.
142 Expectation: while won't stuck in infer process.
187 Expectation: while won't stuck in grad process.
211 Expectation: while won't stuck in grad process.
235 …so arg x won't be broaden, the recursive func will be infer endlss. Now this case can pass, because
237 Expectation: while won't stuck in infer process.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
Dcoverage.txt6 3 NO - implementation-defined, won't test.
9 6 NO - won't test.
17 14 NO - won't test.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
Dcoverage.txt6 3 NO - implementation-defined, won't test.
9 6 NO - won't test.
22 19 NO - won't test
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
Dcoverage.txt6 3 WON'T
8 5 WON'T
14 WON'T TEST
/third_party/grpc/tools/docker_runners/
Drun_in_docker.sh40 …# That way, the files written by the container won't be owned by root (=you won't end up with poll…
42 # - you won't be able install stuff inside the container
43 # - the home directory inside the container will be broken (you won't be able to write in it).
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
Dcoverage.txt13 -- assertion 9: Won't test. Undefined.
15 -- assertion 10: Won't test. Undefined.
17 -- assertion 11: Won't test. Undefined.
/third_party/rust/rust/tests/mir-opt/inline/
Dissue_78442.rs8 // Error won't happen if "bar" is not generic in bar()
15 // Error won't happen if "iterate" hasn't impl Trait or has generics in hide_foo()
19 fn foo() { // Error won't happen if "foo" isn't used in "iterate" or has generics in foo()
/third_party/rust/rust/tests/ui/issues/issue-50865-private-impl-trait/auxiliary/
Dlib.rs7 pub fn bar<P>( // Error won't happen if "bar" is not generic in bar()
13 fn hide_foo() -> impl Fn() { // Error won't happen if "iterate" hasn't impl Trait or has generics in hide_foo()
17 fn foo() { // Error won't happen if "foo" isn't used in "iterate" or has generics in foo()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
Dcoverage.txt16 6 WON'T - won't test b/c TBD if Priority Scheduling is enabled
27 17 WON'T
/third_party/rust/rust/tests/rustdoc-ui/lints/
Dcheck-attr.stderr13 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it c…
32 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it c…
46 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it c…
60 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it d…
74 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it d…
88 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it d…
/third_party/rust/rust/tests/rustdoc-ui/doctest/
Dcheck-attr-test.stderr11 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it c…
28 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it c…
40 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it c…
52 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it d…
64 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it d…
76 …= help: the code block will either not be tested if not marked as a rust one or won't fail if it d…
/third_party/grpc/tools/run_tests/dockerize/
Dbuild_interop_image.sh39 echo "WARNING: grpc-java not found, it won't be mounted to the docker container."
47 echo "WARNING: grpc-go not found, it won't be mounted to the docker container."
55 echo "WARNING: grpc-dart not found, it won't be mounted to the docker container."
63 echo "WARNING: grpc-node not found, it won't be mounted to the docker container."
71 echo "WARNING: grpc-dotnet not found, it won't be mounted to the docker container."
/third_party/rust/rust/tests/ui/panics/
Dshort-ice-remove-middle-frames-2.rs32 third(); // won't show up in second()
36 fourth(); // won't show up in third()
48 seven(); // won't show up in sixth()
/third_party/lwip/src/apps/snmp/
Dsnmp_asn1.c54 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) encode
130 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) encode
146 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) encode
178 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) encode
203 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) encode
414 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) decode
454 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) decode
495 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) decode
586 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) decode
637 * @return ERR_OK if successful, ERR_ARG if we can't (or won't) decode
[all …]
/third_party/python/Lib/asyncio/
Dstaggered.py61 if no coroutines won.
64 ``coro_fns``, or ``None`` if no coroutines won. If the winning
66 to definitively determine whether any coroutine won.
102 # Prepare place to put this coroutine's exceptions if not won
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
Dcoverage.txt6 -- assertion 7: Won't be tested. (Undefined).
8 -- assertion 8: Won't be tested. (Undefined).
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
Dcoverage.txt6 3 WON'T
8 WON'T TEST
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
Dcoverage.txt6 3 WON'T
8 WON'T TEST
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
Dcoverage.txt6 3 WON'T
8 WON'T TEST
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
Dcoverage.txt6 3 WON'T test, since behavior is undefined.
10 7 WON'T test, since too risky to test without knowing what user id's are defined on each of the pl…
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
Dcoverage.txt5 2 Won't test because there's no platform-agnostic way that I know of for checking if a child proce…
6 3 Won't test for now because assertion statement is unclear and hard to understand what they're tr…
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
Dcoverage.txt6 3 WON'T
10 WON'T TEST

12345678910>>...164