HomeSort by relevance Sort by last modified time
    Searched full:fail (Results 276 - 300 of 5306) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/junit/src/main/java/junit/extensions/
ExceptionTestCase.java 15 * fail("Expected SpecialException");
44 fail("Expected exception " + fExpected);
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerFactoryTest.java 84 fail("java.lang.Error was not thrown.");
91 fail("java.lang.Error was not thrown.");
104 fail("MalformedURLException was thrown: " + e.getMessage());
106 fail("IOException was thrown.");
129 fail("IllegalArgumentException was thrown during setUp: "
132 fail("IllegalAccessException was thrown during setUp: "
143 fail("IllegalArgumentException was thrown during tearDown: "
146 fail("IllegalAccessException was thrown during tearDown: "
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
SocketImplFactoryTest.java 60 fail("Exception during test : " + e.getMessage());
66 fail("SocketException was not thrown.");
73 fail("SocketException was not thrown.");
83 fail("SocketException was thrown.");
106 fail("IllegalArgumentException was thrown during setUp: "
109 fail("IllegalAccessException was thrown during setUp: "
120 fail("IllegalArgumentException was thrown during tearDown: "
123 fail("IllegalAccessException was thrown during tearDown: "
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectIntBufferTest.java 84 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
98 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
144 buf.put(myInts, 0, 1); // should fail
145 fail("BufferOverflowException expected but not thrown");
152 buf.put(myInts, 0, BUFFER_LENGTH + 1); // should fail
153 fail("BufferOverflowException expected but not thrown");
160 buf.put(myInts, 0, 2); // should fail
161 fail("BufferOverflowException expected but not thrown");
  /dalvik/libcore/security/src/test/java/tests/targets/security/
SignatureTest.java 59 fail(e.getMessage());
106 fail(e.getMessage());
112 fail(e.getMessage());
118 fail(e.getMessage());
125 fail(e.getMessage());
131 fail(e.getMessage());
137 fail(e.getMessage());
143 fail(e.getMessage());
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
ShellTest.java 42 fail("Not yet implemented");
55 fail("Not yet implemented");
68 fail("Not yet implemented");
81 fail("Not yet implemented");
94 fail("Not yet implemented");
108 fail("Not yet implemented");
121 fail("Not yet implemented");
134 fail("Not yet implemented");
  /dalvik/libcore/sql/src/test/java/tests/javax/sql/
ConnectionEventListenerTest.java 26 fail("Not yet implemented"); // TODO
39 fail("Not yet implemented"); // TODO
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 86 fail(defaultAlgorithm + " algorithm is not supported");
114 if (!DEFSupported) fail(NotSupportedMsg);
142 fail(NotSupportedMsg);
177 fail(NotSupportedMsg);
204 fail("NoSuchAlgorithmException or NullPointerException should be thrown (algorithm is null");
211 fail("NoSuchAlgorithmException was not thrown as expected for algorithm: "
232 fail(NotSupportedMsg);
239 fail("Expected IllegalArgumentException was not thrown for null provider");
244 fail("Expected IllegalArgumentException was not thrown for empty provider");
265 fail(NotSupportedMsg)
    [all...]
KeyStoreBuilderParametersTest.java 51 fail("NullPointerException should not be thrown");
62 fail("Unexpected exception was thrown");
81 fail("NullPointerException should be thrown");
90 fail("IllegalArgumentException should be thrown");
104 fail("Unexpected exception was thrown");
135 fail("Parameters not equal");
139 fail("Incorrect number of parameters");
142 fail("Unexpected exception was thrown");
  /dalvik/tests/069-field-type/src/
Main.java 14 /* strictly speaking, this should fail */
19 /* try to use the reference; should fail */
  /external/gtest/test/
gtest_filter_unittest_.cc 55 FAIL() << "Expected failure.";
71 FAIL() << "Expected failure.";
75 FAIL() << "Expected failure.";
81 FAIL() << "Expected failure.";
91 FAIL() << "Expected failure.";
116 FAIL() << "Expected failure.";
120 FAIL() << "Expected failure.";
126 FAIL() << "Expected failure.";
  /external/icu4c/test/intltest/
tsputil.cpp 87 errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
91 errln(UnicodeString("FAIL: IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + exp);
195 errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
203 errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp);
205 errln(UnicodeString("FAIL: min(") + a + ", " + b + ") is " + result + ", expected " + exp);
247 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE.");
251 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE.");
255 errln("FAIL: isNegativeInfinity(+Infinity) returned TRUE, should be FALSE.");
259 errln("FAIL: +Infinity > DBL_MAX returned FALSE, should be TRUE.");
263 errln("FAIL: +Infinity > DBL_MIN returned FALSE, should be TRUE.")
    [all...]
  /external/junit/src/junit/extensions/
ExceptionTestCase.java 15 * fail("Expected SpecialException");
44 fail("Expected exception " + fExpected);
  /external/webkit/LayoutTests/http/tests/appcache/
404-resource.html 3 <p>Test that a missing explicit resource makes caching fail.</p>
19 log("FAIL: An unexpected " + eventName + " event was dispatched on window.applicationCache.");
manifest-redirect-2.html 3 <p>Test that a redirect makes resource caching fail.</p>
19 log("FAIL: An event was dispatched on window.applicationCache, even though it was not associated wuth any cache yet.");
manifest-redirect.html 3 <p>Test that a redirect makes resource caching fail.</p>
19 log("FAIL: An event was dispatched on window.applicationCache, even though it was not associated wuth any cache yet.");
resource-redirect-2.html 3 <p>Test that a redirect makes resource caching fail.</p>
19 log("FAIL: An unexpected event was dispatched on window.applicationCache.");
resource-redirect.html 3 <p>Test that a redirect makes resource caching fail.</p>
19 log("FAIL: An unexpected event was dispatched on window.applicationCache.");
  /external/webkit/LayoutTests/http/tests/appcache/resources/
subframe-3.html 11 alert("FAIL, unexpected response: " + req.responseText);
13 // Loading should fail, because simple.txt is not in cache manifest.
subframe-4.html 11 alert("FAIL, unexpected response: " + req.responseText);
13 // Loading should fail, because simple.txt is not in cache manifest.
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
FailingTest.java 24 fail("Expected");
28 fail("Expected");
  /system/netd/
ThrottleController.cpp 93 goto fail;
102 goto fail;
111 goto fail;
120 goto fail;
129 goto fail;
138 goto fail;
148 goto fail;
152 fail:
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateFactory2Test.java 97 fail("CertificateException must be thrown");
103 fail("CertificateException must be thrown because encodings list is empty");
107 fail("Unexpected CertificateFactoryException was thrown");
112 fail("CertificateException must be thrown");
118 fail("IllegalArgumentException must be thrown");
122 fail("Unexpected IllegalArgumentException was thrown");
129 fail("CertificateException must be thrown");
134 fail("CertificateException must be thrown");
144 fail("CRLException must be thrown");
149 fail("CRLException must be thrown")
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 83 goto fail;
101 goto fail;
107 goto fail;
113 fail:
159 goto fail;
162 goto fail;
165 goto fail;
173 goto fail;
177 goto fail;
184 fail
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/verify/t481_4/
Test_t481_4.java 34 fail("expected a verification exception");
47 fail("expected a verification exception");
60 fail("expected a verification exception");
73 fail("expected a verification exception");

Completed in 194 milliseconds

<<11121314151617181920>>