/cts/tools/vm-tests/src/dot/junit/opcodes/sput/ |
Test_sput.java | 96 fail("expected Error"); 109 fail("expected a verification exception"); 123 fail("expected a verification exception"); 139 fail("expected a verification exception"); 154 fail("expected a verification exception"); 169 fail("expected a verification exception"); 185 fail("expected a verification exception"); 199 fail("expected a verification exception"); 213 fail("expected a verification exception"); 231 fail("expected a verification exception") [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/ |
Test_sput_boolean.java | 71 fail("expected Error"); 84 fail("expected a verification exception"); 98 fail("expected a verification exception"); 114 fail("expected a verification exception"); 128 fail("expected a verification exception"); 143 fail("expected a verification exception"); 158 fail("expected a verification exception"); 174 fail("expected a verification exception"); 188 fail("expected a verification exception"); 202 fail("expected a verification exception") [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PipedOutputStreamTest.java | 106 fail("Unexpeceted IOException."); 126 fail("Test 1: Constructor failed: " + e.getMessage()); 133 fail("Test 2: IOException expected because the input stream is already connected."); 155 fail("Test 1: Unexpected IOException: " + e.getMessage()); 174 fail("Test 1: Unexpected exception when connecting: " + 181 fail("Test 2: Unexpected IOException when writing after connecting."); 186 fail("Test 3: IOException expected when reconnecting the stream."); 193 fail("Test 4: NullPointerException expected."); 233 fail("Test 1: IOException expected."); 242 fail("Test 2: IndexOutOfBoundsException expected.") [all...] |
RandomAccessFileTest.java | 70 fail("Test 1: FileNotFoundException expected."); 74 fail("Test 2: Unexpected IllegalArgumentException: " + e.getMessage()); 84 fail("Test 3: Unexpected IllegalArgumentException: " + e.getMessage()); 90 fail("Test 4: Unexpected IllegalArgumentException: " + e.getMessage()); 96 fail("Test 5: Unexpected IllegalArgumentException: " + e.getMessage()); 103 fail("Test 6: IllegalArgumentException expected."); 130 fail("Test 1: FileNotFoundException expected."); 134 fail("Test 2: Unexpected IllegalArgumentException: " + e.getMessage()); 142 fail("Test 3: Unexpected IllegalArgumentException: " + e.getMessage()); 148 fail("Test 4: Unexpected IllegalArgumentException: " + e.getMessage()) [all...] |
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimeTest.java | 177 fail("Should throw IllegalArgumentException"); 214 fail("Should throw IllegalArgumentException."); 232 fail("Should throw IllegalArgumentException."); 250 fail("Should throw IllegalArgumentException."); 268 fail("Should throw IllegalArgumentException."); 286 fail("Should throw IllegalArgumentException."); 304 fail("Should throw IllegalArgumentException."); 322 fail("Should throw IllegalArgumentException."); 340 fail("should throw NumberFormatException"); 347 fail("should throw IllegalArgumentException") [all...] |
/external/icu4c/test/cintltst/ |
cstrtest.c | 75 log_err("FAIL: *** T_CString_toLowerCase() failed. Expected: \"hello there\", Got: \"%s\"\n", src); 79 log_err("FAIL: *** T_CString_toUpperCase() failed. Expected: \"HELLO THERE\", Got: \"%s\"\n", src); 84 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue); 88 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue); 92 log_err("FAIL: ****integerToString(src, 34566, 10); failed. Expected: \"34556\", Got: %s\n", src); 96 log_err("FAIL: ****integerToString(src, 431, 16); failed. Expected: \"1AF\", Got: %s\n", src); 100 log_err("FAIL: ****integerToString(src, 9223372036854775807, 10); failed. Got: %s\n", src); 104 log_err("FAIL: ****integerToString(src, 7FFFFFFFFFFFFFFF, 16); failed. Got: %s\n", src); 109 log_err("FAIL: *****T_CString_stricmp() failed."); 112 log_err("FAIL: T_CString_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue (…) [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator1Test.java | 84 fail(NotSupportMsg); 114 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 121 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: " 140 fail(NotSupportMsg); 165 fail(NotSupportMsg); 172 fail("IllegalArgumentException must be thrown when provider is null"); 177 fail("IllegalArgumentException must be thrown when provider is empty"); 198 fail(NotSupportMsg); 205 fail("NoSuchProviderException must be thrown (algorithm: " 231 fail(NotSupportMsg) [all...] |
Signature2Test.java | 64 fail(e.toString()); 81 fail("A Signature may not be cloneable"); 115 fail("Unexpected exception for DSA algorithm"); 120 fail("NoSuchAlgorithmException was not thrown for unavailable algorithm"); 148 fail("NullPointerException expected"); 155 fail("IllegalArgumentException expected"); 162 fail("NullPointerException expected"); 169 fail("NoSuchAlgorithmException expected"); 195 fail("NoSuchAlgorithmException expected"); 204 fail("NoSuchProviderException expected") [all...] |
/external/opencore/protocols/rtp/src/ |
rtcp_encoder.cpp | 84 return FAIL; 109 if (outStream.fail()) 111 return FAIL; 140 if (outStream.fail()) 142 return FAIL; 274 if (outStream.fail()) 276 return FAIL; 298 if (outStream.fail()) 300 return FAIL; 353 if (outStream.fail()) [all...] |
/cts/tests/appsecurity-tests/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/ |
InstrumentationFailToRunTest.java | 30 fail("instrumentating app with different cert should fail");
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoNetworkStatePermissionTest.java | 50 fail("ConnectivityManager.getNetworkPreference didn't throw SecurityException as" 66 fail("ConnectivityManager.getActiveNetworkInfo didn't throw SecurityException as" 82 fail("ConnectivityManager.getNetworkInfo didn't throw SecurityException as" 98 fail("ConnectivityManager.getAllNetworkInfo didn't throw SecurityException as" 114 fail("ConnectivityManager.setNetworkPreference didn't throw SecurityException as" 130 fail("ConnectivityManager.startUsingNetworkFeature didn't throw SecurityException as" 146 fail("ConnectivityManager.stopUsingNetworkFeature didn't throw SecurityException as" 162 fail("ConnectivityManager.requestRouteToHost didn't throw SecurityException as"
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dload/ |
Test_dload.java | 56 fail("expected a verification exception"); 69 fail("expected a verification exception"); 82 fail("expected a verification exception"); 95 fail("expected a verification exception"); 129 fail("expected a verification exception"); 142 fail("expected a verification exception"); 155 fail("expected a verification exception"); 168 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/ |
Test_dreturn.java | 60 fail("expected IllegalMonitorStateException"); 76 //fail("expected IllegalMonitorStateException"); 89 fail("expected a verification exception"); 102 fail("expected a verification exception"); 115 fail("expected a verification exception"); 128 fail("expected a verification exception"); 141 fail("expected a verification exception"); 154 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/fload/ |
Test_fload.java | 56 fail("expected a verification exception"); 69 fail("expected a verification exception"); 82 fail("expected a verification exception"); 95 fail("expected a verification exception"); 129 fail("expected a verification exception"); 142 fail("expected a verification exception"); 155 fail("expected a verification exception"); 168 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/ |
Test_freturn.java | 59 fail("expected IllegalMonitorStateException"); 75 //fail("expected IllegalMonitorStateException"); 89 fail("expected a verification exception"); 102 fail("expected a verification exception"); 115 fail("expected a verification exception"); 128 fail("expected a verification exception"); 141 fail("expected a verification exception"); 154 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/iload/ |
Test_iload.java | 56 fail("expected a verification exception"); 69 fail("expected a verification exception"); 82 fail("expected a verification exception"); 95 fail("expected a verification exception"); 129 fail("expected a verification exception"); 142 fail("expected a verification exception"); 155 fail("expected a verification exception"); 168 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/ |
Test_ireturn.java | 59 fail("expected IllegalMonitorStateException"); 75 //fail("expected IllegalMonitorStateException"); 88 fail("expected a verification exception"); 101 fail("expected a verification exception"); 114 fail("expected a verification exception"); 127 fail("expected a verification exception"); 140 fail("expected a verification exception"); 153 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lload/ |
Test_lload.java | 56 fail("expected a verification exception"); 69 fail("expected a verification exception"); 82 fail("expected a verification exception"); 95 fail("expected a verification exception"); 129 fail("expected a verification exception"); 142 fail("expected a verification exception"); 155 fail("expected a verification exception"); 168 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/ |
Test_lreturn.java | 60 fail("expected IllegalMonitorStateException"); 77 // //fail("expected IllegalMonitorStateException"); 90 fail("expected a verification exception"); 103 fail("expected a verification exception"); 116 fail("expected a verification exception"); 129 fail("expected a verification exception"); 142 fail("expected a verification exception"); 155 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lstore/ |
Test_lstore.java | 54 fail("expected a verification exception"); 67 fail("expected a verification exception"); 80 fail("expected a verification exception"); 93 fail("expected a verification exception"); 125 fail("expected a verification exception"); 138 fail("expected a verification exception"); 151 fail("expected a verification exception"); 164 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ret/ |
Test_ret.java | 45 fail("expected a verification exception"); 59 fail("expected a verification exception"); 73 fail("expected a verification exception"); 86 fail("expected a verification exception"); 111 fail("expected a verification exception"); 125 fail("expected a verification exception"); 139 fail("expected a verification exception"); 152 fail("expected a verification exception");
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/tableswitch/ |
Test_tableswitch.java | 64 fail("expected a verification exception"); 77 fail("expected a verification exception"); 91 fail("expected a verification exception"); 105 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");
|
/cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/ |
Test_check_cast.java | 60 fail("expected ClassCastException"); 73 fail("expected a verification exception"); 87 fail("expected a verification exception"); 101 fail("expected a verification exception"); 115 fail("expected a verification exception"); 132 fail("expected a verification exception"); 146 fail("expected a verification exception"); 159 fail("expected a verification exception");
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_result_object/ |
Test_move_result_object.java | 40 fail("wrong array size or content"); 50 fail("expected a verification exception"); 64 fail("expected a verification exception"); 77 fail("expected a verification exception"); 93 fail("expected a verification exception"); 107 fail("expected a verification exception"); 121 fail("expected a verification exception"); 134 fail("expected a verification exception");
|
/dalvik/dx/src/junit/extensions/ |
ExceptionTestCase.java | 15 * fail("Expected SpecialException"); 44 fail("Expected exception " + fExpected);
|