OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fail
(Results
426 - 450
of
3142
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/
Test_freturn.java
59
fail
("expected IllegalMonitorStateException");
75
//
fail
("expected IllegalMonitorStateException");
89
fail
("expected a verification exception");
102
fail
("expected a verification exception");
115
fail
("expected a verification exception");
128
fail
("expected a verification exception");
141
fail
("expected a verification exception");
154
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/
Test_ireturn.java
59
fail
("expected IllegalMonitorStateException");
75
//
fail
("expected IllegalMonitorStateException");
88
fail
("expected a verification exception");
101
fail
("expected a verification exception");
114
fail
("expected a verification exception");
127
fail
("expected a verification exception");
140
fail
("expected a verification exception");
153
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ge/
Test_if_ge.java
90
fail
("expected a verification exception");
105
fail
("expected a verification exception");
118
fail
("expected a verification exception");
131
fail
("expected a verification exception");
144
fail
("expected a verification exception");
157
fail
("expected a verification exception");
170
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gez/
Test_if_gez.java
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");
133
fail
("expected a verification exception");
146
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gt/
Test_if_gt.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_gtz/
Test_if_gtz.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/if_le/
Test_if_le.java
90
fail
("expected a verification exception");
105
fail
("expected a verification exception");
118
fail
("expected a verification exception");
131
fail
("expected a verification exception");
144
fail
("expected a verification exception");
157
fail
("expected a verification exception");
170
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/if_lez/
Test_if_lez.java
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");
133
fail
("expected a verification exception");
146
fail
("expected a verification exception");
/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-tf/src/dot/junit/opcodes/if_eqz/
Test_if_eqz.java
73
fail
("expected a verification exception");
87
fail
("expected a verification exception");
100
fail
("expected a verification exception");
113
fail
("expected a verification exception");
126
fail
("expected a verification exception");
139
fail
("expected a verification exception");
153
fail
("expected a verification exception");
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/
Test_if_nez.java
78
fail
("expected a verification exception");
92
fail
("expected a verification exception");
105
fail
("expected a verification exception");
119
fail
("expected a verification exception");
132
fail
("expected a verification exception");
145
fail
("expected a verification exception");
158
fail
("expected a verification exception");
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java
91
fail
(NotSupportMsg);
109
fail
(NotSupportMsg);
122
fail
("InvalidAlgorithmParameterException must be thrown");
127
fail
("IllegalArgumentException must be thrown");
136
fail
("NullPointerException must be thrown");
141
fail
("NullPointerException or InvalidParameterException must be thrown");
155
fail
("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
162
fail
("NoSuchAlgorithmException should be thrown");
174
fail
(NotSupportMsg);
194
fail
(NotSupportMsg)
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java
58
TestCase.
fail
("Multiple \"BEGIN:VCARD\" line found");
65
TestCase.
fail
("Multiple \"END:VCARD\" line found");
74
TestCase.
fail
("Multiple VERSION line + found");
82
TestCase.
fail
("Property other than BEGIN came before BEGIN property: " + line);
84
TestCase.
fail
("Property other than END came after END property: " + line);
91
TestCase.
fail
("Unexpected line: " + line);
102
TestCase.
fail
("Expected line(s) not found:" + buffer.toString());
/libcore/luni/src/test/java/libcore/java/util/
CollectionsTest.java
35
fail
();
method
54
fail
();
method
59
fail
();
method
77
fail
();
method
83
fail
();
method
88
fail
();
method
93
fail
();
method
/libcore/support/src/test/java/tests/security/
KeyFactoryTest.java
53
fail
(e.getMessage());
64
fail
(e.getMessage());
66
fail
(e.getMessage());
73
fail
(e.getMessage());
81
fail
(e.getMessage());
83
fail
(e.getMessage());
90
fail
(e.getMessage());
/libcore/luni/src/test/java/libcore/java/io/
OldOutputStreamWriterTest.java
61
fail
("Test 1: NullPointerException expected.");
69
fail
("Test 2: Unexpected exception: " + e.getMessage());
85
fail
("Test 1: NullPointerException expected.");
92
fail
("Test 2: NullPointerException expected.");
99
fail
("Test 3: UnsupportedEncodingException expected.");
106
fail
("Test 4: UnsupportedEncodingException expected.");
114
fail
("Test 5: Unexpected UnsupportedEncodingException.");
130
fail
("Test 1: NullPointerException expected.");
137
fail
("Test 2: NullPointerException expected.");
157
fail
("Test 1: NullPointerException expected.")
[
all
...]
OldBufferedReaderTest.java
46
fail
("IllegalArgumentException expected");
59
fail
("Test 1: Read on closed stream.");
63
fail
("Exception during close test " + e.toString());
69
fail
("Test 2: IOException expected.");
91
fail
("Exception during mark test");
99
fail
("Failed to invalidate mark properly");
116
fail
("Exception during mark test 2:" + e);
128
fail
("Exception during mark test 3:" + e);
148
fail
("Exception during read test");
165
fail
("Exception during read test 2:" + e)
307
fail
();
method
[
all
...]
OldRandomAccessFileTest.java
58
fail
("Test 1: FileNotFoundException expected.");
62
fail
("Test 2: Unexpected IllegalArgumentException: " + e.getMessage());
72
fail
("Test 3: Unexpected IllegalArgumentException: " + e.getMessage());
78
fail
("Test 4: Unexpected IllegalArgumentException: " + e.getMessage());
84
fail
("Test 5: Unexpected IllegalArgumentException: " + e.getMessage());
91
fail
("Test 6: IllegalArgumentException expected.");
112
fail
("Test 1: FileNotFoundException expected.");
116
fail
("Test 2: Unexpected IllegalArgumentException: " + e.getMessage());
124
fail
("Test 3: Unexpected IllegalArgumentException: " + e.getMessage());
130
fail
("Test 4: Unexpected IllegalArgumentException: " + e.getMessage())
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderTest.java
142
fail
("unexpected exception " + e.toString());
159
fail
("Unexpected ParserConfigurationException " + pce.toString());
161
fail
("Unexpected SAXException " + sax.toString());
252
fail
("Unexpected IOException " + ioe.toString());
254
fail
("Unexpected SAXException " + sax.toString());
260
fail
("Expected IllegalArgumentException was not thrown");
264
fail
("Unexpected IOException " + ioe.toString());
266
fail
("Unexpected SAXException " + sax.toString());
272
fail
("Expected IOException was not thrown");
276
fail
("Unexpected SAXException " + sax.toString())
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java
112
fail
("KeyStoreException must be thrown because this method is not supported");
117
fail
("NullPointerException must be thrown entry is null");
124
fail
("KeyStoreException must be thrown because this method is not supported");
129
fail
("KeyStoreException must be thrown because this method is not supported");
134
fail
("KeyStoreException must be thrown because this method is not supported");
139
fail
("IOException must be thrown");
144
fail
("IOException or NullPointerException must be thrown for null OutputStream");
151
fail
("IOException must be thrown");
159
fail
("UnsupportedOperationException must be thrown");
169
fail
("UnsupportedOperationException must be thrown")
[
all
...]
/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
...]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/
Test_aput_object.java
79
fail
("expected ArrayIndexOutOfBoundsException");
93
fail
("expected ArrayIndexOutOfBoundsException");
107
fail
("expected NullPointerException");
121
fail
("expected ArrayStoreException");
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");
200
fail
("expected a verification exception")
[
all
...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java
58
fail
("No expected NullPointerException");
86
fail
("No expected NullPointerException");
93
fail
("No expected NullPointerException");
101
fail
("No expected IllegalArgumentException");
180
fail
("No expected IllegalStateException");
186
fail
("No expected IllegalStateException");
192
fail
("No expected IllegalStateException");
198
fail
("No expected IllegalStateException");
204
fail
("No expected IllegalStateException");
210
fail
("No expected IllegalStateException")
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/
OldStackTraceElementTest.java
49
fail
();
method
71
fail
("Expected NullPointerException was not thrown");
80
fail
("Expected NullPointerException was not thrown");
90
fail
("Unexpected exception " + e.toString());
97
fail
();
method
112
fail
();
method
126
fail
();
method
140
fail
();
method
150
fail
();
method
164
fail
();
method
182
fail
();
method
189
fail
();
method
199
fail
();
method
[
all
...]
Completed in 1157 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>