HomeSort by relevance Sort by last modified time
    Searched full:fail (Results 51 - 75 of 5306) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/test/cintltst/
chashtst.c 108 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n",
113 log_err("FAIL: uhash_open returned NULL\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",
173 log_err("FAIL: uhash_open returned NULL\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")
    [all...]
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 59 fail("Unexpected exception: " + e);
64 fail("NullPointerException wasn't thrown");
67 fail(e + " was thrown instead of NullPointerException");
72 fail("IllegalArgumentException wasn't thrown");
75 fail(e + " was thrown instead of IllegalArgumentException");
100 fail("Unexpected exception: " + e);
105 fail("NullPointerException wasn't thrown");
108 fail(e + " was thrown instead of NullPointerException");
114 fail("IllegalArgumentException wasn't thrown");
117 fail(e + " was thrown instead of IllegalArgumentException")
    [all...]
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLContextSpiTest.java 59 fail("Unexpected exception " + e.toString());
77 fail("RuntimeException wasn't thrown");
81 fail("Incorrect exception message: " + str);
83 fail("Incorrect exception " + e + " was thrown");
102 fail("RuntimeException wasn't thrown");
106 fail("Incorrect exception message: " + str);
108 fail("Incorrect exception " + e + " was thrown");
114 fail("IllegalArgumentException wasn't thrown");
159 fail("RuntimeException wasn't thrown");
163 fail("Incorrect exception message: " + str)
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 54 fail("should throw NullPointerException.");
71 // Note: there is a risk this test will fail if device under test does not have
78 fail("should throw IllegalArgumentException");
85 fail("should throw IllegalArgumentException");
92 fail("should throw IllegalArgumentException");
99 fail("should throw IllegalArgumentException");
124 // Note: there is a risk this test will fail if device under test does not have
130 fail("should throw IllegalArgumentException");
136 fail("should throw IllegalArgumentException");
142 fail("should throw IllegalArgumentException")
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
max-size.html 20 applicationCache.oncached = function() { log("FAIL: received unexpected cached event"); }
21 applicationCache.onnoupdate = function() { log("FAIL: received unexpected onnoupdate event"); }
22 applicationCache.onupdateready = function() { log("FAIL: received unexpected onupdateready event"); }
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame-2.html 1 <html manifest="fail-on-update.php">
16 // Associated to a cache, so loading should fail
21 alert("FAIL: XMLHttpRequest for an uncached resource didn't raise an exception");
  /dalvik/libcore/sql/src/test/java/tests/javax/sql/
ConnectionPoolDataSourceTest.java 28 fail("Not yet implemented"); // NOT_FEASIBLE
41 fail("Not yet implemented"); // NOT_FEASIBLE
54 fail("Not yet implemented"); // NOT_FEASIBLE
67 fail("Not yet implemented"); // NOT_FEASIBLE
80 fail("Not yet implemented"); // NOT_FEASIBLE
93 fail("Not yet implemented"); // NOT_FEASIBLE
DataSourceTest.java 27 fail("Not yet implemented");
40 fail("Not yet implemented");
53 fail("Not yet implemented");
66 fail("Not yet implemented");
79 fail("Not yet implemented");
93 fail("Not yet implemented");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
while-002.js 25 "result = \"fail: should not have evaluated statements in while block;break"
31 "result = \"fail: should not have evaluated statements in while block; break"
37 "result = \"fail: should not have evaluated statements in while block; break;"
43 "result = \"fail: should not have evaluated statements in while block; break"
49 "result = \"fail: should not have evaluated statements in while block; break"
76 ) ? "pass" : "fail" );
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyRepTest.java 60 fail("Unexpected exception " + e.getMessage());
66 fail("Unexpected exception " + e.getMessage());
72 fail("Unexpected exception " + e.getMessage());
85 fail("NullPointerException has not been thrown (type)");
91 fail("NullPointerException has not been thrown (alg)");
97 fail("NullPointerException has not been thrown (format)");
103 fail("NullPointerException has not been thrown (encoding)");
120 fail("NotSerializableException has not been thrown (no format)");
128 fail("NotSerializableException has not been thrown (unacceptable format)");
136 fail("NotSerializableException has not been thrown (empty key)")
    [all...]
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/
SocketFactoryTest.java 62 fail("Unexpected exception " + e.toString());
84 fail("Unexpected exception: " + e);
90 fail("No expected SocketException");
93 fail(e.toString());
117 fail("Unexpected exception: " + e);
122 fail("UnknownHostException wasn't thrown");
126 fail(e + " was thrown instead of UnknownHostException");
132 fail("IllegalArgumentException wasn't thrown for " + invalidPorts[i]);
136 fail(e + " was thrown instead of IllegalArgumentException for " + invalidPorts[i]);
142 fail("IOException wasn't thrown")
    [all...]
  /external/genext2fs/
test-mount.sh 16 fail () { function
39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
45 fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
62 [ -d mnt/dev ] || fail
74 diff fout lsout || fail
  /external/icu4c/test/intltest/
trnserr.cpp 66 dataerrln("FAIL: construction of Latin-Greek - %s", u_errorName(status));
76 errln("FAIL: Out of bounds check failed (1).");
79 errln("FAIL: Transliterate fails and the target string was modified.");
83 errln("FAIL: Out of bounds check failed (2).");
86 errln("FAIL: Transliterate fails and the target string was modified.");
92 errln("FAIL: Start offset is out of bounds, error not reported.\n");
99 errln("FAIL: Limit offset is out of bounds, error not reported.\n");
108 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected.");
110 errln("FAIL: Error code wasn't set either.");
120 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected.")
    [all...]
  /system/extras/tests/bionic/libc/bionic/
test_relocs.c 18 printf( "func1() returns %d: %s\n", f1, (f1 == expect1) ? "OK" : "FAIL" );
19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
  /dalvik/libcore/sql/src/test/java/tests/sql/
SQLOutputTest.java 53 fail("Not yet implemented");
66 fail("Not yet implemented");
79 fail("Not yet implemented");
92 fail("Not yet implemented");
105 fail("Not yet implemented");
118 fail("Not yet implemented");
131 fail("Not yet implemented");
144 fail("Not yet implemented");
158 fail("Not yet implemented");
171 fail("Not yet implemented")
    [all...]
  /external/v8/test/mozilla/
mozilla.status 46 def FAIL_OK = FAIL, OKAY
97 js1_5/Regress/regress-280769-3: PASS || FAIL if $mode == debug
98 js1_5/Regress/regress-203278-1: PASS || FAIL if $mode == debug
99 js1_5/GC/regress-203278-2: PASS || FAIL if $mode == debug
100 js1_5/Regress/regress-244470: PASS || FAIL if $mode == debug
101 ecma_3/RegExp/regress-209067: PASS || FAIL if $mode == debug
102 js1_5/GC/regress-278725: PASS || FAIL if $mode == debug
104 js1_5/Regress/regress-367561-03: PASS || FAIL if $mode == debug
105 ecma/Date/15.9.5.10-2: PASS || FAIL if $mode == debug
110 ecma/Date/15.9.2.1: PASS || FAIL
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
SecurityManagerTest.java 78 fail("Unexpected exception " + e.toString());
86 fail("SecurityException was not thrown");
119 fail("This should throw a SecurityException.");
125 fail("This should throw a SecurityException.");
131 fail("This should throw a SecurityException.");
140 fail("This should throw a SecurityException.");
173 fail("This should throw a SecurityException.");
179 fail("This should throw a SecurityException.");
185 fail("This should throw a SecurityException.");
194 fail("This should throw a SecurityException.")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aaload/
Test_aaload.java 51 fail("expected ArrayIndexOutOfBoundsException");
65 fail("expected ArrayIndexOutOfBoundsException");
79 fail("expected NullPointerException");
92 fail("expected a verification exception");
105 fail("expected a verification exception");
118 fail("expected a verification exception");
131 fail("expected a verification exception");
144 fail("expected a verification exception");
157 fail("expected a verification exception");
170 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/baload/
Test_baload.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
145 fail("expected a verification exception");
158 fail("expected a verification exception");
171 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/bastore/
Test_bastore.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
120 fail("expected a verification exception");
133 fail("expected a verification exception");
147 fail("expected a verification exception");
161 fail("expected a verification exception");
175 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/caload/
Test_caload.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
145 fail("expected a verification exception");
158 fail("expected a verification exception");
171 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/castore/
Test_castore.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
120 fail("expected a verification exception");
133 fail("expected a verification exception");
146 fail("expected a verification exception");
160 fail("expected a verification exception");
173 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/daload/
Test_daload.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
145 fail("expected a verification exception");
158 fail("expected a verification exception");
171 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/
Test_dastore.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
120 fail("expected a verification exception");
133 fail("expected a verification exception");
147 fail("expected a verification exception");
161 fail("expected a verification exception");
175 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/faload/
Test_faload.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
145 fail("expected a verification exception");
158 fail("expected a verification exception");
171 fail("expected a verification exception")
    [all...]

Completed in 240 milliseconds

1 23 4 5 6 7 8 91011>>