Searched refs:fail (Results 51 - 75 of 1955) sorted by relevance

1234567891011>>

/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
H A Dccp.pass.cpp34 assert(!in.fail());
37 assert(!in.fail());
39 assert(in.fail());
H A Dccp_size.pass.cpp34 assert(in.fail());
37 assert(!in.fail());
39 assert(in.fail());
H A Dcp.pass.cpp34 assert(!in.fail());
37 assert(!in.fail());
39 assert(!in.fail());
H A Dcp_size.pass.cpp34 assert(in.fail());
37 assert(!in.fail());
39 assert(!in.fail());
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimeTest.java131 fail("Should throw IllegalArgumentException");
156 fail("Should throw IllegalArgumentException.");
168 fail("Should throw IllegalArgumentException.");
180 fail("Should throw IllegalArgumentException.");
192 fail("Should throw IllegalArgumentException.");
204 fail("Should throw IllegalArgumentException.");
216 fail("Should throw IllegalArgumentException.");
228 fail("Should throw IllegalArgumentException.");
240 fail("should throw NumberFormatException");
247 fail("shoul
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractIteratorTest.java51 fail("Should not have been invoked again");
73 fail("no exception thrown");
94 fail("Should not have been invoked again");
111 fail("peek() should throw NoSuchElementException at end");
117 fail("peek() should continue to throw NoSuchElementException at end");
123 fail("next() should throw NoSuchElementException as usual");
129 fail("peek() should still throw NoSuchElementException after next()");
140 fail("Should not have been invoked again");
149 fail("peek() should throw NoSuchElementException at end");
155 fail("pee
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DPreconditionsTest.java40 fail("no exception thrown");
52 fail("no exception thrown");
61 fail("no exception thrown");
74 fail("no exception thrown");
87 fail("no exception thrown");
99 fail("no exception thrown");
108 fail("no exception thrown");
121 fail("no exception thrown");
137 fail("no exception thrown");
150 fail("n
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGenerator1Test.java79 fail(NotSupportMsg);
103 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
110 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: "
123 fail(NotSupportMsg);
142 fail(NotSupportMsg);
149 fail("IllegalArgumentException must be thrown when provider is null");
154 fail("IllegalArgumentException must be thrown when provider is empty");
170 fail(NotSupportMsg);
177 fail("NoSuchProviderException must be thrown (algorithm: "
195 fail(NotSupportMs
[all...]
H A DAlgorithmParameterGenerator1Test.java72 fail(validAlgName + " algorithm is not supported");
99 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
106 fail("NoSuchAlgorithmException should be thrown");
120 fail(validAlgName + " algorithm is not supported");
139 fail(validAlgName + " algorithm is not supported");
146 fail("IllegalArgumentException must be thrown when provider is null");
151 fail("IllegalArgumentException must be thrown when provider is empty");
166 fail(validAlgName + " algorithm is not supported");
174 fail("NoSuchProviderException must be thrown (provider: "
192 fail(validAlgNam
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java35 fail("Incorrect instance");
38 fail("connection should not be permitted");
47 fail("Incorrect instance");
50 fail("connection should not be permitted");
H A DSSLServerSocketFactoryTest.java73 fail("incorrect instance: " + factory.getClass() +
78 fail("incorrect instance " + factory.getClass());
81 fail("incorrect result: DefaultSSLServerSocketFactory.getDefaultCipherSuites()");
84 fail("incorrect result: DefaultSSLServerSocketFactory.getDefaultCipherSuites()");
88 fail("No expected SocketException");
91 fail(e.toString());
/external/chromium_org/content/test/data/fileapi/
H A Dcreate_test.js8 function(e) { fail('Open:' + fileErrorToString(e)); } );
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dtest.js13 test.fail('tests failed');
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dtest.js13 test.fail('tests failed');
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
H A Dtest.js13 test.fail('tests failed');
/external/chromium_org/v8/test/webkit/fast/js/
H A DPromise-resolve.js40 fail('rejected');
/external/ltrace/
H A Dmemstream.c49 fail:
55 goto fail;
58 goto fail;
63 goto fail;
/external/chromium_org/content/test/data/indexeddb/
H A Dcommon.js15 if (document.location.hash == '#fail')
24 function fail(message) function
27 document.location.hash = '#fail';
37 fail('unexpectedUpgradeNeededCallback');
42 fail('unexpectedAbortCallback');
47 fail('unexpectedSuccessCallback');
52 fail('unexpectedCompleteCallback');
57 fail('unexpectedErrorCallback');
62 fail('unexpectedBlockedCallback');
67 fail('unexpectedUpgradeNeededCallbac
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java43 fail("No expected SSLPeerUnverifiedException");
51 fail("Non null result");
58 fail("No expected IllegalArgumentException");
67 fail("No expected IllegalArgumentException");
75 fail("incorrect DefaultSSLSocketFactory");
83 fail("incorrect DefaultSSLSocketFactory");
90 fail("No expected IllegalArgumentException");
99 fail("No expected IllegalArgumentException");
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
H A Dswrast_drm_api.c52 goto fail;
58 fail:
/external/clang/test/Preprocessor/
H A Dmacro_arg_directive.c11 void fail(const char *);
13 ({ int result = 0; __VA_ARGS__; if (!result) { fail(#__VA_ARGS__); }; result })
/external/genext2fs/
H A Dtest-mount.sh16 fail () { function
39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
45 fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
62 [ -d mnt/dev ] || fail
74 diff fout lsout || fail
/external/mesa3d/src/gallium/targets/dri-swrast/
H A Dswrast_drm_api.c52 goto fail;
58 fail:
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder1Test.java84 fail(NotSupportMsg);
138 fail("No expected NullPointerException");
144 fail("NoSuchAlgorithmException must be thrown");
156 fail(NotSupportMsg);
174 fail(NotSupportMsg);
181 fail("IllegalArgumentException must be thrown thrown");
186 fail("IllegalArgumentException must be thrown thrown");
200 fail(NotSupportMsg);
207 fail("NoSuchProviderException must be hrown");
223 fail(NotSupportMs
[all...]
H A DX509CRLSelectorTest.java47 fail("NullPointerException expected");
61 fail("IOException expected");
69 fail("IOException expected");
83 fail("IOException expected");
97 fail("NullPointerException expected");
111 fail("IOException expected");

Completed in 3618 milliseconds

1234567891011>>