/external/e2fsprogs/tests/f_badjourblks/ |
expect.1 | 16 Free blocks count wrong for group #0 (7112, counted=8142). 19 Free blocks count wrong (7112, counted=8142).
|
/external/e2fsprogs/tests/f_extent_bad_node/ |
expect.1 | 14 Free blocks count wrong for group #0 (71, counted=75). 17 Free blocks count wrong (71, counted=75).
|
/external/e2fsprogs/tests/f_extra_journal/ |
expect.1 | 14 Free blocks count wrong for group #0 (968, counted=1998). 17 Free blocks count wrong (968, counted=1998).
|
/external/e2fsprogs/tests/f_holedir2/ |
expect.1 | 15 Free blocks count wrong for group #0 (79, counted=77). 18 Free blocks count wrong (79, counted=77).
|
/external/e2fsprogs/tests/f_miss_journal/ |
expect.1 | 14 Free blocks count wrong for group #0 (968, counted=1998). 17 Free blocks count wrong (968, counted=1998).
|
/external/e2fsprogs/tests/f_mke2fs2b/ |
expect.1 | 16 Free inodes count wrong for group #0 (18, counted=17). 19 Free inodes count wrong (18, counted=17).
|
/external/webkit/LayoutTests/http/tests/appcache/ |
wrong-content-type.html | 1 <html manifest="resources/wrong-content-type.manifest"> 3 <p>Test that a manifest served with a wrong content-type isn't treated as such.</p>
|
wrong-signature-2.html | 1 <html manifest="resources/wrong-signature-2.manifest"> 3 <p>Test that a manifest served with a wrong signature isn't treated as such.</p>
|
wrong-signature.html | 1 <html manifest="resources/wrong-signature.manifest"> 3 <p>Test that a manifest served with a wrong signature isn't treated as such.</p>
|
/libcore/luni/src/test/java/tests/security/spec/ |
ECParameterSpecTest.java | 63 assertEquals("wrong cofactor was returned", 1, ecps.getCofactor()); 64 assertEquals("wrong elliptic curve", curve, ecps.getCurve()); 65 assertEquals("wrong generator was returned", ecpoint, ecps 67 assertEquals("wrong order was reteurned", BigInteger.valueOf(1), ecps 115 assertEquals("wrong elliptic curve", curve, ecps.getCurve()); 122 assertEquals("wrong generator was returned", ecpoint, ecps 130 assertEquals("wrong order was reteurned", BigInteger.valueOf(1), ecps 138 assertEquals("wrong cofactor was returned", 1, ecps.getCofactor());
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalTest.java | 75 assertTrue("the number 2.323E102 after setting scale is wrong", 77 assertTrue("the representation of the number 2.323E102 is wrong", 82 assertTrue("the scale of the number -1.253E-12 after setting scale is wrong", 85 "the representation of the number -1.253E-12 after setting scale is wrong, " + setScale2.toString(), 92 "the number 1234.5908 after setting scale to 1/RoundingMode.CEILING is wrong", 97 "the number -1234.5908 after setting scale to 1/RoundingMode.CEILING is wrong", 104 "the number -1234.5908 after setting scale to 1/RoundingMode.DOWN is wrong", 110 "the number 1234.5908 after setting scale to 1/RoundingMode.DOWN is wrong", 116 "the number 1234.5908 after setting scale to 1/RoundingMode.FLOOR is wrong", 120 "the number -1234.5908 after setting scale to 1/RoundingMode.FLOOR is wrong", [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
dir_open_result.h | 15 FAILED_DATABASE_CORRUPT, // Something is wrong with the DB
|
/external/e2fsprogs/tests/f_bbinode/ |
expect.1 | 33 Free blocks count wrong for group #0 (1962, counted=1965). 36 Free blocks count wrong (1962, counted=1965). 42 Free inodes count wrong for group #0 (485, counted=477). 45 Free inodes count wrong (485, counted=477).
|
/external/e2fsprogs/tests/f_ea_checks/ |
expect.1 | 39 Free blocks count wrong for group #0 (481, counted=484). 42 Free blocks count wrong (481, counted=484). 48 Free inodes count wrong for group #0 (47, counted=46). 51 Free inodes count wrong (47, counted=46).
|
/external/e2fsprogs/tests/f_extents/ |
expect.1 | 34 Free blocks count wrong for group #0 (7081, counted=7098). 37 Free blocks count wrong (7081, counted=7098). 43 Free inodes count wrong for group #0 (237, counted=238). 46 Free inodes count wrong (237, counted=238).
|
/external/llvm/test/FrontendC/ |
arrayderef.c | 3 // enough to the traditional (wrong) implementation of offsetof
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
2009-01-04-Annotate.ll | 11 ; Test deliberately wrong declaration
|
/external/valgrind/main/massif/tests/ |
big-alloc.c | 5 // threshold calculation to go wrong due to a 32-bit overflow.
|
/external/webkit/Source/WebCore/manual-tests/ |
about-blank-xhr.html | 9 has gone wrong.</li>
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-status-bar-buttons-state.html | 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19173">Bug 19173: Tool tips for Inspector debugger status bar buttons are wrong/missing</a>.</p>
|
/ndk/tests/build/target-c-includes/jni/ |
check.c | 13 #error THERE IS SOMETHING WRONG HERE !!
|
/external/e2fsprogs/tests/f_lotsbad/ |
expect.1 | 40 Free blocks count wrong for group #0 (9, counted=43). 43 Free blocks count wrong (9, counted=43). 49 Free inodes count wrong for group #0 (18, counted=20). 52 Directories count wrong for group #0 (4, counted=3). 55 Free inodes count wrong (18, counted=20).
|
/libcore/luni/src/test/java/tests/java/sql/ |
MultiThreadAccessTest.java | 169 assertEquals("Wrong value of field1", DatabaseCreator.defaultString 172 assertEquals("Wrong value of field2", Integer.valueOf(id2).intValue(), result 174 assertEquals("Wrong value of field3", Integer.valueOf(id2).intValue(), result 185 assertEquals("Wrong value of field1", DatabaseCreator.defaultString 188 assertEquals("Wrong value of field2", Integer.valueOf(newID).intValue(), result 190 assertEquals("Wrong value of field3", Integer.valueOf(newID).intValue(), result 212 // assertEquals("Wrong value of field " + field, BigDecimal.valueOf(id), 226 // assertEquals("Wrong value of field " + field, expectedVal, result 247 assertEquals("Wrong value of id ", 251 assertEquals("Wrong value of field2 ", result.getInt("id"), resul [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLTest.java | 70 assertEquals("Assert 0: wrong protocol", "http", testURL.getProtocol()); 71 assertEquals("Assert 1: wrong host", "[www.apache.org:8082]", testURL.getHost()); 72 assertEquals("Assert 2: wrong port", -1, testURL.getPort()); 73 assertEquals("Assert 3: wrong file", "/test.html", testURL.getFile()); 74 assertEquals("Assert 4: wrong anchor", "anch", testURL.getRef()); 154 assertEquals("Assert 0: wrong protocol", "ftp", testURL.getProtocol()); 155 assertEquals("Assert 1: wrong host", "host.dom", testURL.getHost()); 156 assertEquals("Assert 2: wrong port", -1, testURL.getPort()); 157 assertEquals("Assert 3: wrong userInfo", "myname", testURL 159 assertEquals("Assert 4: wrong path", "/etc/motd", testURL.getPath()) [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
BitSetTest.java | 79 assertEquals("BitSet returns wrong hash value", 1129, bs.hashCode()); 82 assertEquals("BitSet returns wrong hash value", 97, bs.hashCode()); 90 assertEquals("Test1: Wrong length", 0, eightbs.length()); 119 assertEquals("Test1: Wrong length,", 0, bs.length()); 120 assertEquals("Test1: Wrong size,", 0, bs.size()); 123 assertEquals("Test2: Wrong length,", 0, bs.length()); 124 assertEquals("Test2: Wrong size,", 0, bs.size()); 127 assertEquals("Test3: Wrong length,", 0, bs.length()); 128 assertEquals("Test3: Wrong size,", 0, bs.size()); 131 assertEquals("Test4: Wrong size,", 0, bs.size()) [all...] |