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

<<11121314151617181920>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/if_lt/
Test_if_lt.java 90 fail("expected a verification exception");
104 fail("expected a verification exception");
117 fail("expected a verification exception");
130 fail("expected a verification exception");
143 fail("expected a verification exception");
156 fail("expected a verification exception");
169 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_ltz/
Test_if_ltz.java 66 fail("expected a verification exception");
80 fail("expected a verification exception");
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");
  /cts/tools/vm-tests/src/dot/junit/opcodes/monitor_exit/
Test_monitor_exit.java 41 fail("expected IllegalMonitorStateException");
53 fail("expected NullPointerException");
66 fail("expected a verification exception");
81 fail("expected a verification exception");
94 fail("expected a verification exception");
107 fail("expected a verification exception");
120 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result/
Test_move_result.java 39 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
82 fail("expected a verification exception");
96 fail("expected a verification exception");
110 fail("expected a verification exception");
123 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 39 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
82 fail("expected a verification exception");
96 fail("expected a verification exception");
110 fail("expected a verification exception");
123 fail("expected a verification exception");
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 88 fail("InvalidKeyException must be thrown");
93 fail("IllegalStateException must be thrown");
102 fail("NullPointerException must be thrown");
106 fail("IllegalStateException must be thrown");
124 fail("NoSuchProviderException must be thrown");
130 fail("IllegalArgumentException expected");
301 fail("IllegalStateException expected");
318 fail("ExemptionMechanismException expected");
345 fail("IllegalStateException expected");
356 fail("ShortBufferException expected")
    [all...]
MacTest.java 101 fail(NotSupportedMsg);
130 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
137 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: "
156 fail(NotSupportedMsg);
179 fail(NotSupportedMsg);
186 fail("IllegalArgumentException must be thrown when provider is null");
191 fail("IllegalArgumentException must be thrown when provider is empty");
197 fail("NoSuchProviderException must be thrown (algorithm: "
221 fail(NotSupportedMsg);
226 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null")
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
BufferedReaderTest.java 47 fail("Test 1: NullPointerException expected.");
54 fail("Test 2: IndexOutOfBoundsException expected.");
61 fail("Test 3: IndexOutOfBoundsException expected.");
68 fail("Test 4: IndexOutOfBoundsException expected.");
76 fail("Test 5: IOException expected.");
95 fail("Test 1: IllegalArgumentException expected.");
128 fail("Test 2: IOException expected.");
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedReaderTest.java 69 fail("IllegalArgumentException expected");
90 fail("Test 1: Read on closed stream.");
94 fail("Exception during close test " + e.toString());
100 fail("Test 2: IOException expected.");
130 fail("Exception during mark test");
138 fail("Failed to invalidate mark properly");
155 fail("Exception during mark test 2:" + e);
167 fail("Exception during mark test 3:" + e);
203 fail("Exception during read test");
220 fail("Exception during read test 2:" + e)
526 fail(); method
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 109 fail("Unexpected exception " + e.getMessage());
121 fail("No providers support KeyFactory.DSA");
164 fail("invalid key spec for algorithm " + keyfactAlgs[i]);
166 fail("getInstance did not find algorithm " + keyfactAlgs[i]);
168 fail("getInstance did not find provider " + providerName);
208 fail("getInstance did not find algorithm " + keyfactAlgs[i]);
210 fail("getInstance did not find provider " + providerName);
212 fail("invalid key spec for algorithm " + keyfactAlgs[i]);
236 fail("getInstance did not find algorithm " + keyfactAlgs[i]);
238 fail("getInstance did not find provider " + providerName)
    [all...]
AccessController2Test.java 75 fail("Test 1: NullPointerException expected.");
106 fail("Test 1: NullPointerException expected.");
131 fail("Test 1: NullPointerException expected.");
135 fail("Test 2: Unexpected PrivilegedActionException " +
144 fail("Test 4: Unexpected PrivilegedActionException " +
156 fail("Test 7: Unexpected PrivilegedActionException " +
175 fail("Test 1: NullPointerException expected.");
179 fail("Test 2: Unexpected PrivilegedActionException " +
188 fail("Test 4: Unexpected exception " + e.getMessage());
205 fail("Test 1: NullPointerException expected.")
    [all...]
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
PmPermissionsTests.java 45 fail("PackageManager.getPackageSizeInfo" +
60 fail("PackageManager.deleteApplicationCacheFiles" +
75 fail("PackageManager.installPackage" +
90 fail("PackageManager.freeStorage " +
105 fail("PackageManager.freeStorageAndNotify" +
120 fail("PackageManager.clearApplicationUserData" +
135 fail("PackageManager.deletePackage" +
  /system/core/libdiskconfig/
diskconfig.c 156 goto fail;
164 goto fail;
169 goto fail;
175 goto fail;
182 goto fail;
187 goto fail;
190 goto fail;
198 goto fail;
204 goto fail;
209 goto fail;
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ScannerTest.java 105 fail("should throw FileNotFoundException");
120 fail("Should throw NullPointerException");
147 fail("should throw FileNotFoundException");
154 fail("should throw FileNotFoundException");
162 fail("should throw IllegalArgumentException");
167 //fail on RI. File is opened but not closed when exception is thrown on
174 fail("Should throw NullPointerException");
182 fail("Should throw NullPointerException");
190 fail("Should throw NullPointerException");
199 fail("Should throw IllegalArgumentException")
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 71 fail("shouldn't come to here");
80 fail("shouldn't come to here");
87 fail("shouldn't come to here");
94 fail("shouldn't come to here");
113 fail("shouldn't come to here");
139 fail("shouldn't come to here");
146 fail("shouldn't come to here");
160 fail("shouldn't come to here");
173 fail("shouldn't come to here");
229 fail("shouldn't come to here")
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateFactory1Test.java 88 fail(NotSupportMsg);
121 fail(NotSupportMsg);
146 fail("NullPointerException or CertificateException must be thrown when type is null");
153 fail("CertificateException must be thrown when type: "
173 fail(NotSupportMsg);
180 fail("IllegalArgumentException must be thrown when provider is null");
185 fail("IllegalArgumentException must be thrown when provider is empty");
205 fail(NotSupportMsg);
210 fail("NullPointerException or CertificateException must be thrown when type is null");
218 fail("CertificateException must be thrown (type: ".concat
    [all...]
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLContext1Test.java 81 fail(defaultProtocol + " protocol is not supported");
111 fail(NotSupportMsg);
130 fail("KeyManagementException should be thrown for null "
140 fail("NullPointerException should be thrown");
145 fail("NullPointerException should be thrown");
161 if (!DEFSupported) fail(NotSupportMsg);
182 if (!DEFSupported) fail(NotSupportMsg);
205 fail(NotSupportMsg);
232 fail(NotSupportMsg);
258 fail("NoSuchAlgorithmException or NullPointerException should be thrown (protocol is null")
    [all...]
TrustManagerFactory2Test.java 86 fail("KeyStoreException must be thrown");
91 fail("InvalidAlgorithmParameterException must be thrown");
101 fail("default keystore is not supported");
108 fail("RuntimeException must be thrown");
132 fail("NoSuchAlgorithmException or NullPointerException should be thrown (algorithm is null");
139 fail("NoSuchAlgorithmException must be thrown (algorithm: "
175 fail("NoSuchAlgorithmException or NullPointerException should be thrown (algorithm is null");
183 fail("NoSuchAlgorithmException must be thrown (algorithm: "
192 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
198 fail("IllegalArgumentException must be thrown when provider is empty (algorithm:
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/getfield/
Test_getfield.java 85 fail("expected IncompatibleClassChangeError");
102 fail("expected IllegalAccessError");
121 fail("expected NoClassDefFoundError");
137 fail("expected NoSuchFieldError");
153 fail("expected NoSuchFieldError");
169 fail("expected NullPointerException");
175 //FIXME: "fail" commented out temporarily - check
186 //fail("expected IllegalAccessError");
204 fail("expected IllegalAccessError");
222 fail("expected IllegalAccessError")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/
Test_invokestatic.java 96 fail("expected IncompatibleClassChangeError");
113 fail("expected UnsatisfiedLinkError");
126 fail("expected NoSuchMethodError");
144 fail("expected IllegalAccessError");
161 fail("expected NoSuchMethodError");
178 fail("expected Error");
193 fail("expected IncompatibleClassChangeError");
211 fail("expected IllegalAccessError");
227 fail("expected a verification exception");
240 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/putfield/
Test_putfield.java 105 fail("expected IncompatibleClassChangeError");
122 fail("expected IllegalAccessError");
138 fail("expected NullPointerException");
151 fail("expected NoSuchFieldError");
168 fail("expected IllegalAccessError");
178 // FIXME: "fail" commented out temporarily - check
190 //fail("expected IllegalAccessError");
207 fail("expected IllegalAccessError");
223 fail("expected a verification exception");
236 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/
Test_invoke_static.java 86 fail("expected UnsatisfiedLinkError");
100 fail("expected Error");
114 fail("expected a verification exception");
127 fail("expected a verification exception");
140 fail("expected a verification exception");
153 fail("expected a verification exception");
166 fail("expected a verification exception");
181 fail("expected a verification exception");
195 fail("expected a verification exception");
211 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/
Test_invoke_static_range.java 86 fail("expected UnsatisfiedLinkError");
100 fail("expected Error");
113 fail("expected a verification exception");
126 fail("expected a verification exception");
139 fail("expected a verification exception");
152 fail("expected a verification exception");
165 fail("expected a verification exception");
180 fail("expected a verification exception");
194 fail("expected a verification exception");
210 fail("expected a verification exception")
    [all...]
  /external/qemu/
elf_ops.h 122 goto fail;
125 goto fail;
156 goto fail;
161 goto fail;
173 fail:
192 goto fail;
201 goto fail;
206 goto fail;
210 goto fail;
222 goto fail;
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 83 fail("expected NullPointerException");
98 fail("expected UnsatisfiedLinkError");
113 fail("expected AbstractMethodError");
126 fail("expected a verification exception");
139 fail("expected a verification exception");
152 fail("expected a verification exception");
167 fail("expected a verification exception");
180 fail("expected a verification exception");
197 fail("expected a verification exception");
214 fail("expected a verification exception")
    [all...]

Completed in 202 milliseconds

<<11121314151617181920>>