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

<<31323334353637383940>>

  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 225 fail("should assertion failed");
247 fail("IllegalArgumentException expected");
295 fail("IllegalArgumentException expected");
336 fail("IllegalArgumentException expected");
343 fail("IllegalArgumentException expected");
350 fail("IllegalArgumentException expected");
401 fail("IllegalArgumentException expected");
408 fail("IllegalArgumentException expected");
415 fail("IllegalArgumentException expected");
689 fail("should throw security exception")
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 30 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
34 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
133 dataerrln((UnicodeString)"FAIL: bad pattern " + OTHER_TOPATTERN_TESTS[j] + " - " + UnicodeString(u_errorName(ec)));
197 if (U_FAILURE(ec)) errln("FAIL: pattern parse error");
255 errln((UnicodeString)"Fail toPattern: " + source + " => " + pat);
284 dataerrln((UnicodeString)"Fail: Can't construct set with " + pat + " - " + UnicodeString(u_errorName(status)));
295 if (U_FAILURE(status)) { errln("FAIL"); return; }
299 errln((UnicodeString)"FAIL: L contains " + (unsigned short)i + " = " +
306 if (U_FAILURE(status)) { errln("FAIL"); return; }
310 errln((UnicodeString)"FAIL: Lu contains " + (unsigned short)i + " = " +
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 209 fail(); method
215 fail(); method
220 fail(); method
226 fail(); method
232 fail(); method
237 fail(); method
243 fail(); method
248 fail(); method
253 fail(); method
260 fail("should throw ClassNotFoundException.")
    [all...]
ShortTest.java 74 fail("No NPE");
241 fail(
391 fail(
400 fail(
457 fail("Expected NumberFormatException with hex string.");
462 fail("Expected NumberFormatException with floating point string.");
467 fail("Expected NumberFormatException with empty string.");
472 fail("Expected NumberFormatException with null string.");
576 fail("Expected NumberFormatException with hex string.");
581 fail("Expected NumberFormatException with floating point string.")
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator2Test.java 101 fail("InvalidAlgorithmParameterException must be thrown");
107 fail("InvalidParameterException must be thrown");
114 fail("InvalidParameterException must be thrown");
131 fail("InvalidParameterException must be thrown");
150 fail("UnsupportedOperationException must be thrown");
158 fail("IllegalArgumentException must be thrown for null random");
163 fail("InvalidParameterException must be thrown for invalid key");
168 fail("InvalidParameterException must be thrown for invalid key");
173 fail("IllegalArgumentException must be thrown for null random");
194 fail("NullPointerException or KeyStoreException must be thrown")
    [all...]
DigestInputStream2Test.java 183 fail("Test 1: NullPointerException expected.");
191 fail("Test 2: IndexOutOfBoundsException expected.");
198 fail("Test 3: IndexOutOfBoundsException expected.");
205 fail("Test 4: IndexOutOfBoundsException expected.");
212 fail("Test 5: IndexOutOfBoundsException expected.");
219 fail("Test 6: IndexOutOfBoundsException expected.");
226 fail("Test 7: IndexOutOfBoundsException expected.");
237 fail("Test 9: IOException expected.");
281 fail("Unable to find SHA-1 algorithm");
  /external/freetype/src/base/
ftstream.c 451 goto Fail;
458 goto Fail;
464 Fail:
492 goto Fail;
505 goto Fail;
511 Fail:
539 goto Fail;
552 goto Fail;
558 Fail:
586 goto Fail;
    [all...]
  /external/v8/test/sputnik/
sputnik.status 29 def FAIL_OK = FAIL, OKAY
48 # We allow calls to regexp exec() with no arguments to fail for
132 S15.10.2.11_A1_T2: FAIL
133 S15.10.2.11_A1_T3: FAIL
134 S15.10.4.1_A5_T1: FAIL
135 S15.10.4.1_A5_T2: FAIL
136 S15.10.4.1_A5_T3: FAIL
137 S15.10.4.1_A5_T4: FAIL
138 S15.10.4.1_A5_T5: FAIL
139 S15.10.4.1_A5_T6: FAIL
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AndroidCharacterTest.java 117 fail("Should throw ArrayIndexOutOfBoundsException.");
123 fail("Should throw ArrayIndexOutOfBoundsException.");
129 fail("Should throw ArrayIndexOutOfBoundsException.");
166 fail("Should throw ArrayIndexOutOfBoundsException.");
172 fail("Should throw ArrayIndexOutOfBoundsException.");
178 fail("Should throw ArrayIndexOutOfBoundsException.");
184 fail("Should throw ArrayIndexOutOfBoundsException.");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ldiv/
Test_ldiv.java 123 fail("expected ArithmeticException");
136 fail("expected a verification exception");
149 fail("expected a verification exception");
162 fail("expected a verification exception");
175 fail("expected a verification exception");
188 fail("expected a verification exception");
201 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/
Test_if_eq.java 139 fail("expected a verification exception");
153 fail("expected a verification exception");
166 fail("expected a verification exception");
179 fail("expected a verification exception");
192 fail("expected a verification exception");
205 fail("expected a verification exception");
218 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_ne/
Test_if_ne.java 119 fail("expected a verification exception");
134 fail("expected a verification exception");
147 fail("expected a verification exception");
160 fail("expected a verification exception");
173 fail("expected a verification exception");
186 fail("expected a verification exception");
199 fail("expected a verification exception");
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 74 fail("IOException executing avail test: " + e);
76 fail("InterruptedException executing avail test: " + e);
123 fail("IOException executing avail test: " + e);
125 fail("InterruptedException executing avail test: " + e);
157 fail("IllegalThreadStateException was not thrown.");
162 fail("IOException was thrown.");
190 fail("IOException was thrown.");
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 156 fail("testLocalSocket shouldn't come to here");
169 fail("testLocalSocket shouldn't come to here");
178 fail("testLocalSocket shouldn't come to here");
187 fail("testLocalSocket shouldn't come to here");
309 fail("testLocalSocketSecondary shouldn't come to here");
316 fail("testLocalSocketSecondary shouldn't come to here");
323 fail("testLocalSocketSecondary shouldn't come to here");
330 fail("testLocalSocketSecondary shouldn't come to here");
337 fail("testLocalSocketSecondary shouldn't come to here");
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 90 fail("should throw NullPointerException.");
96 fail("should throw NullPointerException.");
102 fail("should throw NullPointerException.");
155 fail("An IndexOutOfBoundsException should be thrown out.");
162 fail("An IndexOutOfBoundsException should be thrown out.");
199 fail("An IndexOutOfBoundsException should be thrown out.");
206 fail("An IndexOutOfBoundsException should be thrown out.");
269 fail("An IndexOutOfBoundsException should be thrown out.");
321 fail("Should throw IllegalArgumentException.");
ButtonTest.java 69 fail("Should throw NullPointerException.");
76 fail("Should throw NullPointerException.");
83 fail("Should throw NullPointerException.");
CheckBoxTest.java 65 fail("Should throw NullPointerException.");
72 fail("Should throw NullPointerException.");
79 fail("Should throw NullPointerException.");
ImageButtonTest.java 71 fail("should throw NullPointerException.");
77 fail("should throw NullPointerException.");
83 fail("should throw NullPointerException.");
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
DataOutputStreamTest.java 89 fail("Test 4: IOException expected.");
116 fail("Exception during write test : " + e.getMessage());
159 fail("Test 1: NullPointerException expected.");
166 fail("Test 2: IndexOutOfBoundsException expected.");
173 fail("Test 3: IndexOutOfBoundsException expected.");
180 fail("Test 4: IndexOutOfBoundsException expected.");
206 fail("Test 2: IOException expected.");
234 fail("Test 2: IOException expected.");
263 fail("Test 2: IOException expected.");
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
InvocationTargetExceptionTest.java 162 fail("Failed to throw exception");
191 fail("Failed to throw exception");
217 fail("Exception during constructor test : " + e.getMessage());
219 fail("Failed to throw exception");
244 fail("Exception during InvocationTargetException test : "
247 fail("Failed to throw exception");
276 fail("printStackTrace() caused exception : " + e.getMessage());
336 pw.flush(); // Test will fail if this line removed.
342 fail("Exception during test : " + e.getMessage());
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PKIXCertPathBuilderResultTest.java 94 fail(getName() + ": not performed (could not create test TrustAnchor)");
122 fail(getName() + ": not performed (could not create test TrustAnchor)");
147 fail(getName() + ": not performed (could not create test TrustAnchor)");
157 fail("NPE expected");
181 fail("NPE expected");
200 fail(getName() + ": not performed (could not create test TrustAnchor)");
210 fail("NPE expected");
255 fail(getName() + ": not performed (could not create test TrustAnchor)");
288 fail(getName() + ": not performed (could not create test TrustAnchor)");
PKIXParametersTest.java 94 fail(getName()
120 fail(getName()
151 fail("NPE expected");
172 fail("InvalidAlgorithmParameterException expected");
193 fail(getName()
201 fail("ClassCastException expected");
224 fail("NPE expected");
241 fail(getName()
304 fail(getName()
328 fail(getName(
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 65 goto fail;
70 goto fail;
75 fail:
223 goto fail;
226 goto fail;
243 fail:
267 goto fail;
280 goto fail;
290 fail:
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 89 fail("setMediaRecorderToInitialStateAfterReset: Exception " + e.getClass().getName() + " was thrown.");
111 fail("setMediaRecorderToInitialStateAfterReset: Exception " + e.getClass().getName() + " was thrown.");
122 fail("setMediaRecorderToInitializedState: Exception " + e.getClass().getName() + " was thrown.");
135 fail("setMediaRecorderToPreparedState: Exception " + e.getClass().getName() + " was thrown.");
149 fail("setMediaRecorderToRecordingState: Exception " + e.getClass().getName() + " was thrown.");
171 fail("setMediaRecorderToDataSourceConfiguredState: Exception " + e.getClass().getName() + " was thrown.");
185 * start() since start() will fail, and then the mMediaRecorder
194 * start() since start() will fail, and then the mMediaRecorder
204 fail("setMediaRecorderToErrorState: Exception " + e.getClass().getName() + " was thrown.");
  /cts/tests/tests/permission/src/android/permission/cts/
NoCallPermissionTest.java 41 fail("startActivity(Intent.ACTION_CALL) did not throw SecurityException as expected");
60 fail("startActivity(Intent.ACTION_CALL_PRIVILEGED) did not throw SecurityException as expected");
78 fail("startActivity(Intent.ACTION_CALL_PRIVILEGED) did not throw SecurityException as expected");

Completed in 652 milliseconds

<<31323334353637383940>>