HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 501 - 525 of 20584) sorted by null

<<21222324252627282930>>

  /external/dbus/test/name-test/
test-wait-for-echo.py 10 print "Failed import, aborting test"
19 print "Failed to get signal"
  /external/deqp/framework/delibs/decpp/
deSocket.cpp 93 throw SocketError("Setting socket flags failed");
99 throw SocketError("Listening on socket failed");
105 throw SocketError("Connecting socket failed");
111 throw SocketError("Socket shutdown failed");
117 throw SocketError("Socket send channel shutdown failed");
123 throw SocketError("Socket receive channel shutdown failed");
129 throw SocketError("Closing socket failed");
136 throw SocketError("Accepting connection to socket failed");
  /external/e2fsprogs/e2fsck/
mtrace.awk 13 print "DELETE FAILED", $2, allocated[$2];
30 # Ignore failed realloc attempts for now
  /external/e2fsprogs/tests/m_mkfs_overhead/
script 27 echo "$test_name: $test_description: failed"
28 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
  /external/e2fsprogs/tests/r_1024_small_bg/
script 18 echo "$test_name: $test_description: failed"
19 touch $test_name.failed
  /external/e2fsprogs/tests/r_64bit_big_expand/
script 22 echo "$test_name: $test_description: failed"
23 touch $test_name.failed
  /external/e2fsprogs/tests/r_bigalloc_big_expand/
script 22 echo "$test_name: $test_description: failed"
23 touch $test_name.failed
  /external/e2fsprogs/tests/r_ext4_big_expand/
script 22 echo "$test_name: $test_description: failed"
23 touch $test_name.failed
  /external/e2fsprogs/tests/r_ext4_small_bg/
script 18 echo "$test_name: $test_description: failed"
19 touch $test_name.failed
  /external/eigen/test/eigen2/
runtest.sh 14 echo -e $red Test $1 failed: $black
23 echo -e $red Build of target $1 failed: $black
  /external/google-benchmark/cmake/
CXXFeatureCheck.cmake 33 message("-- Performing Test ${FEATURE} -- failed to compile")
35 message("-- Performing Test ${FEATURE} -- compiled but failed to run")
  /external/junit/src/junit/framework/
TestFailure.java 8 * A <code>TestFailure</code> collects a failed test together with
25 * Gets the failed test.
  /external/junit/src/org/junit/rules/
Verifier.java 9 * failed
41 * exception to indicate that verification failed.
  /external/libdrm/tests/kms/
kms-steal-crtc.c 64 fprintf(stderr, "sigaction() failed: %m\n");
70 fprintf(stderr, "open() failed: %m\n");
76 fprintf(stderr, "kms_device_open() failed: %m\n");
96 fprintf(stderr, "kms_framebuffer_create() failed\n");
102 fprintf(stderr, "kms_framebuffer_map() failed: %d\n", err);
113 fprintf(stderr, "kms_screen_set() failed: %d\n", err);
134 fprintf(stderr, "select() failed: %d\n", errno);
149 fprintf(stderr, "kms_screen_set() failed: %d\n", err);
  /external/llvm/utils/lit/tests/
shtest-format.py 12 # CHECK-NEXT: *** TEST 'shtest-format :: external_shell/fail.txt' FAILED ***
15 # CHECK-NEXT: line 1: failed test output on stdout
16 # CHECK-NEXT: line 2: failed test output on stdout
23 # CHECK-NEXT: *** TEST 'shtest-format :: external_shell/fail_with_bad_encoding.txt' FAILED ***
32 # CHECK-NEXT: *** TEST 'shtest-format :: fail.txt' FAILED ***
45 # CHECK-NEXT: line 1: failed test output on stdout
46 # CHECK-NEXT: line 2: failed test output on stdout
57 # CHECK-NEXT: *** TEST 'shtest-format :: xpass.txt' FAILED ***
  /external/mesa3d/src/gallium/tests/unit/
u_half_test.c 24 printf("Roundtrip failed: %x -> %x = %f -> %x\n", h, f.ui, f.f, rh);
30 printf("Failure! %u/65536 half floats failed a conversion to float and back.\n", roundtrip_fails);
  /external/nanopb-c/tests/missing_fields/
missing_fields.c 20 printf("Encode failed.\n");
34 printf("Decode failed: %s\n", PB_GET_ERROR(&stream));
  /external/selinux/libselinux/utils/
getseuser.c 21 fprintf(stderr, "getseuserbyname failed: %s\n",
30 "get_ordered_context_list_with_level failed: %s\n",
  /external/selinux/policycoreutils/load_policy/
load_policy.8 33 Policy load failed
36 Initial policy load failed and enforcing mode requested
  /external/testng/src/test/java/test/testng387/
TestNG387.java 26 List<Integer> failed = method.getFailedInvocationNumbers(); local
27 assertEqualsNoOrder(failed.toArray(), FailedDPTest.primes.toArray());
  /external/valgrind/none/tests/s390x/
stck.c 38 printf("FAILED.....Testcase failed\n");
stckf.c 39 printf("FAILED.....Testcase failed\n");
  /external/valgrind/none/tests/scripts/
shell.stderr.exp-dash 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
shell.stderr.exp-dash2 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
shell.stderr.exp-illumos 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.

Completed in 503 milliseconds

<<21222324252627282930>>