OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fail
(Results
126 - 150
of
4776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
UnknownHostExceptionTest.java
34
fail
("Failed to generate Exception");
48
fail
("Failed to generate Exception");
UnknownServiceExceptionTest.java
34
fail
("Exception not thrown");
48
fail
("Constructor failed");
/libcore/luni/src/test/java/tests/security/cert/
CertificateEncodingException2Test.java
33
fail
("Should have thrown CertificateEncodingException");
39
fail
("Unexpected exception during test : " + e);
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
...]
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
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp
24
assert(!out.
fail
());
26
assert(out.
fail
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp
24
assert(!out.
fail
());
26
assert(out.
fail
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
bool.pass.cpp
22
assert(static_cast<bool>(ios) == !ios.
fail
());
24
assert(static_cast<bool>(ios) == !ios.
fail
());
/external/libcxx/test/
testit
74
FAIL
=0
81
fail
=0
83
if (ls ${TEST_PREFIX}*
fail
.cpp > /dev/null 2>&1)
85
for FILE in $(ls ${TEST_PREFIX}*
fail
.cpp); do
90
fail
=$(($
fail
+1))
113
fail
=$(($
fail
+1))
119
fail
=$(($
fail
+1)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
KeyManagerFactorySpiTest.java
41
fail
("Unexpected Exception " + e.toString());
55
fail
("NoSuchAlgorithmException wasn't thrown");
59
fail
(e + " was thrown instead of NoSuchAlgorithmException");
64
fail
("KeyStoreException wasn't thrown");
68
fail
(e + " was thrown instead of KeyStoreException");
74
fail
("UnrecoverableKeyException wasn't thrown");
78
fail
(e + " was thrown instead of UnrecoverableKeyException");
86
fail
("Unexpected exception " + e);
98
fail
("InvalidAlgorithmParameterException wasn't thrown");
102
fail
(e + " was thrown instead of InvalidAlgorithmParameterException")
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit
74
FAIL
=0
81
fail
=0
83
if (ls ${TEST_PREFIX}*
fail
.cpp > /dev/null 2>&1)
85
for FILE in $(ls ${TEST_PREFIX}*
fail
.cpp); do
90
fail
=$(($
fail
+1))
113
fail
=$(($
fail
+1))
119
fail
=$(($
fail
+1)
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/verify/b2/
Test_b2.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");
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java
48
fail
("Unexpected NullPointerException was thrown.");
77
fail
("Unexpected IllegalArgumentException was thrown.");
79
fail
("Unexpected NullPointerException was thrown.");
84
fail
("A NullPointerException should be was thrown "
87
fail
("Unexpected IllegalArgumentException was thrown.");
93
fail
("An IllegalArgumentException should be thrown "
100
fail
("An IllegalArgumentException should be thrown "
107
fail
("An IllegalArgumentException should be thrown "
114
fail
("An IllegalArgumentException should be thrown "
121
fail
("An IllegalArgumentException should be thrown
[
all
...]
DESKeySpecTest.java
110
fail
("Should raise an NullPointerException "
114
fail
("Should raise an NullPointerException "
119
fail
("Should raise an InvalidKeyException on a short byte array.");
121
fail
("Unexpected NullPointerException was thrown.");
127
fail
("Unexpected NullPointerException was thrown.");
129
fail
("Unexpected InvalidKeyException was thrown.");
133
fail
("Should raise an NullPointerException "
137
fail
("Should raise an NullPointerException "
142
fail
("Should raise an InvalidKeyException on a short byte array.");
144
fail
("Unexpected NullPointerException was thrown.")
[
all
...]
/external/strace/test/
procpollable.c
25
goto
fail
;
28
goto
fail
;
34
goto
fail
;
37
goto
fail
;
41
fail
:
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java
48
fail
("Unexpected NullPointerException was thrown.");
77
fail
("Unexpected IllegalArgumentException was thrown.");
79
fail
("Unexpected NullPointerException was thrown.");
84
fail
("A NullPointerException should be was thrown "
87
fail
("Unexpected IllegalArgumentException was thrown.");
93
fail
("An IllegalArgumentException should be thrown "
100
fail
("An IllegalArgumentException should be thrown "
107
fail
("An IllegalArgumentException should be thrown "
114
fail
("An IllegalArgumentException should be thrown "
121
fail
("An IllegalArgumentException should be thrown
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java
38
fail
("ArrayStoreException is not thrown.");
46
fail
("ArrayStoreException is not thrown.");
54
fail
("ArrayStoreException is not thrown.");
62
fail
("ArrayStoreException is not thrown.");
70
fail
("ArrayStoreException is not thrown.");
78
fail
("ArrayStoreException is not thrown.");
86
fail
("NullPointerException is not thrown.");
94
fail
("NullPointerException is not thrown.");
101
fail
("IndexOutOfBoundsException is not thrown.");
108
fail
("IndexOutOfBoundsException is not thrown.")
[
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
...]
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
...]
OldCharArrayReaderTest.java
39
fail
("Exception determining ready state : " + e.getMessage());
49
fail
("Test 1: NullPointerException expected.");
55
fail
("Test 2: IllegalArgumentException expected.");
61
fail
("Test 3: IllegalArgumentException expected.");
67
fail
("Test 4: IllegalArgumentException expected.");
86
fail
("Failed to throw exception on read from closed stream");
108
fail
("Test 2: IOException expected.");
136
fail
("Test 3: IOException expected.");
156
fail
("Test 2: NullPointerException expected.");
163
fail
("Test 3: ArrayIndexOutOfBoundsException expected.")
[
all
...]
OldObjectInputOutputStreamTest.java
46
fail
("Test 2: EOFException expected.");
54
fail
("Test 3: IOException expected.");
70
fail
("Test 2: EOFException expected.");
78
fail
("Test 3: IOException expected.");
94
fail
("Test 2: EOFException expected.");
102
fail
("Test 3: IOException expected.");
118
fail
("Test 2: EOFException expected.");
126
fail
("Test 3: IOException expected.");
142
fail
("Test 2: EOFException expected.");
150
fail
("Test 3: IOException expected.")
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
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
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java
123
fail
("null argument expected: " + String.format(errorFormat, args)); //$NON-NLS-1$
138
fail
(message);
170
fail
("null argument: " + message); //$NON-NLS-1$
190
fail
("null argument: " + String.format(errorFormat, args)); //$NON-NLS-1$
205
fail
(message);
211
//
Fail
220
public static void
fail
(String message) {
method in class:Assert
229
public static void
fail
(String errorFormat, Object... args) {
method in class:Assert
264
fail
("assertion failed: " + message); //$NON-NLS-1$
286
fail
("assertion failed: " + String.format(errorFormat, args)); //$NON-NLS-1
304
fail
(errorFormat, args);
method
[
all
...]
/art/test/201-built-in-exception-detail-messages/src/
Main.java
45
private static void
fail
() {
method in class:Main
57
fail
();
method
65
fail
();
method
73
fail
();
method
81
fail
();
method
89
fail
();
method
97
fail
();
method
108
fail
();
method
118
fail
();
method
128
fail
();
method
198
fail
();
method
206
fail
();
method
214
fail
();
method
222
fail
();
method
230
fail
();
method
258
fail
();
method
266
fail
();
method
274
fail
();
method
283
fail
();
method
303
fail
();
method
312
fail
();
method
321
fail
();
method
330
fail
();
method
339
fail
();
method
348
fail
();
method
359
fail
();
method
368
fail
();
method
377
fail
();
method
386
fail
();
method
395
fail
();
method
403
fail
();
method
410
fail
();
method
417
fail
();
method
424
fail
();
method
431
fail
();
method
441
fail
();
method
449
fail
();
method
457
fail
();
method
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
ObservableTest.java
29
fail
("registerObserver should throw a IllegalArgumentException here.");
37
fail
("unregisterObserver should throw a IllegalStateException here.");
44
fail
("unregisterObserver should throw a IllegalArgumentException here.");
54
fail
("registerObserver should throw a IllegalStateException here.");
64
fail
("unregisterObserver should throw a IllegalStateException here.");
81
fail
("registerObserver should throw a IllegalStateException here.");
86
fail
("registerObserver should throw a IllegalStateException here.");
Completed in 821 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>