HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 201 - 225 of 3142) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
Test_invoke_virtual_range.java 97 fail("expected NullPointerException");
110 fail("expected UnsatisfiedLinkError");
125 fail("expected AbstractMethodError");
138 fail("expected a verification exception");
151 fail("expected IncompatibleClassChangeError");
163 fail("expected a verification exception");
176 fail("expected a verification exception");
189 fail("expected a verification exception");
206 fail("expected a verification exception");
223 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/
Test_iput.java 88 fail("expected NullPointerException");
101 fail("expected a verification exception");
115 fail("expected a verification exception");
131 fail("expected NoSuchFieldError");
145 fail("expected a verification exception");
160 fail("expected a verification exception");
173 fail("expected IncompatibleClassChangeError");
187 fail("expected IllegalAccessError");
199 fail("expected NoClassDefFoundError");
211 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/
Test_iput_boolean.java 78 fail("expected NullPointerException");
91 fail("expected a verification exception");
104 fail("expected a verification exception");
119 fail("expected NoSuchFieldError");
132 fail("expected a verification exception");
147 fail("expected a verification exception");
161 fail("expected IncompatibleClassChangeError");
175 fail("expected IllegalAccessError");
187 fail("expected NoClassDefFoundError");
199 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/
Test_iput_byte.java 74 fail("expected NullPointerException");
87 fail("expected a verification exception");
101 fail("expected a verification exception");
117 fail("expected NoSuchFieldError");
130 fail("expected a verification exception");
145 fail("expected a verification exception");
159 fail("expected IncompatibleClassChangeError");
173 fail("expected IllegalAccessError");
185 fail("expected NoClassDefFoundError");
197 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/
Test_iput_char.java 74 fail("expected NullPointerException");
88 fail("expected a verification exception");
102 fail("expected a verification exception");
118 fail("expected NoSuchFieldError");
131 fail("expected a verification exception");
146 fail("expected a verification exception");
160 fail("expected IncompatibleClassChangeError");
174 fail("expected IllegalAccessError");
186 fail("expected NoClassDefFoundError");
199 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/
Test_iput_object.java 74 fail("expected NullPointerException");
88 fail("expected a verification exception");
102 fail("expected a verification exception");
118 fail("expected NoSuchFieldError");
133 fail("expected a verification exception");
147 fail("expected IncompatibleClassChangeError");
161 fail("expected IllegalAccessError");
173 fail("expected NoClassDefFoundError");
185 fail("expected NoSuchFieldError");
201 fail("expected IllegalAccessError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/
Test_iput_short.java 74 fail("expected NullPointerException");
89 fail("expected a verification exception");
103 fail("expected a verification exception");
119 fail("expected NoSuchFieldError");
132 fail("expected a verification exception");
147 fail("expected a verification exception");
161 fail("expected IncompatibleClassChangeError");
175 fail("expected IllegalAccessError");
187 fail("expected NoClassDefFoundError");
199 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/
Test_iput_wide.java 85 fail("expected NullPointerException");
100 fail("expected a verification exception");
114 fail("expected a verification exception");
130 fail("expected NoSuchFieldError");
146 fail("expected a verification exception");
160 fail("expected IncompatibleClassChangeError");
174 fail("expected IllegalAccessError");
187 fail("expected NoClassDefFoundError");
199 fail("expected NoSuchFieldError");
215 fail("expected IllegalAccessError")
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 104 fail("IllegalArgumentException expected.");
129 fail("IllegalArgumentException expected for not existing name " +
135 fail("IllegalArgumentException expected for not existing name " +
141 fail("IllegalArgumentException expected for not existing name " +
147 fail("IllegalArgumentException expected for not existing name " +
153 fail("IllegalArgumentException expected for not existing name " +
159 fail("IllegalArgumentException expected for not existing name " +
165 fail("IllegalArgumentException expected for not existing name " +
171 fail("IllegalArgumentException expected for not existing name " +
177 fail("IllegalArgumentException expected for not existing name "
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 47 fail("CloneNotSupportedException was thrown.");
53 fail("CloneNotSupportedException was not thrown.");
83 fail("IllegalMonitorStateException was not thrown.");
93 fail("IllegalMonitorStateException was not thrown.");
104 fail("IllegalMonitorStateException was not thrown.");
108 fail("InterruptedException was thrown.");
121 fail("InterruptedException was thrown.");
170 fail("IllegalMonitorStateException was not thrown.");
174 fail("InterruptedException was thrown.");
187 fail("InterruptedException was thrown.")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ArrayTest.java 45 fail("Passing non-array failed to throw exception");
55 fail("Invalid index failed to throw exception");
78 fail("Passing non-array failed to throw exception");
88 fail("Invalid index failed to throw exception");
111 fail("Passing non-array failed to throw exception");
121 fail("Invalid index failed to throw exception");
144 fail("Passing non-array failed to throw exception");
154 fail("Invalid index failed to throw exception");
178 fail("Passing non-array failed to throw exception");
188 fail("Invalid index failed to throw exception")
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactorySpiTest.java 59 fail("UnsupportedOperationException must be thrown");
64 fail("UnsupportedOperationException must be thrown");
70 fail("UnsupportedOperationException must be thrown");
75 fail("UnsupportedOperationException must be thrown");
82 fail("CertificateException must be thrown");
89 fail("CertificateException must be thrown");
97 fail("CRLException must be thrown");
105 fail("CRLException must be thrown");
122 fail("CertificateException must be thrown");
128 fail("CertificateException must be thrown")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/
Test_invokeinterface.java 77 fail("expected NoSuchMethodError");
96 fail("expected NoSuchMethodError");
112 fail("expected NullPointerException");
128 fail("expected IncompatibleClassChangeError");
144 fail("expected UnsatisfiedLinkError");
161 fail("expected AbstractMethodError");
181 fail("expected AbstractMethodError");
201 fail("expected IllegalAccessError");
219 fail("expected a verification exception");
234 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget/
Test_iget.java 68 fail("expected NullPointerException");
81 fail("expected a verification exception");
95 fail("expected a verification exception");
109 fail("expected a NoSuchFieldError exception");
124 fail("expected an IllegalAccessError exception");
137 fail("expected a NoClassDefFoundError exception");
150 fail("expected a NoSuchFieldError exception");
165 fail("expected an IllegalAccessError exception");
178 fail("expected a verification exception");
192 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 68 fail("expected NullPointerException");
81 fail("expected a verification exception");
95 fail("expected a verification exception");
110 fail("expected a NoSuchFieldError exception");
125 fail("expected an IllegalAccessError exception");
138 fail("expected a NoClassDefFoundError exception");
151 fail("expected a NoSuchFieldError exception");
166 fail("expected a IllegalAccessError exception");
179 fail("expected a verification exception");
193 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput/
Test_iput.java 100 fail("expected NullPointerException");
113 fail("expected a verification exception");
127 fail("expected a verification exception");
143 fail("expected NoSuchFieldError");
158 fail("expected a verification exception");
171 fail("expected IncompatibleClassChangeError");
185 fail("expected IllegalAccessError");
197 fail("expected NoClassDefFoundError");
209 fail("expected NoSuchFieldError");
225 fail("expected IllegalAccessError")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/
Test_sput_boolean.java 77 fail("expected Error");
90 fail("expected a verification exception");
104 fail("expected a verification exception");
120 fail("expected NoSuchFieldError");
133 fail("expected a verification exception");
148 fail("expected a verification exception");
162 fail("expected IncompatibleClassChangeError");
176 fail("expected IllegalAccessError");
188 fail("expected NoClassDefFoundError");
200 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_byte/
Test_sput_byte.java 75 fail("expected Error");
88 fail("expected a verification exception");
102 fail("expected a verification exception");
118 fail("expected NoSuchFieldError");
131 fail("expected a verification exception");
146 fail("expected a verification exception");
160 fail("expected IncompatibleClassChangeError");
174 fail("expected IllegalAccessError");
186 fail("expected NoClassDefFoundError");
198 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_char/
Test_sput_char.java 75 fail("expected Error");
88 fail("expected a verification exception");
102 fail("expected a verification exception");
118 fail("expected NoSuchFieldError");
131 fail("expected a verification exception");
146 fail("expected a verification exception");
160 fail("expected IncompatibleClassChangeError");
174 fail("expected IllegalAccessError");
186 fail("expected NoClassDefFoundError");
198 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_object/
Test_sput_object.java 75 fail("expected Error");
88 fail("expected a verification exception");
102 fail("expected a verification exception");
118 fail("expected NoSuchFieldError");
133 fail("expected a verification exception");
147 fail("expected IncompatibleClassChangeError");
161 fail("expected IllegalAccessError");
173 fail("expected NoClassDefFoundError");
185 fail("expected NoSuchFieldError");
201 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_short/
Test_sput_short.java 75 fail("expected Error");
88 fail("expected a verification exception");
102 fail("expected a verification exception");
118 fail("expected NoSuchFieldError");
131 fail("expected a verification exception");
146 fail("expected a verification exception");
160 fail("expected IncompatibleClassChangeError");
174 fail("expected IllegalAccessError");
186 fail("expected NoClassDefFoundError");
198 fail("expected NoSuchFieldError")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/
Test_sput_wide.java 85 fail("expected Error");
98 fail("expected a verification exception");
112 fail("expected a verification exception");
128 fail("expected NoSuchFieldError");
144 fail("expected a verification exception");
159 fail("expected IncompatibleClassChangeError");
174 fail("expected IllegalAccessError");
188 fail("expected NoClassDefFoundError");
202 fail("expected NoSuchFieldError");
219 fail("expected IllegalAccessError")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/
Test_iget.java 68 fail("expected NullPointerException");
81 fail("expected a verification exception");
95 fail("expected a verification exception");
109 fail("expected a NoSuchFieldError exception");
124 fail("expected an IllegalAccessError exception");
137 fail("expected a NoClassDefFoundError exception");
150 fail("expected a NoSuchFieldError exception");
165 fail("expected an IllegalAccessError exception");
178 fail("expected a verification exception");
192 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 68 fail("expected NullPointerException");
81 fail("expected a verification exception");
95 fail("expected a verification exception");
110 fail("expected a NoSuchFieldError exception");
125 fail("expected an IllegalAccessError exception");
138 fail("expected a NoClassDefFoundError exception");
151 fail("expected a NoSuchFieldError exception");
166 fail("expected a IllegalAccessError exception");
179 fail("expected a verification exception");
193 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/
Test_sput.java 90 fail("expected Error");
103 fail("expected a verification exception");
117 fail("expected a verification exception");
133 fail("expected NoSuchFieldError");
146 fail("expected a verification exception");
161 fail("expected a verification exception");
175 fail("expected IncompatibleClassChangeError");
189 fail("expected IllegalAccessError");
201 fail("expected NoClassDefFoundError");
213 fail("expected NoSuchFieldError")
    [all...]

Completed in 1855 milliseconds

1 2 3 4 5 6 7 891011>>