HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 151 - 175 of 3144) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketExceptionTest.java 32 fail("Failed to generate expected exception");
46 fail("Failed to generate expected exception");
UnknownHostExceptionTest.java 34 fail("Failed to generate Exception");
48 fail("Failed to generate Exception");
UnknownServiceExceptionTest.java 34 fail("Exception not thrown");
48 fail("Constructor failed");
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
DefaultSSLServerSocketFactoryTest.java 41 fail("No expected SocketException");
44 fail(e.toString());
55 fail("No expected SocketException");
58 fail(e.toString());
69 fail("No expected SocketException");
72 fail(e.toString());
80 fail("incorrect result");
88 fail("incorrect result");
  /libcore/luni/src/test/java/libcore/sqlite/
OldJDBCDriverTest.java 53 fail("no Driver available");
56 fail("Driver does not accept URL");
68 fail("no Driver available");
71 fail("Driver does not connect");
80 fail("no Driver available");
88 fail("no version information available");
99 fail("no Driver available");
110 fail("no version information available");
  /libcore/luni/src/test/java/tests/security/cert/
CertificateEncodingException2Test.java 33 fail("Should have thrown CertificateEncodingException");
39 fail("Unexpected exception during test : " + e);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SurfaceConfigTest.java 33 fail("should throw RSIllegalArgumentException.");
39 fail("should throw RSIllegalArgumentException.");
45 fail("should throw RSIllegalArgumentException.");
58 fail("should throw RSIllegalArgumentException.");
64 fail("should throw RSIllegalArgumentException.");
70 fail("should throw RSIllegalArgumentException.");
83 fail("should throw RSIllegalArgumentException.");
89 fail("should throw RSIllegalArgumentException.");
95 fail("should throw RSIllegalArgumentException.");
110 fail("should throw RSIllegalArgumentException.")
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactorySpiTest.java 41 fail("Unexpected Exception " + e.toString());
55 fail("NoSuchAlgorithmException wasn't thrown");
59 fail(e + " was thrown instead of NoSuchAlgorithmException");
64 fail("KeyStoreException wasn't thrown");
68 fail(e + " was thrown instead of KeyStoreException");
74 fail("UnrecoverableKeyException wasn't thrown");
78 fail(e + " was thrown instead of UnrecoverableKeyException");
86 fail("Unexpected exception " + e);
98 fail("InvalidAlgorithmParameterException wasn't thrown");
102 fail(e + " was thrown instead of InvalidAlgorithmParameterException")
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
ConnectivityManagerPermissionTest.java 51 fail("Was able to call getNetworkInfo");
67 fail("Was able to call getNetworkPreference");
83 fail("Was able to call requestRouteToHost");
99 fail("Was able to call setNetworkPreference");
115 fail("Was able to call setNetworkPreference");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifnonnull/
Test_ifnonnull.java 52 fail("expected a verification exception");
65 fail("expected a verification exception");
78 fail("expected a verification exception");
92 fail("expected a verification exception");
106 fail("expected a verification exception");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ifnull/
Test_ifnull.java 52 fail("expected a verification exception");
65 fail("expected a verification exception");
78 fail("expected a verification exception");
92 fail("expected a verification exception");
106 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide/
Test_move_wide.java 47 fail("expected a verification exception");
60 fail("expected a verification exception");
73 fail("expected a verification exception");
86 fail("expected a verification exception");
101 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_return/
Test_opc_return.java 41 fail("expected IllegalMonitorStateException");
55 fail("expected a verification exception");
68 fail("expected a verification exception");
81 fail("expected a verification exception");
94 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_wide/
Test_return_wide.java 40 fail("expected IllegalMonitorStateException");
54 fail("expected a verification exception");
67 fail("expected a verification exception");
80 fail("expected a verification exception");
93 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/verify/b2/
Test_b2.java 31 fail("expected a verification exception");
44 fail("expected a verification exception");
57 fail("expected a verification exception");
70 fail("expected a verification exception");
83 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/
Test_move_wide.java 47 fail("expected a verification exception");
60 fail("expected a verification exception");
73 fail("expected a verification exception");
86 fail("expected a verification exception");
101 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/
Test_opc_return.java 41 fail("expected IllegalMonitorStateException");
55 fail("expected a verification exception");
68 fail("expected a verification exception");
81 fail("expected a verification exception");
94 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/
Test_return_wide.java 40 fail("expected IllegalMonitorStateException");
54 fail("expected a verification exception");
67 fail("expected a verification exception");
80 fail("expected a verification exception");
93 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/
Test_b2.java 31 fail("expected a verification exception");
44 fail("expected a verification exception");
57 fail("expected a verification exception");
70 fail("expected a verification exception");
83 fail("expected a verification exception");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
TextInputCallbackTest.java 57 fail("Prompt and DefaultText should not be empty");
62 fail("Prompt and DefaultText should not be null");
67 fail("Prompt and DefaultText should not be null");
73 fail("Prompt and DefaultText should not be null");
79 fail("Prompt and DefaultText should not be null");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 48 fail("Unexpected NullPointerException was thrown.");
77 fail("Unexpected IllegalArgumentException was thrown.");
79 fail("Unexpected NullPointerException was thrown.");
84 fail("A NullPointerException should be was thrown "
87 fail("Unexpected IllegalArgumentException was thrown.");
93 fail("An IllegalArgumentException should be thrown "
100 fail("An IllegalArgumentException should be thrown "
107 fail("An IllegalArgumentException should be thrown "
114 fail("An IllegalArgumentException should be thrown "
121 fail("An IllegalArgumentException should be thrown
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 48 fail("Unexpected NullPointerException was thrown.");
77 fail("Unexpected IllegalArgumentException was thrown.");
79 fail("Unexpected NullPointerException was thrown.");
84 fail("A NullPointerException should be was thrown "
87 fail("Unexpected IllegalArgumentException was thrown.");
93 fail("An IllegalArgumentException should be thrown "
100 fail("An IllegalArgumentException should be thrown "
107 fail("An IllegalArgumentException should be thrown "
114 fail("An IllegalArgumentException should be thrown "
121 fail("An IllegalArgumentException should be thrown
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 38 fail("ArrayStoreException is not thrown.");
46 fail("ArrayStoreException is not thrown.");
54 fail("ArrayStoreException is not thrown.");
62 fail("ArrayStoreException is not thrown.");
70 fail("ArrayStoreException is not thrown.");
78 fail("ArrayStoreException is not thrown.");
86 fail("NullPointerException is not thrown.");
94 fail("NullPointerException is not thrown.");
101 fail("IndexOutOfBoundsException is not thrown.");
108 fail("IndexOutOfBoundsException is not thrown.")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload/
Test_aload.java 55 fail("expected a verification exception");
69 fail("expected a verification exception");
82 fail("expected a verification exception");
95 fail("expected a verification exception");
109 fail("expected a verification exception");
143 fail("expected a verification exception");
157 fail("expected a verification exception");
170 fail("expected a verification exception");
183 fail("expected a verification exception");
197 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget/
Test_aget.java 67 fail("expected ArrayIndexOutOfBoundsException");
80 fail("expected NullPointerException");
94 fail("expected ArrayIndexOutOfBoundsException");
109 fail("expected a verification exception");
122 fail("expected a verification exception");
135 fail("expected a verification exception");
148 fail("expected a verification exception");
161 fail("expected a verification exception");
174 fail("expected a verification exception");
187 fail("expected a verification exception")
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 67 8 91011>>