OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fail
(Results
201 - 225
of
5306
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedWriterTest.java
56
fail
("Test 3: Unexpected IOException.");
71
fail
("Test 1: IllegalArgumentException expected.");
83
fail
("Test 4: Unexpected IOException.");
100
fail
("Test 1: IOException expected.");
109
fail
("Test 3: IOException expected.");
135
fail
("Test 3: IOException expected.");
162
fail
("Test 2: IOException expected.");
193
fail
("Exception during write test");
213
fail
("Test 1: NullPointerException expected.");
220
fail
("Test 2: IndexOutOfBoundsException expected.")
[
all
...]
/cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java
51
fail
("ActivityManager.restartPackage() didn't throw SecurityException as expected.");
71
fail
("AlarmManager.setTimeZone() did not throw SecurityException as expected.");
89
fail
("Context.setWallpaper(BitMap) did not throw SecurityException as expected.");
96
fail
("Context.setWallpaper(InputStream) did not throw SecurityException as expected.");
103
fail
("Context.clearWallpaper() did not throw SecurityException as expected.");
120
fail
("Vibrator.cancel() did not throw SecurityException as expected.");
127
fail
("Vibrator.vibrate(long) did not throw SecurityException as expected.");
136
fail
("Vibrator.vibrate(long[], int) not throw SecurityException as expected.");
153
fail
("SmsManager.sendDataMessage() did not throw SecurityException as expected.");
/cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/
Test_lookupswitch.java
65
fail
("expected a verification exception");
78
fail
("expected a verification exception");
92
fail
("expected a verification exception");
106
fail
("expected a verification exception");
119
fail
("expected a verification exception");
132
fail
("expected a verification exception");
146
fail
("expected a verification exception");
159
fail
("expected a verification exception");
173
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/opc_new/
Test_opc_new.java
46
fail
("expected Error");
60
fail
("expected IllegalAccessError");
76
fail
("expected NoClassDefFoundError");
94
fail
("expected InstantiationError");
113
fail
("expected Error");
126
fail
("expected a verification exception");
139
fail
("expected a verification exception");
153
fail
("expected a verification exception");
166
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java
58
fail
("expected a verification exception");
71
fail
("expected a verification exception");
85
fail
("expected a verification exception");
98
fail
("expected a verification exception");
111
fail
("expected a verification exception");
124
fail
("expected a verification exception");
137
fail
("expected a verification exception");
150
fail
("expected a verification exception");
165
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java
58
fail
("expected a verification exception");
71
fail
("expected a verification exception");
84
fail
("expected a verification exception");
97
fail
("expected a verification exception");
110
fail
("expected a verification exception");
123
fail
("expected a verification exception");
136
fail
("expected a verification exception");
149
fail
("expected a verification exception");
164
fail
("expected a verification exception");
/cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java
37
fail
("must throw a RuntimeException");
50
fail
("must throw a Throwable");
63
fail
("must throw a Error");
85
fail
("expected NullPointerException");
98
fail
("expected IllegalMonitorStateException");
111
fail
("expected a verification exception");
127
fail
("expected a verification exception");
141
fail
("expected a verification exception");
156
fail
("expected a verification exception");
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AbstractQueueTest.java
36
static class
Fail
extends AbstractQueue<Integer> {
59
Fail
q = new
Fail
();
91
Fail
q = new
Fail
();
112
Fail
q = new
Fail
();
177
Fail
q = new
Fail
();
/dalvik/libcore/sql/src/test/java/tests/sql/
BlobTest.java
44
fail
("Not yet implemented");
57
fail
("Not yet implemented");
70
fail
("Not yet implemented");
83
fail
("Not yet implemented");
96
fail
("Not yet implemented");
109
fail
("Not yet implemented");
122
fail
("Not yet implemented");
135
fail
("Not yet implemented");
148
fail
("Not yet implemented");
ParameterMetaDataTest.java
43
fail
("Not yet implemented");
56
fail
("Not yet implemented");
69
fail
("Not yet implemented");
82
fail
("Not yet implemented");
95
fail
("Not yet implemented");
108
fail
("Not yet implemented");
121
fail
("Not yet implemented");
134
fail
("Not yet implemented");
147
fail
("Not yet implemented");
/external/webkit/LayoutTests/http/tests/appcache/
dynamic-entries-no-cache.html-disabled
44
log("
FAIL
: " + _a + " should be " + _bv + ". Threw exception " + exception);
48
log("
FAIL
: " + _a + " should be " + _bv + ". Was " + stringify(_av) + ".");
50
log("
FAIL
: " + _a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " + typeof _av + ").");
83
log("
FAIL
: hasItem didn't raise an exception");
88
log("
FAIL
: hasItem raised unexpected exception " + ex);
93
log("
FAIL
: add didn't raise an exception");
98
log("
FAIL
: add raised unexpected exception " + ex);
103
log("
FAIL
: remove didn't raise an exception");
108
log("
FAIL
: remove raised unexpected exception " + ex);
/frameworks/base/core/tests/coretests/src/android/net/
LocalSocketTest.java
88
fail
("expected exception");
95
fail
("expected exception");
102
fail
("expected exception");
109
fail
("expected exception");
116
fail
("expected exception");
123
fail
("expected exception");
142
fail
("expected exception");
151
fail
("expected exception");
160
fail
("expected exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/putstatic/
Test_putstatic.java
94
fail
("expected IncompatibleClassChangeError");
111
fail
("expected IllegalAccessError");
127
fail
("expected NoClassDefFoundError");
143
fail
("expected NoSuchFieldError");
160
fail
("expected IllegalAccessError");
177
fail
("expected Error");
183
// FIXME: "
fail
" commented out temporarily - check
195
//
fail
("expected IllegalAccessError");
211
fail
("expected a verification exception");
224
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/format/f1/
Test_f1.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");
96
fail
("expected a verification exception");
109
fail
("expected a verification exception");
122
fail
("expected a verification exception");
135
fail
("expected a verification exception but this test may
fail
if this check is not enforced")
[
all
...]
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ListIteratorTest.java
69
fail
("NoSuchElementException expected");
126
fail
("IllegalStateException expected");
138
fail
("IllegalStateException expected");
146
fail
("UnsupportedOperationException expected");
175
fail
("NoSuchElementException expected");
189
fail
("NoSuchElementException expected");
230
fail
("IllegalStateException expected");
243
fail
("IllegalStateException expected");
252
fail
("IllegalArgumentException expected");
259
fail
("ClassCastException expected")
[
all
...]
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedCharBufferTest2.java
55
fail
("Should throw Exception"); //$NON-NLS-1$
61
fail
("Should throw Exception"); //$NON-NLS-1$
67
fail
("Should throw Exception"); //$NON-NLS-1$
73
fail
("Should throw Exception"); //$NON-NLS-1$
79
fail
("Should throw Exception"); //$NON-NLS-1$
94
fail
("Should throw UnsupportedOperationException"); //$NON-NLS-1$
108
fail
("Should throw Exception"); //$NON-NLS-1$
123
fail
("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
129
fail
("Should throw NullPointerException"); //$NON-NLS-1$
135
fail
("Should throw BufferOverflowException"); //$NON-NLS-1
[
all
...]
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java
90
fail
("Unexpected exception " + e.toString());
109
//
fail
("Unexpected IllegalArgumentException" + e.getMessage());
111
//
fail
("Unexpected exception" + e.getMessage());
117
//
fail
("NullPointerException expected");
127
//
fail
("IllegalArgumentException expected");
148
//
fail
("Unexpected ParserConfigurationException " + e.getMessage());
157
//
fail
("Unexpected ParserConfigurationException " + e.getMessage());
163
//
fail
("NullPointerException expected");
168
//
fail
("Unexpected ParserConfigurationException" + e.getMessage());
175
//
fail
("ParserConfigurationException expected")
[
all
...]
/system/extras/tests/bionic/libc/common/
test_libgen.c
7
static int
fail
= 0;
variable
28
fail
+= 1;
33
fail
+= 1;
42
fail
+= 1;
67
fail
+= 1;
75
fail
+= 1;
83
fail
+= 1;
100
fail
+= 1;
108
fail
+= 1;
116
fail
+= 1
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iget/
Test_iget.java
61
fail
("expected NullPointerException");
74
fail
("expected a verification exception");
88
fail
("expected a verification exception");
102
fail
("expected a verification exception");
118
fail
("expected a verification exception");
132
fail
("expected a verification exception");
146
fail
("expected a verification exception");
162
fail
("expected a verification exception");
175
fail
("expected a verification exception");
189
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_boolean/
Test_iget_boolean.java
53
fail
("expected NullPointerException");
68
fail
("expected a verification exception");
81
fail
("expected a verification exception");
95
fail
("expected a verification exception");
111
fail
("expected a verification exception");
125
fail
("expected a verification exception");
139
fail
("expected a verification exception");
155
fail
("expected a verification exception");
168
fail
("expected a verification exception");
182
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_byte/
Test_iget_byte.java
53
fail
("expected NullPointerException");
66
fail
("expected a verification exception");
79
fail
("expected a verification exception");
93
fail
("expected a verification exception");
109
fail
("expected a verification exception");
123
fail
("expected a verification exception");
137
fail
("expected a verification exception");
153
fail
("expected a verification exception");
166
fail
("expected a verification exception");
179
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_char/
Test_iget_char.java
53
fail
("expected NullPointerException");
67
fail
("expected a verification exception");
81
fail
("expected a verification exception");
96
fail
("expected a verification exception");
112
fail
("expected a verification exception");
126
fail
("expected a verification exception");
140
fail
("expected a verification exception");
156
fail
("expected a verification exception");
169
fail
("expected a verification exception");
183
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_short/
Test_iget_short.java
53
fail
("expected NullPointerException");
68
fail
("expected a verification exception");
82
fail
("expected a verification exception");
97
fail
("expected a verification exception");
113
fail
("expected a verification exception");
127
fail
("expected a verification exception");
141
fail
("expected a verification exception");
157
fail
("expected a verification exception");
170
fail
("expected a verification exception");
184
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java
61
fail
("expected NullPointerException");
74
fail
("expected a verification exception");
88
fail
("expected a verification exception");
103
fail
("expected a verification exception");
119
fail
("expected a verification exception");
133
fail
("expected a verification exception");
147
fail
("expected a verification exception");
163
fail
("expected a verification exception");
176
fail
("expected a verification exception");
190
fail
("expected a verification exception")
[
all
...]
/cts/tools/vm-tests/src/dot/junit/opcodes/iput/
Test_iput.java
94
fail
("expected NullPointerException");
107
fail
("expected a verification exception");
121
fail
("expected a verification exception");
137
fail
("expected a verification exception");
152
fail
("expected a verification exception");
166
fail
("expected a verification exception");
182
fail
("expected a verification exception");
196
fail
("expected a verification exception");
210
fail
("expected a verification exception");
228
fail
("expected a verification exception")
[
all
...]
Completed in 131 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>