HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 476 - 500 of 4776) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
InputStreamTest.java 31 fail("should throw NullPointerException.");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
Character_SubsetTest.java 33 fail("No expected NullPointerException");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 149 fail("Should throw Exception"); //$NON-NLS-1$
165 fail("Should throw Exception"); //$NON-NLS-1$
182 fail("Should throw Exception"); //$NON-NLS-1$
309 fail("Should throw Exception"); //$NON-NLS-1$
329 fail("Should throw Exception"); //$NON-NLS-1$
344 fail("Should throw Exception"); //$NON-NLS-1$
351 fail("Should throw Exception"); //$NON-NLS-1$
358 fail("Should throw Exception"); //$NON-NLS-1$
365 fail("Should throw Exception"); //$NON-NLS-1$
371 fail("Should throw Exception"); //$NON-NLS-1
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractCollectionTest.java 36 fail("iterator should not get called");
42 fail("size should not get called");
68 fail("iterator should not get called");
74 fail("size should not get called");
97 fail("iterator should not get called");
103 fail("size should not get called");
119 fail("iterator should not get called");
163 fail("size should not get called");
171 fail("an unexpected element was removed");
206 fail("size should not get called")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
AttributesNameTest.java 34 fail("Should throw IllegalArgumentException");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
SocketFactoryTest.java 53 fail("No expected SocketException");
69 fail("UnknownHostException wasn't thrown");
76 fail("IllegalArgumentException wasn't thrown for " + invalidPorts[i]);
83 fail("IOException wasn't thrown");
90 fail("IOException wasn't thrown ...");
107 fail("IllegalArgumentException wasn't thrown for " + invalidPorts[i]);
114 fail("IOException wasn't thrown");
121 fail("IOException wasn't thrown ...");
141 fail("IllegalArgumentException wasn't thrown for " + invalidPorts[i]);
148 fail("IllegalArgumentException wasn't thrown for " + invalidPorts[i])
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineResultHandshakeStatusTest.java 41 fail("Incorrect number of enum constant was returned");
60 fail("Unexpected exception " + e + " was thrown for " + str[i]);
68 fail("IllegalArgumentException should be thrown for " + str_invalid[i]);
77 fail("NullPointerException/IllegalArgumentException should be thrown for NULL parameter");
SSLEngineResultStatusTest.java 48 fail("Incorrect number of enum constant was returned");
67 fail("Unexpected exception " + e + " was thrown for " + str[i]);
75 fail("IllegalArgumentException should be thrown for " + str_invalid[i]);
84 fail("NullPointerException/IllegalArgumentException should be thrown for NULL parameter");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserFactoryTest.java 88 fail("Unexpected exception " + sax.toString());
141 fail("Expected FactoryConfigurationError was not thrown");
146 fail("Unexpected exception " + ioe.toString());
186 fail("ParserConfigurationException is thrown");
188 fail("SAXNotRecognizedException is thrown");
190 fail("SAXNotSupportedException is thrown");
196 fail("SAXNotRecognizedException is not thrown");
198 fail("ParserConfigurationException is thrown");
202 fail("SAXNotSupportedException is thrown");
204 fail("NullPointerException is thrown")
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedWriterTest.java 83 fail("Unexpeceted IOException.");
93 fail("Test 1: Construtor failed:" + e.getMessage());
101 fail("Test 2: Could not write to the constructed writer: "
111 fail("Test 4: IOException expected because the reader is already connected.");
124 fail("Test 1: Unexpected IOException: " + e.getMessage());
135 fail("Test 1: Unexpected exception when connecting: " +
145 fail("Test 2: Unexpected IOException when writing after connecting.");
152 fail("Test 4: IOException expected when reconnecting the writer.");
174 fail("Test 1: IOException expected.");
183 fail("Test 2: IndexOutOfBoundsException expected.")
    [all...]
RandomAccessFileTest.java 42 fail(); method
51 fail(); method
85 fail(); method
90 fail(); method
  /libcore/luni/src/test/java/libcore/java/math/
OldBigIntegerDivideTest.java 41 fail("ArithmeticException has not been caught");
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java 64 fail("IllegalArgumentException was not thrown.");
70 fail("IllegalArgumentException was not thrown.");
79 fail("NullPointerException was not thrown.");
88 fail("NullPointerException was not thrown.");
  /libcore/luni/src/test/java/libcore/java/text/
OldBidiTest.java 30 fail("Unexpected exception " + e.toString());
47 fail("Unexpected exception: " + e);
54 fail("Unexpected exception: " + e);
61 fail("Unexpected exception: " + e);
  /libcore/luni/src/test/java/tests/java/sql/
SqlDateTest.java 45 fail(); method
  /libcore/luni/src/test/java/tests/security/acl/
AclNotFoundException2Test.java 35 fail("Should have thrown AclNotFoundException");
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator2Test.java 112 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
119 fail("NoSuchAlgorithmException must be thrown (type: ".concat(invalidValues[i])
146 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
153 fail("NoSuchAlgorithmException must be thrown (type: ".concat(invalidValues[i])
162 fail("IllegalArgumentException must be thrown when provider is null (type: "
168 fail("IllegalArgumentException must be thrown when provider is empty (type: "
177 fail("NoSuchProviderException must be thrown (type: ".concat(validValues[i])
203 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
210 fail("NoSuchAlgorithmException must be thrown (type: ".concat(invalidValues[i])
219 fail("IllegalArgumentException must be thrown when provider is null (type:
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECGenParameterSpecTest.java 58 fail("NPE expected");
  /libcore/support/src/test/java/tests/security/
KeyAgreementHelper.java 45 Assert.fail(e.getMessage());
51 Assert.fail(e.getMessage());
56 Assert.fail(e.getMessage());
58 Assert.fail(e.getMessage());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());
double.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());
float.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());
int.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert( is.fail());
long.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());
long_double.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());

Completed in 476 milliseconds

<<11121314151617181920>>