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

<<11121314151617181920>>

  /external/e2fsprogs/lib/blkid/
test_probe.in 45 rm -f $IMAGE tests/$i.ok tests/$i.failed
52 echo failed
53 diff -c tests/$i.out $RESULTS > tests/$i.failed
58 num_failed=`ls tests/*.failed 2>/dev/null | wc -l`
60 echo "$num_ok tests succeeded $num_failed tests failed"
  /external/e2fsprogs/tests/
Makefile.in 34 check-failed:
35 @a=`/bin/ls *.failed 2> /dev/null | sed -e 's/.failed//'`; \
37 echo "No failed tests" ; \
69 $(RM) -f *~ *.log *.new *.failed *.ok test.img test_script mke2fs.conf
  /external/icu4c/test/cintltst/
putiltst.c 52 doAssert(expn1, 0.5, "uprv_fmod(30.50, 15.00) failed.");
56 doAssert(expn1, 1, "uprv_ceil(0.021) failed.");
60 doAssert(expn1, 0, "uprv_floor(0.021) failed.");
64 doAssert(expn1, 0.675, "uprv_fabs(2.02-1.345) failed.");
67 doAssert(uprv_fmax(2.4, 1.2), 2.4, "uprv_fmax(2.4, 1.2) failed.");
71 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
74 doAssert(uprv_fmin(2.4, 1.2), 1.2, "uprv_fmin(2.4, 1.2) failed.");
78 doAssert(expn1, uprv_getNaN(), "uprv_fmin(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
81 doAssert(uprv_max(4, 2), 4, "uprv_max(4, 2) failed.");
84 doAssert(uprv_min(-4, 2), -4, "uprv_min(-4, 2) failed.")
    [all...]
  /external/icu4c/test/intltest/
selfmts.cpp 99 dataerrln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
111 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]);
135 errln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
148 errln("ERROR: SelectFormat Unit Test failed to apply pattern- "+patternTestData[i] );
157 errln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and error is " + u_errorName(status) );
160 errln("ERROR: SelectFormat Unit test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result obtained: " + result + "\n and expected is: " + expFormatResult[i][j] );
190 errln("ERROR: SelectFormat Unit test failed in format() with keyWord and with an invalid keyword as : "+
217 errln("ERROR: SelectFormat API test constructor with pattern and status failed! with %s\n", u_errorName(status[0]));
226 errln("ERROR: SelectFormat API test Failed in copy constructor or == operator!");
236 errln("ERROR: SelectFormat API test clone test failed!");
    [all...]
itrbnfrt.cpp 68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
104 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
122 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
140 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
158 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
176 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
194 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
212 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
230 errcheckln(status, "failed to construct formatter - %s", u_errorName(status))
    [all...]
cpdtrtst.cpp 49 dataerrln("Transliterator construction failed - %s", u_errorName(status));
77 errln("Construction using CompoundTransliterator(UnicodeString&, Direction, UnicodeFilter*) failed");
84 "int32_t count, UnicodeFilter* adoptedFilter = 0) failed");
89 errln("Copy construction failed");
104 errln(UnicodeString("Test for Jitterbug 914 for cpdTrans(UnicodeString(\"Latin-Hangul\"),UTRANS_REVERSE,NULL,err) failed"));
120 dataerrln("construction failed - %s", u_errorName(status));
126 errln("construction failed");
133 errln("copy construction failed");
138 errln("copy construction failed");
148 errln("Error: copy constructors failed");
    [all...]
dcfmapts.cpp 113 errln((UnicodeString)"ERROR: Copy constructor or == failed");
118 errln((UnicodeString)"ERROR: Assignment (or !=) failed");
123 errln((UnicodeString)"ERROR: Clone() failed");
148 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
155 errln((UnicodeString)"ERROR: format(Formattable [long]) failed");
170 errln((UnicodeString)"ERROR: applyPattern() failed");
174 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
181 errln((UnicodeString)"ERROR: parse() failed");
184 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
197 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed");
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 54 if (FAILED(m_webView->geolocationProvider(&provider)))
62 if (FAILED(m_webView->geolocationProvider(&provider)))
71 if (FAILED(m_webView->geolocationProvider(&provider)))
74 if (FAILED(provider->lastPosition(&position)))
85 if (FAILED(m_webView->uiDelegate(&uiDelegate))) {
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 73 if (FAILED(hr))
77 if (FAILED(hr) || !dataSource)
79 if (FAILED(hr) || !dataSource)
83 if (FAILED(hr) || !request)
87 if (FAILED(hr))
186 if (FAILED(hr))
192 if (FAILED(hr))
198 if (FAILED (hr))
202 if (FAILED(hr))
208 if (FAILED(hr)
    [all...]
  /frameworks/base/tests/backup/
backup_stress_test.sh 30 failed=0
42 ./test_restore.sh "$@" 2>&1 || failed=1
44 if [ "$failed" -ne 0 ]; then
47 echo "FAILED iteration $i of $iterations; $failures failures so far"
48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 110 assertTrue("getInstance() failed", s instanceof MySignature1);
111 assertEquals("getProvider() failed", p, s.getProvider());
112 assertEquals("getAlgorithm() failed", "ABC", s.getAlgorithm());
132 assertTrue("sign() failed", ((MySignature1) s).runEngineSign);
142 assertTrue("sign() failed", ((MySignature1) s).runEngineUpdate1);
155 assertTrue("verify() failed", ((MySignature1) s).runEngineVerify);
161 assertEquals("getProvider() failed", p, s.getProvider());
162 assertEquals("getAlgorithm() failed", "CBA", s.getAlgorithm());
175 assertTrue("sign() failed", MySignature2.runEngineSign);
179 assertTrue("update() failed", MySignature2.runEngineUpdate2)
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc 176 LOG(ERROR) << "Failed to retrieve Firefox proxy autoconfig URL";
183 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP host";
186 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP port";
189 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL host";
191 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL port";
193 LOG(ERROR) << "Failed to retrieve Firefox proxy FTP host";
195 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL port";
197 LOG(ERROR) << "Failed to retrieve Firefox proxy gopher host";
200 LOG(ERROR) << "Failed to retrieve Firefox proxy gopher port";
203 LOG(ERROR) << "Failed to retrieve Firefox SOCKS host"
    [all...]
  /external/dropbear/
gendss.c 84 fprintf(stderr, "dss key generation failed\n");
103 fprintf(stderr, "dss key generation failed\n");
120 fprintf(stderr, "dss key generation failed\n");
126 fprintf(stderr, "dss key generation failed\n");
131 fprintf(stderr, "dss key generation failed\n");
138 fprintf(stderr, "dss key generation failed\n");
158 fprintf(stderr, "dss key generation failed\n");
162 fprintf(stderr, "dss key generation failed\n");
171 fprintf(stderr, "dss key generation failed\n");
176 fprintf(stderr, "dss key generation failed\n")
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg 56 die "Removing previous temp source directory failed" if $?;
60 die "Making a new temp source directory failed" if $?;
64 die "Copying WebKit.app to temp source directory failed" if $?;
68 die "Copying Drosera.app to temp source directory failed" if $?;
72 die "Creating disk image failed" if $?;
76 die "Removing temp source directory failed" if $?;
79 system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed";
81 die "Compressing disk image failed" if $?;
91 system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image";
92 system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest"
    [all...]
  /device/moto/stingray/ril/
libmoto_ril.so 
libmoto_lte_ril.so 
  /external/chromium/testing/gmock/test/
gmock_output_test_golden.txt 43 [ FAILED ] GMockOutputTest.UnexpectedCall
56 [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction
64 [ FAILED ] GMockOutputTest.ExcessiveCall
71 [ FAILED ] GMockOutputTest.ExcessiveCallToVoidFunction
107 [ FAILED ] GMockOutputTest.RetiredExpectation
128 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisite
150 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites
157 [ FAILED ] GMockOutputTest.UnsatisfiedWith
167 [ FAILED ] GMockOutputTest.UnsatisfiedExpectation
183 [ FAILED ] GMockOutputTest.MismatchArgument
    [all...]
  /external/openssh/regress/
agent.sh 27 fail "ssh-keygen for $t-agent failed"
38 fail "ssh-add -l failed: exit code $?"
43 fail "ssh-add -L failed: exit code $?"
50 fail "ssh connect with protocol $p failed (exit code $?)"
58 fail "ssh-add -l via agent fwd proto $p failed (exit code $?)"
63 fail "agent fwd proto $p failed (exit code $?)"
70 fail "ssh-add -D failed: exit code $?"
multiplex.sh 39 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
45 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
52 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
58 test -f ${COPY} || fail "scp: failed copy ${DATA}"
83 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost || fail "check command failed"
86 ${SSH} -F $OBJ/ssh_config -S $CTL -Oexit otherhost || fail "send exit command failed"
91 kill -0 $MASTER_PID >/dev/null 2>&1 && fail "exit command failed"
sftp-badcmds.sh 17 || fail "get nonexistent failed"
23 || fail "get nonexistent failed"
31 || fail "put nonexistent failed"
37 || fail "put nonexistent failed"
45 || fail "rename nonexist failed"
53 || fail "rename target exists (directory) failed"
63 cmp ${DATA2} ${COPY} || fail "put successed when it should have failed"
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
element.rs 78 bool failed = false;
137 if (failed) {
138 rsDebug("test_element_getters FAILED", 0);
144 return failed;
148 bool failed = false;
149 failed |= test_element_getters();
151 if (failed) {
program_store.rs 15 bool failed = false;
107 if (failed) {
108 rsDebug("test_program_store_getters FAILED", 0);
114 return failed;
118 bool failed = false;
119 failed |= test_program_store_getters();
121 if (failed) {
  /system/netd/
ThrottleController.cpp 84 ALOGE("Failed to add root qdisc (%s)", strerror(errno));
93 ALOGE("Failed to add egress throttling class (%s)", strerror(errno));
102 ALOGE("Failed to up ifb0 (%s)", strerror(errno));
111 ALOGE("Failed to add root ifb qdisc (%s)", strerror(errno));
120 ALOGE("Failed to add ingress throttling class (%s)", strerror(errno));
129 ALOGE("Failed to add ingress qdisc (%s)", strerror(errno));
139 ALOGE("Failed to add ifb filter (%s)", strerror(errno));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
LineNumberInputStreamTest.java 78 assertEquals("Failed to mark", 0, lnis.getLineNumber());
79 assertEquals("Failed to mark", '0', lnis.read());
86 assertEquals("Failed to read correct byte", '0', lnis.read());
87 assertEquals("Failed to read correct byte on dos text", '0', lnis2
89 assertTrue("Failed to read correct byte on dos text",
91 assertEquals("Failed to read correct byte on dos text", '1', lnis2
93 assertTrue("Failed to read correct byte on dos text",
95 assertEquals("Failed to read correct byte on dos text", '2', lnis2
105 assertTrue("Failed to read correct bytes on normal text", new String(
116 assertEquals("Failed to reset", 0, lnis.getLineNumber())
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 58 || { echo "Encode with three arguments failed"; \
63 || { echo "Decode with three arguments failed"; \
78 || { echo "Encode using stdin/stdout failed"; \
83 || { echo "Decode using stdin/stdout failed"; \
98 || { echo "Encode with mixed arguments failed"; \
103 || { echo "Decode with mixed arguments failed"; \
117 || { echo "Encode with mixed arguments failed"; \
122 || { echo "Decode with mixed arguments failed"; \
150 || { echo "vcdiff test with three arguments failed"; \
201 || { echo "Encode with -stats failed"; \
    [all...]

Completed in 278 milliseconds

<<11121314151617181920>>