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

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/lang/
IntegerTest.java 66 fail();
71 fail();
76 fail();
93 fail();
98 fail();
103 fail();
108 fail();
119 fail();
124 fail();
129 fail();
    [all...]
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterSignatureHelper.java 50 Assert.fail(e.getMessage());
58 Assert.fail(e.getMessage());
65 Assert.fail(e.getMessage());
71 Assert.fail(e.getMessage());
79 Assert.fail(e.getMessage());
85 Assert.fail(e.getMessage());
92 Assert.fail(e.getMessage());
98 Assert.fail(e.getMessage());
104 Assert.fail(e.getMessage());
111 Assert.fail(e.getMessage())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PushbackReaderTest.java 48 fail("Created reader with buffer larger than 1");
70 fail("Failed to throw exception reading from closed reader");
83 fail("mark failed to throw expected IOException");
108 fail("IOException during read test : " + e.getMessage());
123 fail("IOException during read test : " + e.getMessage());
134 fail(); method
139 fail(); method
144 fail(); method
154 fail(); method
159 fail(); method
167 fail(); method
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java 49 fail("An IllegalArgumentException should be thrown "
56 fail("An IllegalArgumentException should be thrown "
63 fail("An IllegalArgumentException should be thrown "
89 fail("An IllegalArgumentException should be thrown "
96 fail("An IllegalArgumentException should be thrown "
103 fail("An IllegalArgumentException should be thrown "
110 fail("An IllegalArgumentException should be thrown "
117 fail("An ArrayIndexOutOfBoundsException should be thrown "
120 fail("Not expected IllegalArgumentException was thrown.");
127 fail("An ArrayIndexOutOfBoundsException should be thrown
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_ImplTest.java 119 fail("Case1: No expected NoSuchAlgorithmException");
125 fail("Case2: No expected NoSuchAlgorithmException");
131 fail("No expected NoSuchPaddingException");
145 fail("Case1: No expected NoSuchAlgorithmException");
151 fail("Case2: No expected NoSuchAlgorithmException");
157 fail("No expected NoSuchPaddingException");
163 fail("No expected NoSuchProviderException");
189 fail("Case1: No expected NoSuchAlgorithmException");
195 fail("Case2: No expected NoSuchAlgorithmException");
201 fail("No expected NoSuchProviderException")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StringTest.java 108 fail("No IndexOutOfBoundsException");
127 fail("Should throw UnsupportedEncodingException");
150 fail("No IndexOutOfBoundsException");
173 fail("No NPE");
194 fail("No NPE");
200 fail("No IOOBE, negative offset");
206 fail("No IOOBE, negative count");
212 fail("No IOOBE, negative count");
218 fail("No IOOBE, too large");
236 fail("No NPE")
604 fail(); method
610 fail(); method
634 fail(); method
640 fail(); method
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 88 fail(); method
112 fail(); method
117 fail(); method
122 fail(); method
127 fail(); method
137 fail(); method
142 fail(); method
147 fail(); method
152 fail(); method
168 fail(); method
173 fail(); method
178 fail(); method
183 fail(); method
189 fail(); method
    [all...]
OldOutputStreamWriterTest.java 61 fail("Test 1: NullPointerException expected.");
69 fail("Test 2: Unexpected exception: " + e.getMessage());
85 fail("Test 1: NullPointerException expected.");
92 fail("Test 2: NullPointerException expected.");
99 fail("Test 3: UnsupportedEncodingException expected.");
106 fail("Test 4: UnsupportedEncodingException expected.");
114 fail("Test 5: Unexpected UnsupportedEncodingException.");
130 fail("Test 1: NullPointerException expected.");
137 fail("Test 2: NullPointerException expected.");
157 fail("Test 1: NullPointerException expected.")
    [all...]
OldRandomAccessFileTest.java 58 fail("Test 1: FileNotFoundException expected.");
62 fail("Test 2: Unexpected IllegalArgumentException: " + e.getMessage());
72 fail("Test 3: Unexpected IllegalArgumentException: " + e.getMessage());
78 fail("Test 4: Unexpected IllegalArgumentException: " + e.getMessage());
84 fail("Test 5: Unexpected IllegalArgumentException: " + e.getMessage());
91 fail("Test 6: IllegalArgumentException expected.");
112 fail("Test 1: FileNotFoundException expected.");
116 fail("Test 2: Unexpected IllegalArgumentException: " + e.getMessage());
124 fail("Test 3: Unexpected IllegalArgumentException: " + e.getMessage());
130 fail("Test 4: Unexpected IllegalArgumentException: " + e.getMessage())
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 54 fail(); method
68 fail(); method
73 fail(); method
81 fail(); method
86 fail(); method
94 fail(); method
102 fail(); method
110 fail(); method
119 fail(); method
128 fail(); method
137 fail(); method
158 fail(); method
193 fail(); method
198 fail(); \/\/ RI fails this test returning "A" method
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldListIteratorTest.java 51 fail("NoSuchElementException expected");
102 fail("IllegalStateException expected");
114 fail("IllegalStateException expected");
122 fail("UnsupportedOperationException expected");
139 fail("NoSuchElementException expected");
153 fail("NoSuchElementException expected");
176 fail("IllegalStateException expected");
189 fail("IllegalStateException expected");
198 fail("IllegalArgumentException expected");
205 fail("ClassCastException expected")
    [all...]
CollectionsTest.java 35 fail(); method
54 fail(); method
59 fail(); method
77 fail(); method
83 fail(); method
88 fail(); method
93 fail(); method
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 90 fail(NotSupportedMsg);
113 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
120 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: "
133 fail(NotSupportedMsg);
151 fail(NotSupportedMsg);
158 fail("IllegalArgumentException must be thrown when provider is null");
163 fail("IllegalArgumentException must be thrown when provider is empty");
169 fail("NoSuchProviderException must be thrown (algorithm: "
187 fail(NotSupportedMsg);
192 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null")
    [all...]
KeyGeneratorTest.java 90 fail(NotSupportMsg);
108 fail(NotSupportMsg);
121 fail("InvalidAlgorithmParameterException must be thrown");
126 fail("IllegalArgumentException must be thrown");
135 fail("NullPointerException must be thrown");
140 fail("NullPointerException or InvalidParameterException must be thrown");
154 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
161 fail("NoSuchAlgorithmException should be thrown");
173 fail(NotSupportMsg);
193 fail(NotSupportMsg)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 64 fail("Was able to access another app's private data");
81 fail("Was not able to access another app's public file: " + e);
83 fail("Was not able to access another app's public file: " + e);
102 fail("Was not able to access another app's public file: " + e);
104 fail("Was not able to access another app's public file: " + e);
116 fail("Other apps detailed traffic stats leaked");
122 fail("Was not able to access qtaguid/stats: " + e);
  /cts/tools/vm-tests-tf/src/dot/junit/
DxTestCase.java 26 fail("Expected error of type " + expectedErrorClass);
28 fail("Unexpected error " + thrown);
32 fail("Expected invocation target exception, but got " + thrown);
37 fail("Expected error of type " + expectedErrorClass + ", but got " +
55 fail("Could not load class " + className + ": " + t);
79 fail("Could not find method 'run'");
87 fail("Could not instantiate " + className + ": " + exc.getMessage());
146 static public void fail(String message) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
realpath.c 50 goto fail;
56 goto fail;
92 goto fail;
101 goto fail;
111 goto fail;
116 goto fail;
122 fail:
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 50 assert( is.fail());
59 assert(!is.fail());
63 assert(!is.fail());
67 assert(!is.fail());
76 assert(!is.fail());
80 assert(!is.fail());
84 assert(!is.fail());
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java 58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
65 TestCase.fail("Multiple \"END:VCARD\" line found");
74 TestCase.fail("Multiple VERSION line + found");
82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
84 TestCase.fail("Property other than END came after END property: " + line);
91 TestCase.fail("Unexpected line: " + line);
102 TestCase.fail("Expected line(s) not found:" + buffer.toString());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterInputStreamTest.java 70 fail("should throw IOException");
86 fail("should throw IOException");
92 fail("should throw IOException");
138 fail("should throw IOException");
199 fail("should throw IndexOutOfBoundsException");
205 fail("should throw NullPointerException");
211 fail("should throw NullPointerException");
217 fail("should throw NullPointerException");
223 fail("should throw IndexOutOfBoundsException");
229 fail("should throw IndexOutOfBoundsException")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketFactoryTest.java 36 fail(name + ": " + e);
49 fail("Unexpected exception " + e.toString());
83 fail(); method
90 fail(); method
98 fail(); method
112 fail("Unexpected exception " + e.toString());
125 fail("Unexpected exception " + e.toString());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 50 assert( is.fail());
59 assert(!is.fail());
63 assert(!is.fail());
67 assert(!is.fail());
76 assert(!is.fail());
80 assert(!is.fail());
84 assert(!is.fail());
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 51 fail("should throw NullPointerException");
64 fail("should throw StringIndexOutOfBoundsException");
71 fail("should throw StringIndexOutOfBoundsException");
78 fail("should throw StringIndexOutOfBoundsException");
116 fail("should throw IndexOutOfBoundsException here");
123 fail("should throw ..IndexOutOfBoundsException here");
142 fail("should throw NullPointerException here");
149 fail("should throw NullPointerException here");
172 fail("should throw IndexOutOfBoundsException here");
179 fail("should throw IndexOutOfBoundsException here")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderTest.java 142 fail("unexpected exception " + e.toString());
159 fail("Unexpected ParserConfigurationException " + pce.toString());
161 fail("Unexpected SAXException " + sax.toString());
252 fail("Unexpected IOException " + ioe.toString());
254 fail("Unexpected SAXException " + sax.toString());
260 fail("Expected IllegalArgumentException was not thrown");
264 fail("Unexpected IOException " + ioe.toString());
266 fail("Unexpected SAXException " + sax.toString());
272 fail("Expected IOException was not thrown");
276 fail("Unexpected SAXException " + sax.toString())
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 111 fail("KeyStoreException must be thrown because this method is not supported");
116 fail("NullPointerException must be thrown entry is null");
123 fail("KeyStoreException must be thrown because this method is not supported");
128 fail("KeyStoreException must be thrown because this method is not supported");
133 fail("KeyStoreException must be thrown because this method is not supported");
138 fail("IOException must be thrown");
143 fail("IOException or NullPointerException must be thrown for null OutputStream");
150 fail("IOException must be thrown");
158 fail("UnsupportedOperationException must be thrown");
168 fail("UnsupportedOperationException must be thrown")
    [all...]

Completed in 586 milliseconds

<<11121314151617181920>>