Searched refs:fail (Results 101 - 125 of 1955) sorted by relevance

1234567891011>>

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java62 fail("NullCipher should be used "
67 fail("NullCipher should be used if Cipher is not specified.");
82 fail("read() returned the incorrect value. " + "Expected: "
87 fail("read() should return -1 at the end of the stream.");
109 fail("read(byte[] b) returned incorrect data.");
115 fail("The data returned by read(byte[] b) "
123 fail("read(byte[] b) should return -1 "
155 fail("The data returned by "
164 fail("read() should return -1 at the end of the stream.");
185 fail("rea
[all...]
H A DKeyGeneratorSpiTest.java58 fail("IllegalArgumentException must be thrown");
63 fail("IllegalArgumentException must be thrown");
69 fail("InvalidAlgorithmParameterException must be thrown when parameter is null");
H A DExemptionMechanismSpiTest.java70 fail("InvalidKeyException must be thrown");
75 fail("InvalidKeyException must be thrown");
80 fail("InvalidKeyException must be thrown");
86 fail("ExemptionMechanismException must be thrown");
91 fail("ExemptionMechanismException must be thrown");
96 fail("ExemptionMechanismException must be thrown");
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGeneratorSpiTest.java58 fail("UnsupportedOperationException must be thrown");
65 fail("IllegalArgumentException must be thrown for incorrect keysize");
70 fail("IllegalArgumentException must be thrown");
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXCertPathValidatorResultTest.java83 fail(getName() + ": not performed (could not create test TrustAnchor)");
104 fail("NPE expected");
118 fail(getName() + ": not performed (could not create test TrustAnchor)");
126 fail("NPE expected");
139 fail(getName() + ": not performed (could not create test TrustAnchor)");
158 fail(getName() + ": not performed (could not create test TrustAnchor)");
182 fail(getName() + ": not performed (could not create test TrustAnchor)");
209 fail(getName() + ": not performed (could not create test TrustAnchor)");
237 fail(getName() + ": not performed (could not create test TrustAnchor)");
262 fail(getNam
[all...]
H A DPKIXBuilderParametersTest.java63 fail(getName() + ": not performed (could not create test TrustAnchor set)");
84 fail(getName() + ": not performed (could not create test TrustAnchor set)");
105 fail(getName() + ": not performed (could not create test TrustAnchor set)");
130 fail("NPE expected");
146 fail("InvalidAlgorithmParameterException expected");
161 fail(getName() + ": not performed (could not create test TrustAnchor set)");
169 fail("ClassCastException expected");
184 fail("NPE expected");
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DAlgorithmParameterGeneratorSpiTest.java61 fail("IllegalArgumentException must be thrown");
69 fail("IllegalArgumentException must be thrown");
74 fail("IllegalArgumentException must be thrown");
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXBuilderParameters_ImplTest.java56 fail(getName() + ": not performed (could not create test KeyStore)");
79 fail(getName() + ": not performed (could not create test KeyStore)");
104 fail(getName() + ": not performed (could not create test KeyStore)");
122 fail(getName() + ": not performed (could not create test KeyStore)");
128 fail("KeyStoreException expected");
143 fail(getName() + ": not performed (could not create test KeyStore)");
150 fail("InvalidAlgorithmParameterException expected");
168 fail(getName() + ": not performed (could not create test KeyStore)");
188 fail(getName() + ": not performed (could not create test KeyStore)");
214 fail(getNam
[all...]
/external/chromium_org/build/
H A Dbuild-ctags.sh18 fail() { function
34 cd "$CHROME_SRC_DIR/$1" || fail $1
38 $(ctags_cmd "$extraexcludes") 2> /dev/null || fail $1
/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode-opt.js56 fail("ReferenceError after MAX iterations", "no exception");
77 fail("no exception", "exception");
102 fail("ReferenceError after MAX iterations", "no exception");
/external/ltrace/
H A Ddemangle.c67 fail:
75 goto fail;
79 goto fail;
/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record-T.exp10 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
22 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
25 fail "Couldn't get .hash data!"
50 fail "Spent $sec inside call, but PUT call sleep($sleep_sec)!"
59 fail "Fail to find call sleep!"
73 fail "Spent $usec inside call, but PUT call nanosleep($nanosleep_usec)!"
81 fail "Fail to find nanosleep"
/external/tcpdump/
H A Dprint-ipcomp.c68 goto fail;
74 goto fail;
89 fail:
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DEngineTest.java55 fail("Incorrect provider");
58 fail("Incorrect spi");
71 fail("No expected NoSuchAlgorithmException");
87 fail("Incorrect provider");
90 fail("Incorrect spi");
104 fail("No expected NoSuchAlgorithmException");
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DTrustManagerImplTest.java93 fail("No expected IllegalArgumentException ");
99 fail("No expected IllegalArgumentException ");
105 fail("No expected CertificateException ");
111 fail("No expected IllegalArgumentException ");
117 fail("No expected IllegalArgumentException ");
123 fail("No expected CertificateException ");
/external/deqp/scripts/
H A Dcheck_resolution_list.py7 def fail (msg): function
31 fail("Invalid line in resolution list: '%s'" % line)
56 fail("Invalid resolution: '%s %s %s'" % (pattern, minRes, recRes))
64 fail("Pattern '%s' does not match any cases" % pattern)
68 fail("Case '%s' specified multiple times (when processing '%s')" % (case, pattern))
73 fail("Case '%s' not specified by any rule" % case)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dpointer.pass.cpp50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());
86 assert(!is.fail());
95 assert(!is.fail());
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dgetline_pointer_size.pass.cpp49 assert(!is.fail());
54 assert(!is.fail());
59 assert(!is.fail());
69 assert(!is.fail());
74 assert(!is.fail());
79 assert(!is.fail());
H A Dgetline_pointer_size_chart.pass.cpp49 assert(!is.fail());
54 assert(!is.fail());
59 assert(!is.fail());
69 assert(!is.fail());
74 assert(!is.fail());
79 assert(!is.fail());
H A Dread.pass.cpp52 assert(!is.fail());
57 assert(!is.fail());
62 assert( is.fail());
71 assert(!is.fail());
76 assert(!is.fail());
81 assert( is.fail());
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherOutputStreamTest.java34 fail("IllegalStateException expected");
44 fail("IllegalStateException expected");
/external/chromium_org/content/test/data/fileapi/
H A Dcommon.js12 if (document.location.hash == '#fail')
21 function fail(message) function
24 document.location.hash = '#fail';
52 fail('unexpectedErrorCallback:' + fileErrorToString(e));
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest.js16 chrome.test.fail('Wrong number of media galleries: ' +
38 chrome.test.fail(message.data);
/external/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
H A Dopen_pointer.pass.cpp27 assert(fs.fail());
39 assert(fs.fail());
H A Dopen_string.pass.cpp27 assert(fs.fail());
39 assert(fs.fail());

Completed in 900 milliseconds

1234567891011>>