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

<<21222324252627282930>>

  /cts/tools/host/test/com/android/cts/
DeviceManagerTests.java 52 fail(); method
62 fail(); method
72 fail(); method
86 fail(); method
151 fail(); method
  /cts/tools/vm-tests/src/dot/junit/opcodes/const_class/
Test_const_class.java 52 fail("expected a verification exception");
69 fail("expected a verification exception");
84 fail("expected a verification exception");
99 fail("expected a verification exception");
112 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 121 fail("expected a verification exception");
135 fail("expected a verification exception");
148 fail("expected a verification exception");
161 fail("expected a verification exception");
174 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/int_to_long/
Test_int_to_long.java 95 fail("expected a verification exception");
109 fail("expected a verification exception");
122 fail("expected a verification exception");
135 fail("expected a verification exception");
148 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/
Test_shl_long.java 103 fail("expected a verification exception");
118 fail("expected a verification exception");
131 fail("expected a verification exception");
144 fail("expected a verification exception");
157 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long_2addr/
Test_shl_long_2addr.java 103 fail("expected a verification exception");
118 fail("expected a verification exception");
131 fail("expected a verification exception");
144 fail("expected a verification exception");
157 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/shr_long/
Test_shr_long.java 103 fail("expected a verification exception");
118 fail("expected a verification exception");
131 fail("expected a verification exception");
144 fail("expected a verification exception");
157 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/shr_long_2addr/
Test_shr_long_2addr.java 103 fail("expected a verification exception");
118 fail("expected a verification exception");
131 fail("expected a verification exception");
144 fail("expected a verification exception");
157 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/ushr_long/
Test_ushr_long.java 124 fail("expected a verification exception");
139 fail("expected a verification exception");
152 fail("expected a verification exception");
165 fail("expected a verification exception");
178 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/ushr_long_2addr/
Test_ushr_long_2addr.java 125 fail("expected a verification exception");
140 fail("expected a verification exception");
153 fail("expected a verification exception");
166 fail("expected a verification exception");
179 fail("expected a verification exception");
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
CompilerTest.java 44 fail("Exception during test : " + e.getMessage());
68 fail("Exception during test.");
90 fail("Exception during test.");
111 fail("Exception during test : " + e.getMessage());
130 fail("Exception during test : " + e.getMessage());
ObjectTest.java 126 fail("CloneNotSupportedException was thrown.");
132 fail("CloneNotSupportedException was not thrown.");
184 fail("Unexpected exception : " + ex.getMessage());
275 fail(
284 fail("IllegalMonitorStateException was not thrown.");
361 fail(
371 fail("IllegalMonitorStateException was not thrown.");
437 fail(
446 fail("IllegalMonitorStateException was not thrown.");
450 fail("InterruptedException was thrown.")
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URISyntaxExceptionTest.java 64 fail("Expected NullPointerException");
70 fail("Expected NullPointerException");
76 fail("Expected IllegalArgumentException");
120 fail("Expected NullPointerException");
126 fail("Expected NullPointerException");
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TreeSetTest.java 91 fail("ClassCastException expected");
98 fail("NullPointerException expected");
155 fail("NullPointerException expected");
183 fail("ClassCastException expected");
214 fail("ClassCastException expected");
221 fail("NullPointerException expected");
299 fail("Failed to throw exception when passed invalid element");
320 fail("NoSuchElementException expected");
346 fail("IllegalArgumentException expected");
353 fail("ClassCastException expected")
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertStore1Test.java 104 fail(NotSupportMsg);
117 fail(NotSupportMsg);
185 fail("CertStoreException must be thrown");
194 fail("NullPointerException must be thrown");
217 fail("NullPointerException or NoSuchAlgorithmException must be thrown when type is null");
224 fail("NoSuchAlgorithmException must be thrown");
274 fail("IllegalArgumentException must be thrown");
279 fail("IllegalArgumentException must be thrown");
304 fail("NoSuchProviderException must be thrown");
331 fail("NoSuchAlgorithmException must be thrown")
    [all...]
X509CRLSelectorTest.java 57 fail("NullPointerException expected");
77 fail("IOException expected");
85 fail("IOException expected");
123 fail("IOException expected");
143 fail("NullPointerException expected");
  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 45 void Fail(const char* msg) {
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
  /external/icu4c/test/intltest/
dadrcal.cpp 91 errcheckln(status, "FAIL: Couldn't create SimpleDateFormat: %s",
207 errln(caseString+" FAIL: Failed to set time on Source calendar: "
214 errln(caseString+" FAIL: Failed to set on Source calendar: "
224 errln((UnicodeString)"FAIL: "+caseString
228 errln("FAIL: "+caseString+" SET SOURCE calendar Failed to match: "
247 errln(caseString+ " FAIL: unknown operation "+ operation);
254 errln(caseString+" FAIL: after "+operation+" of "+params+" -> "
264 errln("FAIL: "+caseString+" Match operation had an error: "
272 errln((UnicodeString)"FAIL: "+caseString+" - , "+caseContentsString
276 errln("FAIL: "+caseString+" Match operation had an error:
    [all...]
  /external/v8/test/cctest/
cctest.status 31 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
36 # These tests always fail. They are here to test test.py. If
37 # they don't fail then test.py has failed.
38 test-serialize/TestThatAlwaysFails: FAIL
39 test-serialize/DependentTestThatAlwaysFails: FAIL
  /frameworks/base/core/tests/coretests/src/android/database/
MatrixCursorTest.java 82 fail(); method
95 fail(); method
100 fail(); method
114 fail(); method
120 fail(); method
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 52 public int getThreadPriority() { fail(); return -999; } method
53 public String getThreadSchedulerGroup() { fail(); return null; } method
54 public void setPriorityAndCallBack(int p, IBinderThreadPriorityService cb) { fail(); } method
55 public void callBack(IBinderThreadPriorityService cb) { fail(); } method
56 private static void fail() { throw new RuntimeException("unimplemented"); } method in class:BinderThreadPriorityTest.ServiceStub
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 141 printk(KERN_ERR "%s: Fail to register sdio_wifi_driver\n", __func__);
316 goto fail;
324 if (iStatus) { goto fail; }
331 goto fail;
337 goto fail;
343 goto fail;
349 goto fail;
367 if (iStatus) { goto fail; }
370 if (iStatus) { goto fail; }
373 if (iStatus) { goto fail; }
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 89 fail("ClassCastException expected");
113 fail("Should throw ClassCastException");
128 fail("ClassCastException expected");
181 fail("Assert 0: synchronizedCollection(null) must throw NPE");
200 fail("Assert 0: synchronizedSortedMap(null) must throw NPE");
219 fail("Assert 0: synchronizedMap(map) must throw NPE");
238 fail("Assert 0: synchronizedSet(set) must throw NPE");
257 fail("Assert 0: synchronizedSortedSet(null) must throw NPE");
276 fail("Assert 0: unmodifiableCollection(null) must throw NPE");
295 fail("Assert 0: unmodifiableMap(null) must throw NPE")
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
InputStreamReaderTest.java 125 fail("Exception during setUp : " + e.getMessage());
191 fail("Should throw MalformedInputException");
221 fail("Should throw IndexOutOfBoundsException");
227 fail("Should throw IndexOutOfBoundsException");
233 fail("Should throw IndexOutOfBoundsException");
239 fail("Should throw IndexOutOfBoundsException");
245 fail("Should throw IndexOutOfBoundsException");
251 fail("Should throw IndexOutOfBoundsException");
258 fail("Should throw NullPointerException");
351 fail("count:" + count)
356 fail(); method
378 fail(); method
397 fail(); method
402 fail(); method
407 fail(); method
412 fail(); method
439 fail(); method
444 fail(); method
465 fail(); method
470 fail(); method
    [all...]
BufferedOutputStreamTest.java 57 fail("Constrcutor test failed");
77 fail("Test 1: IllegalArgumentException expected.");
85 fail("Test 2: Unexpected IOException.");
110 fail("Test 2: IOException expected.");
152 fail("Test 5: IOException expected.");
175 fail("Test 1: NullPointerException expected.");
182 fail("Test 2: IndexOutOfBoundsException expected.");
189 fail("Test 3: IndexOutOfBoundsException expected.");
196 fail("Test 4: IndexOutOfBoundsException expected.");
233 fail("Test 4: IOException expected.")
    [all...]

Completed in 597 milliseconds

<<21222324252627282930>>