/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
DatagramSocketImplFactoryTest.java | 77 fail("Exception during test : " + e.getMessage()); 83 fail("SocketException was not thrown."); 90 fail("SocketException was not thrown."); 102 fail("SocketException was thrown."); 126 fail("IllegalArgumentException was thrown during setUp: " 129 fail("IllegalAccessException was thrown during setUp: " 140 fail("IllegalArgumentException was thrown during tearDown: " 143 fail("IllegalAccessException was thrown during tearDown: "
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
DirectShortBufferTest.java | 85 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$ 99 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$ 145 buf.put(myShorts, 0, 1); // should fail 146 fail("BufferOverflowException expected but not thrown"); 153 buf.put(myShorts, 0, BUFFER_LENGTH + 1); // should fail 154 fail("BufferOverflowException expected but not thrown"); 161 buf.put(myShorts, 0, 2); // should fail 162 fail("BufferOverflowException expected but not thrown");
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
PrivilegedActionTest.java | 33 throw new RuntimeException("fail"); 53 fail("exception expected");
|
/dalvik/libcore/security/src/test/java/tests/security/ |
AccessControllerTest.java | 46 fail("Protection domain could not be set"); 48 fail("Protection domain could not be set"); 105 fail("expected java.security.AccessControlException"); 111 fail("expected java.security.AccessControlException, got "+e.getClass().getName()); 140 fail("expected no java.security.AccessControlException"); 143 fail("expected no exception, got "+e.getClass().getName()); 181 fail("expected no java.security.AccessControlException"); 184 fail("expected no exception, got "+e.getClass().getName());
|
/dalvik/libcore/security/src/test/java/tests/security/acl/ |
IAclTest.java | 76 fail("Unexpected exception " + ex); 81 fail("NotOwnerException was not thrown"); 88 fail("NotOwnerException was not thrown"); 122 fail("Unexpected exception " + ex); 127 fail("NotOwnerException was not thrown"); 154 fail("Unexpected exception " + ex); 182 fail("Unexpected exception " + ex); 227 fail("Exception " + ex + " was thrown");
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
SignatureTestMD2withRSA.java | 50 fail("MD2withRSA for signature verification must not be supported"); 57 fail("MD2withRSA for signature verification must not be supported"); 64 fail("MD2withRSA for signature verification must not be supported"); 71 fail("MD2withRSA for signature verification must not be supported"); 78 fail("MD2withRSA for signature verification must not be supported"); 85 fail("MD2withRSA for signature verification must not be supported"); 92 fail("MD2withRSA for signature verification must not be supported"); 99 fail("MD2withRSA for signature verification must not be supported");
|
/dalvik/libcore/sql/src/test/java/tests/sql/ |
SavepointTest.java | 43 fail("Not yet implemented"); 56 fail("Not yet implemented");
|
/dalvik/libcore/suncompat/src/test/java/sun/misc/ |
UnsafeTest.java | 39 fail(); method 63 fail(); method
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
AttributedCharacterIteratorAttributeTest.java | 81 fail("Unexpected exception " + e.toString()); 114 fail("Unexpected exception " + e.toString()); 134 fail("Unexpected exception " + e.toString()); 168 fail("Unexpected exception " + e.toString()); 188 fail("InvalidObjectException has not been thrown"); 212 fail("Unexpected IllegalArgumentException: " + e); 216 fail("unexpected IOException" + e); 218 fail("unexpected ClassNotFoundException" + e);
|
NormalizerTest.java | 44 fail("Should throw NullPointerException"); 56 fail("Should throw IllegalArgumentException"); 63 fail("Should throw IllegalArgumentException"); 70 fail("Should throw IllegalArgumentException"); 117 fail("Should throw NullPointerException"); 124 fail("Should throw NullPointerException"); 171 fail("Should throw NullPointerException"); 178 fail("Should throw NullPointerException");
|
/external/bluetooth/glib/tests/bookmarks/ |
fail-14.xbel | 19 <fail>Test</fail>
|
/external/elfutils/tests/ |
run-strip-test.sh | 16 # Don't fail if we cannot decompress the file. 19 # Don't fail if we cannot decompress the file.
|
run-strip-test2.sh | 16 # Don't fail if we cannot decompress the file. 19 # Don't fail if we cannot decompress the file.
|
run-strip-test3.sh | 16 # Don't fail if we cannot decompress the file. 19 # Don't fail if we cannot decompress the file.
|
/external/kernel-headers/original/linux/ |
xattr.h | 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */ 14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
|
/external/v8/test/mjsunit/ |
mjsunit.js | 42 function fail(expected, found, name_opt) { function 46 start = "Fail" + "ure (" + name_opt + "): "; 48 start = "Fail" + "ure:"; 107 fail(expected, found, name_opt); 138 fail("NaN", value, name_opt); 145 fail("null", value, name_opt); 152 fail("not null", value, name_opt); 199 var message = "Fail" + "ure: unreachable"
|
/external/webkit/LayoutTests/http/tests/appcache/ |
fail-on-update.html | 1 <html manifest="resources/fail-on-update.php"> 11 req.open("GET", "resources/fail-on-update.php?command=" + (state ? "delete" : "reset"), false);
|
top-frame-1.html | 31 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") } 32 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
|
top-frame-2.html | 35 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") } 36 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
|
top-frame-3.html | 53 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") } 54 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
|
top-frame-4.html | 53 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") } 54 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
|
/external/webkit/WebCore/manual-tests/ |
drag-escape.html | 12 log("FAIL - expected " + expectedEvents[i] + " but got " + e.type); 35 log("FAIL - we should not get a " + e.type);
|
select-option-in-onload.html | 18 <p>The popup below has the item "FAIL" selected by default in the html, but a javascript function 26 <option value="3" selected="selected">FAIL</option>
|
/external/wpa_supplicant/ |
eap_gpsk_common.h | 25 /* Failure-Code in GPSK-Fail and GPSK-Protected-Fail */
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_gpsk_common.h | 25 /* Failure-Code in GPSK-Fail and GPSK-Protected-Fail */
|