Searched refs:fail (Results 276 - 300 of 1955) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DResultSetMetaDataTest.java51 fail("java.sql.ResultSetMetaData class not found!");
68 fail("Field " + fieldName + " missing!");
76 fail("Illegal access to Field " + fieldName);
H A DStatementTest.java59 fail("java.sql.Statement class not found!");
76 fail("Field " + fieldName + " missing!");
84 fail("Illegal access to Field " + fieldName);
H A DTestHelper_DriverManager.java65 // Try to get a driver from the general pool... this should fail
68 fail("testDeregisterDriver: Didn't get exception when getting valid driver from other classloader.");
90 fail("checkDeregisterDriver: Didn't get Security Exception deregistering invalid driver.");
96 fail("checkDeregisterDriver: Got wrong exception type when deregistering invalid driver.");
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DKeyManagerFactoryImplTest.java47 fail("No expected KeyStoreException");
66 fail("No expected InvalidAlgorithmParameterException");
76 fail("No expected IllegalStateException");
H A DTrustManagerFactoryImplTest.java47 fail("No expected KeyStoreException");
66 fail("No expected InvalidAlgorithmParameterException");
75 fail("No expected IllegalStateException");
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
H A DServerSocketFactoryTest.java45 fail("No expected SocketException");
48 fail(e.toString());
59 fail("Incorrect class instance");
H A DSocketFactoryTest.java45 fail("No expected SocketException");
48 fail(e.toString());
59 fail("Incorrect class instance");
/external/chromium_org/remoting/webapp/unittests/
H A Dxmpp_stream_parser_unittest.js62 test('should fail on invalid stream header', function() {
67 test('should fail on loose text', function() {
72 test('should fail on loose text with incomplete UTF-8 sequences', function() {
80 test('should fail on incomplete UTF-8 sequences', function() {
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js199 fail: undefined,
227 var fail = [];
234 fail.push(data[i]);
260 if (fail.length > 0) {
261 if (this.fail)
262 this.fail.populate(fail);
264 this.fail = updateBranch(fail);
279 return this.fail
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DUnmodifiableListIteratorTest.java41 fail();
54 fail();
67 fail();
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionsTest.java63 fail();
67 fail();
71 fail();
/external/junit/src/org/junit/internal/
H A DComparisonCriteria.java64 Assert.fail(header + "expected array was null");
66 Assert.fail(header + "actual array was null");
70 Assert.fail(header + "array lengths differed, expected.length="
/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record-tt.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!"
52 fail "Start at $start_sec, End at $end_sec, but PUT call sleep($sleep_sec)!"
61 fail "Fail to find call sleep!"
96 fail "Start at $start_usec, End at $end_usec, but PUT call nanosleep($nanosleep_usec)!"
104 fail "Fail to find nanosleep"
H A Dtime-record-ttt.exp10 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
23 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
26 fail "Couldn't get .hash data!"
54 fail "Start at $start_sec, End at $end_sec, but PUT call sleep($sleep_sec)!"
64 fail "Fail to find call sleep!"
101 fail "Start at $start_usec, End at $end_usec, but PUT call nanosleep($nanosleep_usec)!"
109 fail "Fail to find nanosleep"
/external/wpa_supplicant_8/hs20/client/
H A Dest.c41 goto fail;
59 goto fail;
65 goto fail;
74 goto fail;
86 fail:
351 goto fail;
354 goto fail;
357 goto fail;
363 goto fail;
368 goto fail;
[all...]
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp87 CPPUNIT_ASSERT(!str.fail());
98 CPPUNIT_ASSERT(!str.fail());
109 CPPUNIT_ASSERT(!str.fail());
120 CPPUNIT_ASSERT(!str.fail());
131 CPPUNIT_ASSERT(!str.fail());
142 CPPUNIT_ASSERT(!str.fail());
153 CPPUNIT_ASSERT(!str.fail());
166 CPPUNIT_ASSERT(!str.fail());
176 CPPUNIT_ASSERT(!str.fail());
189 CPPUNIT_ASSERT(!str.fail());
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java64 fail("InvalidKeyException must be thrown");
70 fail("IllegalStateException must be thrown");
81 fail("NullPointerException must be thrown");
86 fail("IllegalStateException must be thrown");
99 fail("NoSuchProviderException must be thrown");
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DRC2ParameterSpecTest.java50 fail("An IllegalArgumentException should be thrown "
57 fail("An IllegalArgumentException should be thrown "
82 fail("An IllegalArgumentException should be thrown "
89 fail("An IllegalArgumentException should be thrown "
128 fail("The returned iv is not equal to the specified "
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator3Test.java37 //fail("Takes ages. Problem with SecureRandom and stub math ?");
92 fail("Should have thrown IllegalArgumentException");
101 fail("Should have thrown IllegalArgumentException");
109 fail("Should have thrown NoSuchProviderException");
166 fail("No expected InvalidAlgorithmParameterException");
187 fail("No expected InvalidAlgorithmParameterException");
H A DKSPrivateKeyEntryTest.java74 fail("NullPointerException must be thrown when privateKey is null");
90 fail("NullPointerException must be thrown when chain is null");
96 fail("IllegalArgumentException must be thrown when chain length is 0");
111 fail("IllegalArgumentException must be thrown when chain contains certificates of different types");
126 fail("IllegalArgumentException must be thrown when key algorithms do not match");
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketExtensionDispatcher.cpp92 void WebSocketExtensionDispatcher::fail(const String& reason) function in class:blink::WebSocketExtensionDispatcher
105 fail("Response must not include 'Sec-WebSocket-Extensions' header if not present in request: " + headerValue);
115 fail("Invalid 'Sec-WebSocket-Extensions' header");
127 fail("Error in " + extensionToken + ": " + processor->failureReason());
133 fail("Found an unsupported extension '" + extensionToken + "' in 'Sec-WebSocket-Extensions' header");
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListAddAtIndexTester.java57 fail("add(n, present) should throw");
73 fail("add(n, notPresent) should throw");
106 fail("add(n, null) should throw");
118 fail("add(-1, e) should throw");
129 fail("add(size + 1, e) should throw");
H A DListSetTester.java79 fail("set(-1) should throw IndexOutOfBoundsException");
90 fail("set(size) should throw IndexOutOfBoundsException");
101 fail("set() should throw UnsupportedOperationException");
112 fail("set() should throw UnsupportedOperationException "
126 fail("set(null) should throw NullPointerException");
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-eax.c55 goto fail;
60 goto fail;
63 goto fail;
67 goto fail;
73 fail:
/external/wpa_supplicant_8/src/crypto/
H A Daes-eax.c55 goto fail;
60 goto fail;
63 goto fail;
67 goto fail;
73 fail:

Completed in 2875 milliseconds

<<11121314151617181920>>