OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fail
(Results
526 - 550
of
5306
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java
48
fail
("Unexpected exception " + e.getMessage());
64
fail
("Unexpected CloneNotSupportedException " + e.getMessage());
70
fail
("CloneNotSupportedException expected ");
139
fail
("Unexpected exception " + e.getMessage());
398
fail
("unexpected exception: " + e);
418
fail
("unexpected exception: " + e);
445
fail
("unexpected exception: " + e);
453
fail
("unexpected exception: " + e);
480
fail
("unexpected exception: " + e);
488
fail
("unexpected exception")
[
all
...]
/dalvik/libcore/security/src/test/java/tests/security/cert/
CertPathBuilder2Test.java
95
fail
("Incorrect default type: ".concat(dtN));
103
fail
("CertPathBuilderException must be thrown");
128
fail
("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
135
fail
("NoSuchAlgorithmException must be thrown (type: ".concat(
169
fail
("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
177
fail
("NoSuchAlgorithmException must be thrown (type: ".concat(
186
fail
("IllegalArgumentException must be thrown when provider is null (type: "
192
fail
("IllegalArgumentException must be thrown when provider is empty (type: "
202
fail
("NoSuchProviderException must be thrown (type: "
239
fail
("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null")
[
all
...]
CertPathCertPathRepTest.java
48
fail
("Unexpected exeption " + e.getMessage());
65
fail
("ObjectStreamException was not thrown.");
73
fail
("ObjectStreamException expected");
/dalvik/libcore/sql/src/test/java/tests/SQLite/
SQLiteTest.java
56
fail
("Exception: " + e.toString());
58
fail
("Exception: " + e.toString());
69
fail
("Couldn't close Connection: " + e.getMessage());
/dalvik/libcore/sql/src/test/java/tests/javax/sql/
RowSetListenerTest.java
45
fail
("Not yet implemented");
58
fail
("Not yet implemented");
71
fail
("Not yet implemented");
/dalvik/libcore/sql/src/test/java/tests/sql/
SQLDataTest.java
43
fail
("Not yet implemented");
56
fail
("Not yet implemented");
69
fail
("Not yet implemented");
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java
48
boolean
fail
= true;
51
fail
= false;
64
return
fail
;
/external/icu4c/samples/numfmt/
capi.c
37
printf("
FAIL
: unum_open\n");
48
printf("
FAIL
: unum_parseDouble\n");
66
printf("
FAIL
: format_parseDouble\n");
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
while-003.js
49
"if ( i == void 0 ) i = 0; result=\"pass\"; if ( ++i == 1 ) {continue;} else {break;} result=\"
fail
\";"
61
result = "
fail
: statements in while block were not evaluated";
77
) ? "pass" : "
fail
" );
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/
switch-001.js
45
result = "
fail
: did not enter switch";
49
result = "
fail
: for backwards compatibility, version 130 use strict equality";
55
result = "
fail
: evaluated default statement";
/external/webkit/WebCore/manual-tests/
array-out-of-memory.html
27
document.write("<p>
FAIL
- Expected \"" + expect_name + "/" + expect_message + "\", got \"" + e.name + "/" + e.message + "\".</p>");
32
document.write("<p>
FAIL
- Expected exception.</p>");
38
<p>This test checks that Array objects
fail
gracefully (throw exception) when array length grows large.</p>
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java
41
fail
("ServiceManager.addService did not throw SecurityException as"
58
fail
("IServiceManager.setPermissionController did not throw SecurityException as"
63
fail
("Unexpected remote exception");
/system/core/libdiskconfig/
write_lst.c
75
goto
fail
;
82
goto
fail
;
90
fail
:
/system/core/toolbox/
rm.c
22
int
fail
= 0;
local
45
fail
= 1;
51
if (
fail
|| errno < 0) {
/cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java
300
fail
("should not throw an OperationCanceledException");
302
fail
("should not throw an IOException");
304
fail
("should not throw an AuthenticatorException");
335
fail
("should not throw an InterruptedException");
410
fail
("should have found Authenticator type: " + ACCOUNT_TYPE);
506
fail
("should not throw an OperationCanceledException");
508
fail
("should not throw an IOException");
510
fail
("should not throw an AuthenticatorException");
533
fail
("should not throw an InterruptedException");
545
fail
("should not throw an OperationCanceledException")
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java
57
fail
("should throw out IO exception");
95
fail
(e.getMessage());
108
fail
("Created file in other app's directory");
121
fail
(e.getMessage());
131
fail
(e.getMessage());
154
fail
(e.getMessage());
156
fail
(e.getMessage());
162
fail
(e.getMessage());
169
fail
(e.getMessage());
/cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java
61
fail
("Could not prepare MediaRecorder: " + e.toString());
81
fail
("Recorded from MediaRecorder.AudioSource.MIC");
98
fail
("We just downloaded a song off the Internet with no permissions, and uploaded arbitrary data in the query string");
103
fail
("Got further than we should have trying to load a remote media source");
NoLocationPermissionTest.java
70
fail
("TelephonyManager.listen(LISTEN_CELL_LOCATION) did not" +
78
fail
("TelephonyManager.getCellLocation did not throw SecurityException as expected");
100
fail
("LocationManager.requestLocationUpdates did not" +
108
fail
("LocationManager.requestLocationUpdates did not" +
146
fail
("LocationManager.addProximityAlert did not throw SecurityException as expected");
166
fail
("LocationManager.getLastKnownLocation did not" +
207
fail
("LocationManager.getProvider did not throw SecurityException as expected");
248
fail
("LocationManager.isProviderEnabled did not throw SecurityException as expected");
287
fail
("LocationManager.addTestProvider did not throw SecurityException as expected");
301
fail
("LocationManager.removeTestProvider did not throw SecurityException as
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
InflateExceptionTest.java
65
fail
("should throw out InflateException");
82
fail
("should throw out InflateException");
96
fail
("should throw out InflateException");
110
fail
("should throw out InflateException");
/cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/
Test_areturn.java
109
fail
("expected IllegalMonitorStateException");
125
//
fail
("expected IllegalMonitorStateException");
138
fail
("expected a verification exception");
151
fail
("expected a verification exception");
164
fail
("expected a verification exception");
177
fail
("expected a verification exception");
190
fail
("expected a verification exception");
206
fail
("expected a verification exception");
230
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/dload_0/
Test_dload_0.java
48
fail
("expected a verification exception");
61
fail
("expected a verification exception");
74
fail
("expected a verification exception");
87
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/dload_1/
Test_dload_1.java
48
fail
("expected a verification exception");
61
fail
("expected a verification exception");
74
fail
("expected a verification exception");
87
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/dload_2/
Test_dload_2.java
48
fail
("expected a verification exception");
61
fail
("expected a verification exception");
74
fail
("expected a verification exception");
87
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/dload_3/
Test_dload_3.java
48
fail
("expected a verification exception");
61
fail
("expected a verification exception");
74
fail
("expected a verification exception");
87
fail
("expected a verification exception");
/cts/tools/dx-tests/src/dxc/junit/opcodes/dup/
Test_dup.java
60
fail
("expected a verification exception");
74
fail
("expected a verification exception");
88
fail
("expected a verification exception");
102
fail
("expected a verification exception");
Completed in 137 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>