HomeSort by relevance Sort by last modified time
    Searched full:fails (Results 76 - 100 of 5963) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/runners/
ConsoleSpammingMockitoJUnitRunner.java 33 * The point is that Mockito should help the tdd developer to quickly figure out if the test fails for the right reason.
35 * Also when the test fails it should be easy to figure out why the test fails.
37 * Sometimes when the test fails, the underlying reason is that stubbed method was called with wrong arguments.
38 * Sometimes it fails because one forgets to stub a method or forgets to call a stubbed method.
45 * Here's the experiment: a warning is printed to the standard output if the test fails.
48 * Let's say your test fails on assertion.
76 * The test fails on assertion because it's the assertion's duty to document what the test stands for and what behavior it proves.
77 * Warnings just makes it quicker to figure out if the test fails for the right reason.
  /external/v8/test/mjsunit/regress/
regress-52801.js 50 assertEquals(5, re.lastIndex); // Fails if caching.
54 assertEquals(5, re.lastIndex); // Fails if caching.
65 assertEquals(5, re.lastIndex); // Fails if caching.
69 assertEquals(5, re.lastIndex); // Fails if caching.
  /external/valgrind/main/tests/
malloc.h 12 // Allocates a 16-aligned block. Asserts if the allocation fails.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
shell 15 # This is the test that fails if we try to put make exported variables into
  /ndk/tests/device/test-stlport_shared-exception/jni/
filter2.cpp 1 // Test that terminate gets run when a catch filter fails to match while
fntry1.cpp 2 // Bug: g++ fails to treat function-try-blocks in ctors specially.
new7.cpp 33 X* x = new X; // gcc 3.0 fails to call operator delete when X::X throws
  /ndk/tests/device/test-stlport_static-exception/jni/
filter2.cpp 1 // Test that terminate gets run when a catch filter fails to match while
fntry1.cpp 2 // Bug: g++ fails to treat function-try-blocks in ctors specially.
new7.cpp 33 X* x = new X; // gcc 3.0 fails to call operator delete when X::X throws
  /packages/apps/Nfc/src/com/android/nfc/
EventLogTags.logtags 9 # logged when a P2P transaction fails
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 29 "Comparing file to itself fails")
31 "Comparing file to itself fails")
33 "Comparing file to identical file fails")
35 "Comparing file to identical file fails")
74 "Comparing directory to itself fails")
77 "Comparing directory to same fails")
83 "Comparing directory to itself fails")
86 "Comparing directory to same fails")
96 "Comparing mismatched directories fails")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 29 "Comparing file to itself fails")
31 "Comparing file to itself fails")
33 "Comparing file to identical file fails")
35 "Comparing file to identical file fails")
74 "Comparing directory to itself fails")
77 "Comparing directory to same fails")
83 "Comparing directory to itself fails")
86 "Comparing directory to same fails")
96 "Comparing mismatched directories fails")
  /system/extras/tests/bionic/libc/common/
test_drand48.c 6 static int fails = 0; variable
35 fails += 1; \
48 fails += 1; \
113 return (fails > 0) ? 1 : 0;
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 192 // Fails: wrong dates
199 // Fails: wrong dates
206 // Fails: wrong dates
225 // Fails: infinite loop
273 // Fails with wrong times
343 //Fails: wrong dates
350 // Fails: infinite loop
357 // Fails: generates wrong dates
369 //Fails: wrong dates
376 //Fails: infinite loo
    [all...]
  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 29 LOG(ERROR) << "Encryption fails: " << data;
46 LOG(ERROR) << "Decryption fails: ";
  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_iterator_test.py 59 # fails at |beta|, so the last successful callback was the latest version
68 # Start at |stable| version 5, and the callback fails immediately. Since
76 # Start at |stable| version 5, and the callback fails at version 6.
84 # Start at the latest version of |stable|, and the callback fails at
94 # Start at |stable| version 10, and the callback fails at |trunk|.
120 # Start at |trunk|, and the callback fails immediately. No file systems
128 # Start at |trunk|, and the callback fails at |dev|. Last good iteration
154 # fails at version 10. Total: 18 file systems.
  /external/chromium_org/components/dom_distiller/core/
distiller_url_fetcher.h 32 // completes or fails. If the request fails, an empty string will be returned.
  /external/chromium_org/content/browser/download/
base_file_posix.cc 31 // rename fails. Copying sucks for large downloads. crbug.com/8737
36 // On Windows file systems (FAT, NTFS), chmod fails. This is OK.
  /external/chromium_org/device/bluetooth/
bluetooth_socket.h 28 // the reception has been successful. If it fails, the caller can get the
33 // successful. If it fails, the caller can get the error message through
  /external/chromium_org/third_party/skia/src/core/
SkDiscardableMemory.h 22 * object. If either of these steps fails, a NULL pointer will be returned.
28 * object. If either of these steps fails, a NULL pointer will be returned.
  /external/junit/src/org/junit/rules/
TestWatcher.java 30 * public void fails() {
70 * Invoked when a test fails
  /external/llvm/test/CodeGen/X86/
2010-08-04-MingWCrash.ll 17 %ehspec.fails = icmp slt i32 %eh.selector, 0
18 br i1 %ehspec.fails, label %ehspec.unexpected, label %cleanup
  /external/skia/src/core/
SkDiscardableMemory.h 22 * object. If either of these steps fails, a NULL pointer will be returned.
28 * object. If either of these steps fails, a NULL pointer will be returned.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 47 * @return <code>true</code> if the check passes (does not return if the check fails)
64 * @return <code>true</code> if the check passes (does not return if the check fails)
115 * the format of error message to produce if the check fails, as expected by
131 * the format of error message to produce if the check fails, as expected by
182 * the format of error message to produce if the check fails, as expected by
198 * the format of error message to produce if the check fails, as expected by
215 * Fails with given message.
226 * the format of error message to produce if the check fails, as expected by
245 * @return <code>true</code> if the check passes (does not return if the check fails)
260 * @return <code>true</code> if the check passes (does not return if the check fails)
    [all...]

Completed in 2157 milliseconds

1 2 34 5 6 7 8 91011>>