HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 251 - 275 of 9525) sorted by null

<<11121314151617181920>>

  /external/valgrind/unittest/
run_output_tests.sh 3 FAILED=
25 echo "[ FAILED ]"
26 FAILED=yes
32 if [ "$FAILED" == "yes" ]; then
  /external/webkit/LayoutTests/fast/encoding/
decoder-allow-null-chars.html 9 var message = "Test Failed";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/LexicalConventions/
keywords-001.js 16 var result = "failed";
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_crashed.txt 2 /sdcard/android/layout_tests/http/tests/xmlhttprequest/failed-auth.html
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java 48 fail("Passing non-array failed to throw exception");
58 fail("Invalid index failed to throw exception");
79 fail("Passing non-array failed to throw exception");
89 fail("Invalid index failed to throw exception");
115 fail("Passing non-array failed to throw exception");
125 fail("Invalid index failed to throw exception");
135 fail("Null argument failed to throw NPE");
161 fail("Passing non-array failed to throw exception");
171 fail("Invalid index failed to throw exception");
181 fail("Null argument failed to throw NPE")
    [all...]
  /ndk/tests/build/multi-abi/
README 6 This failed in NDK r6 due to a bug in the build scripts.
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 55 CertPathReviewer.ncExtError.title = Name constraint checking failed
56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing the name constraints extension of the certificate.
58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processing the name constraints extension of the certificate.
61 CertPathReviewer.subjAltNameExtError.title = Name constraint checking failed
62 CertPathReviewer.subjAltNameExtError.text = Name constraint checking failed: there was an error processing the subject alternative name extension of the certificate.
64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error processing the subject alternative name extension of the certificate.
68 CertPathReviewer.ncSubjectNameError.title = Name constraint checking failed
69 CertPathReviewer.ncSubjectNameError.text = Name constraint checking failed: there was an exception extracting the DN from the certificate.
70 CertPathReviewer.ncSubjectNameError.summary = Name constraint checking failed: exception extracting the DN.
71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an exception extracting the DN from the certificate
    [all...]
  /external/clang/utils/TestUtils/
pch-test.pl 14 my $failed = 0;
31 print("\n---Failed to dump AST file for \"$file\"---\n");
33 $failed++;
39 print("\n---Failed to build PCH file for \"$file\"---\n");
41 $failed++;
52 print("$failed tests failed\n");
  /external/dbus/test/name-test/
run-test.sh 34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids failed"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed"
49 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown failed"
53 echo "Failed test-activation-forking"
  /external/giflib/
gif_err.c 43 Err = "Failed to open given file";
46 Err = "Failed to Write to given file";
64 Err = "Write failed (disk full?)";
67 Err = "Failed to close given file";
73 Err = "Failed to open given file";
76 Err = "Failed to Read from given file";
100 Err = "Failed to close given file";
  /external/wpa_supplicant_8/src/wps/
wps_nfc_pn531.c 31 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to initialize "
38 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to open "
45 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to discover "
67 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to read: 0x%08x",
83 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to write: 0x%08x",
98 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to close "
103 wpa_printf(MSG_ERROR, "WPS (PN531): Failed to deinitialize "
  /dalvik/dx/tests/
run-all-tests 37 failed=0
46 ((failed += 1))
53 echo "failed: $failed test(s)"
56 echo "failed: $i"
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 45 assertTrue("ListTest - get failed", elem
48 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode());
51 assertTrue("ListTest - a) add with index failed--did not insert", list
54 "ListTest - b) add with index failed--did not move following elements",
57 "ListTest - c) add with index failed--affected previous elements",
61 assertTrue("ListTest - a) set failed--did not set", list.get(50)
63 assertTrue("ListTest - b) set failed--affected following elements",
65 assertTrue("ListTest - c) set failed--affected previous elements", list
69 assertTrue("ListTest - a) remove with index failed--did not remove",
72 "ListTest - b) remove with index failed--did not move following elements"
    [all...]
  /external/chromium/base/
sha1_win.cc 21 LOG(ERROR) << "CryptAcquireContext failed: " << GetLastError();
28 LOG(ERROR) << "CryptCreateHash failed: " << GetLastError();
34 LOG(ERROR) << "CryptHashData failed: " << GetLastError();
43 LOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed: " << GetLastError();
53 LOG(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed: " << GetLastError();
  /external/openssh/openbsd-compat/regress/
snprintftest.c 26 static int failed = 0; variable
32 failed = 1;
58 fail("malloc failed");
63 fail("failed with length limit '%%.s'");
72 return failed;
  /libcore/support/src/test/java/tests/support/
Support_ListTest.java 45 assertTrue("ListTest - get failed", elem
48 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode());
51 assertTrue("ListTest - a) add with index failed--did not insert", list
54 "ListTest - b) add with index failed--did not move following elements",
57 "ListTest - c) add with index failed--affected previous elements",
61 assertTrue("ListTest - a) set failed--did not set", list.get(50)
63 assertTrue("ListTest - b) set failed--affected following elements",
65 assertTrue("ListTest - c) set failed--affected previous elements", list
69 assertTrue("ListTest - a) remove with index failed--did not remove",
72 "ListTest - b) remove with index failed--did not move following elements"
    [all...]
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 121 ALOGD("loadArchiveResourceField: Failed to load field.");
129 ALOGD("loadArchiveResourceField: Failed to decode field.");
175 ALOGD("loadArchiveResource: Failed to load resource.");
181 ALOGD("loadArchiveResource: Failed to load resource.");
187 ALOGD("loadArchiveResource: Failed to load resource.");
193 ALOGD("loadArchiveResource: Failed to load resource.");
199 ALOGD("loadArchiveResource: Failed to load resource.");
231 ALOGD("loadArchive: Failed to load main resource.");
244 ALOGD("loadArchive: Failed to load subresource.");
262 ALOGD("loadArchive: Failed to load subframe.")
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 29 assertEquals("Constructor of CRC32 failed", 0, crc.getValue());
46 assertEquals("update(max) failed to update the checksum to the correct value ",
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
63 // assertEquals("update(int) failed to update the checksum to the correct
66 assertEquals("reset failed to reset the checksum value to zero", 0, crc
80 assertEquals("update(int) failed to update the checksum to the correct value ",
83 assertEquals("reset failed to reset the checksum value to zero", 0, crc
98 assertEquals("update(1) failed to update the checksum to the correct value ",
106 assertEquals("update(max) failed to update the checksum to the correct value ",
114 assertEquals("update(min) failed to update the checksum to the correct value "
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder3_test.cc 575 bool failed = false; local
580 failed = true;
584 EXPECT_TRUE(failed);
591 bool failed = false; local
594 failed = true;
600 EXPECT_TRUE(failed);
608 bool failed = false; local
611 failed = true;
617 EXPECT_TRUE(failed);
645 bool failed = false local
672 bool failed = false; local
709 bool failed = false; local
723 bool failed = false; local
741 bool failed = false; local
764 bool failed = false; local
791 bool failed = false; local
810 bool failed = false; local
832 bool failed = false; local
847 bool failed = false; local
862 bool failed = false; local
877 bool failed = false; local
894 bool failed = false; local
911 bool failed = false; local
931 bool failed = false; local
948 bool failed = false; local
965 bool failed = false; local
982 bool failed = false; local
1002 bool failed = false; local
1024 bool failed = false; local
1039 bool failed = false; local
1054 bool failed = false; local
1069 bool failed = false; local
1086 bool failed = false; local
1103 bool failed = false; local
1123 bool failed = false; local
1145 bool failed = false; local
1160 bool failed = false; local
1175 bool failed = false; local
1190 bool failed = false; local
1207 bool failed = false; local
1224 bool failed = false; local
    [all...]
  /external/bison/djgpp/
subpipe.c 66 error (EXIT_FAILURE, 0, _("removing of `%s' failed"), (name)); \
78 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
84 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
119 error(EXIT_FAILURE, 0, _("saving stdin failed"));
123 error(EXIT_FAILURE, 0, _("saving stdout failed"));
145 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
149 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed"));
189 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
193 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed"));
204 error(EXIT_FAILURE, 0, _("opening of a temporary file failed"));
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
math.rs.bak 225 bool failed = false;
317 if (failed) {
318 rsDebug("test_fp_math FAILED", time);
324 return failed;
328 bool failed = false;
339 if (failed) {
340 rsDebug("test_int_math FAILED", time);
346 return failed;
350 bool failed = false;
361 if (failed) {
    [all...]
  /external/icu4c/test/cintltst/
chashtst.c 108 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n",
138 log_err("FAIL: compareChars failed\n");
144 log_err("FAIL: compareIChars failed\n");
168 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n",
180 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash));
183 log_err("FAIL: uhash_find failed\n");
191 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash));
195 log_err("FAIL: uhash_geti failed\n");
199 log_err("FAIL: uhash_find of \"two\" failed\n");
203 log_err("FAIL: uhash_remove() failed\n")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 69 assertEquals("getType() failed", "type", s.getType());
70 assertEquals("getAlgorithm() failed", "algorithm", s.getAlgorithm());
71 assertSame("getProvider() failed", p, s.getProvider());
72 assertEquals("getClassName() failed", "className", s.getClassName());
73 assertTrue("supportsParameter() failed", s
87 assertNull("getAttribute(aaa) failed", s.getAttribute("aaa"));
96 assertNull("getAttribute(bbb) failed", s.getAttribute("bbb"));
97 assertEquals("getAttribute(attribute) failed", "value", s
99 assertEquals("getAttribute(KeySize) failed", "1024", s
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureRandomTest.java 59 fail("next failed");
70 fail("setSeed failed");
80 fail("nextBytes failed");
118 fail("getInstance failed");
128 fail("getInstance failed");
139 fail("getInstance failed");
151 fail("setSeed failed");
158 fail("getSeed failed");
167 fail("generateSeed failed");
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ParsePositionTest.java 31 assertTrue("Initialization failed.", pp1.getIndex() == Integer.MIN_VALUE);
32 assertEquals("Initialization failed.", -1, pp1.getErrorIndex());
43 assertTrue("equals failed.", !pp.equals(pp2));
46 assertTrue("equals failed.", pp.equals(pp2));
55 assertEquals("getErrorIndex failed.", 56, pp.getErrorIndex());
63 assertTrue("getIndex failed.", pp.getIndex() == Integer.MAX_VALUE);
81 assertEquals("setErrorIndex failed.", 4564, pp.getErrorIndex());
90 assertEquals("setErrorIndex failed.", 4564, pp.getIndex());
98 assertEquals("toString failed.",

Completed in 660 milliseconds

<<11121314151617181920>>