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

1 2 3 4 5 6 78 91011>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_byte/
Test_aget_byte.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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_char/
Test_aget_char.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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 66 fail("expected ArrayIndexOutOfBoundsException");
80 fail("expected ArrayIndexOutOfBoundsException");
94 fail("expected NullPointerException");
107 fail("expected a verification exception");
120 fail("expected a verification exception");
133 fail("expected a verification exception");
146 fail("expected a verification exception");
159 fail("expected a verification exception");
172 fail("expected a verification exception");
185 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_short/
Test_aget_short.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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput/
Test_aput.java 68 fail("expected ArrayIndexOutOfBoundsException");
81 fail("expected NullPointerException");
95 fail("expected ArrayIndexOutOfBoundsException");
110 fail("expected a verification exception");
123 fail("expected a verification exception");
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")
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedOutputStreamTest.java 42 fail("Unable to find file");
44 fail(
74 fail("Unable to find file");
76 fail(
99 fail("Unable to find file");
101 fail("File cannot be opened for writing due to security reasons");
128 fail("Unable to find file");
130 fail(
133 fail("Index for write is out of bounds");
147 fail("Cannot delete file for security reasons")
    [all...]
DeflaterInputStreamTest.java 51 fail("should throw IOException");
67 fail("should throw IOException");
73 fail("should throw IOException");
119 fail("should throw IOException");
146 fail("should throw IndexOutOfBoundsException");
152 fail("should throw NullPointerException");
158 fail("should throw NullPointerException");
164 fail("should throw NullPointerException");
170 fail("should throw IndexOutOfBoundsException");
176 fail("should throw IndexOutOfBoundsException")
    [all...]
InflaterOutputStreamTest.java 45 fail("Should throw NullPointerException");
59 fail("Should throw NullPointerException");
66 fail("Should throw NullPointerException");
80 fail("Should throw NullPointerException");
87 fail("Should throw NullPointerException");
94 fail("Should throw NullPointerException");
101 fail("Should throw NullPointerException");
108 fail("Should throw IllegalArgumentException");
115 fail("Should throw IllegalArgumentException");
139 fail("Should throw IOException")
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldOutputStreamTest.java 61 fail("Test 1: Unexpected IOException encountered.");
74 fail("Test 2: IOException expected.");
86 fail("Test 1: Unexpected IOException encountered.");
99 fail("Test 2: IOException expected.");
104 fail("Test 3: IndexOutOfBoundsException expected.");
108 fail("Test 3: Unexpected IOException encountered.");
113 fail("Test 4: IndexOutOfBoundsException expected.");
117 fail("Test 4: Unexpected IOException encountered.");
122 fail("Test 5: IndexOutOfBoundsException expected.");
126 fail("Test 5: Unexpected IOException encountered.")
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertStore2Test.java 49 fail("unexpected exception: " + e);
51 fail("unexpected exception: " + e);
59 fail("unexpected exception: " + e);
61 fail("unexpected exception: " + e);
66 fail("expected NoSuchAlgorithmException");
68 fail("unexpected exception: " + e);
76 fail("expected InvalidAlgorithmParameterException");
80 fail("unexpected exception: " + e);
95 fail("unexpected exception: " + e);
97 fail("unexpected exception: " + e)
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 61 fail("expected NullPointerException");
74 fail("expected a verification exception");
88 fail("expected a verification exception");
103 fail("expected a NoSuchFieldError exception");
118 fail("expected an IllegalAccessError exception");
131 fail("expected a NoClassDefFoundError exception");
144 fail("expected a NoSuchFieldError exception");
159 fail("expected an IllegalAccessError exception");
172 fail("expected a verification exception");
186 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 89 fail("expected NullPointerException");
104 fail("expected UnsatisfiedLinkError");
119 fail("expected AbstractMethodError");
132 fail("expected a verification exception");
145 fail("expected IncompatibleClassChangeError");
157 fail("expected a verification exception");
172 fail("expected a verification exception");
185 fail("expected a verification exception");
202 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 89 fail("expected NullPointerException");
104 fail("expected UnsatisfiedLinkError");
119 fail("expected AbstractMethodError");
132 fail("expected a verification exception");
145 fail("expected IncompatibleClassChangeError");
157 fail("expected a verification exception");
172 fail("expected a verification exception");
185 fail("expected a verification exception");
202 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/
Test_invoke_virtual.java 88 fail("expected NullPointerException");
101 fail("expected UnsatisfiedLinkError");
116 fail("expected AbstractMethodError");
129 fail("expected a verification exception");
142 fail("expected IncompatibleClassChangeError");
154 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...]
  /cts/tools/vm-tests/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/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/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/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/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/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/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...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 61 fail("expected NullPointerException");
74 fail("expected a verification exception");
88 fail("expected a verification exception");
103 fail("expected a NoSuchFieldError exception");
118 fail("expected an IllegalAccessError exception");
131 fail("expected a NoClassDefFoundError exception");
144 fail("expected a NoSuchFieldError exception");
159 fail("expected an IllegalAccessError exception");
172 fail("expected a verification exception");
186 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 89 fail("expected NullPointerException");
104 fail("expected UnsatisfiedLinkError");
119 fail("expected AbstractMethodError");
132 fail("expected a verification exception");
145 fail("expected IncompatibleClassChangeError");
157 fail("expected a verification exception");
172 fail("expected a verification exception");
185 fail("expected a verification exception");
202 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 89 fail("expected NullPointerException");
104 fail("expected UnsatisfiedLinkError");
119 fail("expected AbstractMethodError");
132 fail("expected a verification exception");
145 fail("expected IncompatibleClassChangeError");
157 fail("expected a verification exception");
172 fail("expected a verification exception");
185 fail("expected a verification exception");
202 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]

Completed in 170 milliseconds

1 2 3 4 5 6 78 91011>>