/external/chromium/third_party/zlib/ |
inffast.h | 6 /* WARNING: this file should *not* be used by applications. It is 8 subject to change. Applications should only use zlib.h.
|
/external/e2fsprogs/tests/f_bad_disconnected_inode/ |
expect.1 | 7 Inode 2 ref count is 4, should be 3. Fix? yes 9 i_file_acl for inode 13 (...) is 4218798225, should be zero. 15 i_file_acl for inode 14 (...) is 2892851642, should be zero. 21 i_file_acl for inode 15 (...) is 1143674715, should be zero. 27 i_file_acl for inode 16 (...) is 2007517039, should be zero. 30 i_faddr for inode 16 (...) is 1003914917, should be zero. 33 i_blocks_hi for inode 16 (...) is 62762, should be zero. 39 Inode 16 ref count is 5925, should be 1. Fix? yes
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.h | 6 /* WARNING: this file should *not* be used by applications. It is 8 subject to change. Applications should only use zlib.h.
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
online-whitelist.manifest | 10 # This should be ignored, because explicit entries are checked before online whitelist 13 # This should work normally.
|
/external/webkit/WebCore/manual-tests/ |
context-click-unfocused-frame.html | 12 %26ldquo;PASS%26rdquo; should appear. A contextual menu should not open.
|
open-url-undefined.html | 7 Click the Test button. A new window should open. To pass the test, the address 8 bar of the new window should be empty. If it contains a URL (ending with “undefined”), WebKit failed the test.
|
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-pause-during-load.html | 2 debugger; // You should see this code and execution line in the Scripts panel. 5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>
|
debugger-step-on-do-while-statements.html | 19 The debugger should stop at the beggining of the loop.<br> 20 The above actions should be performed before <b>each</b> of the following tests. 24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br> 25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line. 26 'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger should 29 should go to the beggining of the loop.<br>
|
debugger-step-on-for-in-statements.html | 26 The debugger should stop at the beggining of the loop.<br> 27 The above actions should be performed before <b>each</b> of the following tests. 31 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br> 32 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br> 33 TEST 3: Click 'Step into'. Debugger should step into 'getObject' function.<br> 34 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
|
/external/zlib/ |
inffast.h | 6 /* WARNING: this file should *not* be used by applications. It is 8 subject to change. Applications should only use zlib.h.
|
/external/chromium/third_party/icu/source/test/testmap/ |
testmap.c | 36 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status)); 39 printf("*** FAIL: should have returned U_ILLEGAL_ARGUMENT_ERROR\n"); 48 printf("*** FAIL: should have returned U_ZERO_ERROR\n"); 57 printf("\n*** FAIL: should have returned U_ZERO_ERROR;\n"); 67 printf("setCommonData(%p) -> %s [should fail]\n", U_ICUDATA_ENTRY_POINT, u_errorName(status)); 70 printf("\n*** FAIL: should have returned U_USING_DEFAULT_ERROR\n");
|
/external/e2fsprogs/tests/f_recnect_bad/ |
expect.1 | 3 i_faddr for inode 15 (/test/quux) is 23, should be zero. 6 i_dir_acl for inode 15 (/test/quux) is 12, should be zero. 9 i_file_acl for inode 13 (/test/???) is 12, should be zero. 12 i_faddr for inode 13 (/test/???) is 12, should be zero. 20 Inode 13 ref count is 4, should be 3. Fix? yes 22 i_file_acl for inode 28 (...) is 4294967295, should be zero.
|
/external/icu4c/test/testmap/ |
testmap.c | 32 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status)); 35 printf("*** FAIL: should have returned U_ILLEGAL_ARGUMENT_ERROR\n"); 44 printf("*** FAIL: should have returned U_ZERO_ERROR\n"); 54 printf("\n*** FAIL: should have returned U_ZERO_ERROR;\n"); 64 printf("setCommonData(%p) -> %s [should pass]\n", U_ICUDATA_ENTRY_POINT, u_errorName(status)); 67 printf("\n*** FAIL: should pass and not set U_USING_DEFAULT_ERROR\n");
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
OldFileChannelTest.java | 240 fail("should throw IllegalArgumentException"); 247 fail("should throw IllegalArgumentException"); 254 fail("should throw IllegalArgumentException"); 261 fail("should throw IllegalArgumentException"); 273 fail("should throw IOException"); 279 fail("should throw IOException"); 300 fail("should throw NullPointerException"); 308 fail("should throw NullPointerException"); 315 fail("should throw NullPointerException"); 323 fail("should throw NullPointerException") [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewCallbacks.java | 49 // now check for selection callbacks. Nothing should be clicked or selected. 50 assertFalse("onItemClick should not be called", theActivity.mItemClickCalled); 51 assertFalse("onItemSelected should not be called", theActivity.mItemSelectedCalled); 53 // arguably, this should be "false", because we aren't deselecting - we shouldn't 56 //assertTrue("onNothingSelected should be called", theActivity.mNothingSelectedCalled); 84 assertFalse("onItemClick should not be called", theActivity.mItemClickCalled); 85 assertTrue("onItemSelected should be called", theActivity.mItemSelectedCalled); 87 assertFalse("onNothingSelected should not be called", theActivity.mNothingSelectedCalled); 91 // try one more time - should move from 0 to 1 102 assertFalse("onItemClick should not be called", theActivity.mItemClickCalled) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterInputStreamTest.java | 50 fail("should throw IOException"); 66 fail("should throw IOException"); 72 fail("should throw IOException"); 118 fail("should throw IOException"); 145 fail("should throw IndexOutOfBoundsException"); 151 fail("should throw NullPointerException"); 157 fail("should throw NullPointerException"); 163 fail("should throw NullPointerException"); 169 fail("should throw IndexOutOfBoundsException"); 175 fail("should throw IndexOutOfBoundsException") [all...] |
InflaterOutputStreamTest.java | 45 fail("Should throw NullPointerException"); 59 fail("Should throw NullPointerException"); 66 fail("Should throw NullPointerException"); 80 fail("Should throw NullPointerException"); 87 fail("Should throw NullPointerException"); 94 fail("Should throw NullPointerException"); 101 fail("Should throw NullPointerException"); 108 fail("Should throw IllegalArgumentException"); 115 fail("Should throw IllegalArgumentException"); 139 fail("Should throw IOException") [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusChangeTest.java | 32 * When in touch mode and hitting the d-pad, we should leave touch mode and the 54 assertFalse("we should not be in touch mode", mActivity.isInTouchMode()); 55 assertTrue("top button should have focus", mFirstButton.isFocused()); 62 assertTrue("should be in touch mode", mActivity.isInTouchMode()); 68 assertFalse("linear layout should not have focus", 71 assertTrue("button's onClickListener should have fired", 79 assertTrue("should be in touch mode", mActivity.isInTouchMode()); 80 assertFalse("button should not have focus when touched", 84 assertFalse("should be out of touch mode", mActivity.isInTouchMode()); 85 assertTrue("first button (the top most focusable) should have gained focus" [all...] |
/external/iproute2/examples/diffserv/ |
regression-testing | 6 Nevertheless, these tests should serve for basic validation. 37 Metering: The data throughput should not exceed 2*CIR1 + 2*CIR2 40 Marking: the should be a variation of marked packets: 53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 55 Marking: Should vary between 0x88,0x90,0x98 and 0x0 58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 60 Marking: Should vary between 0x90,0x98 and 0x0 63 Metering: Allocated throughput should not exceed CIR1 + CIR2 65 Marking: Should vary between 0x98 and 0x0 68 Metering: Allocated throughput should not exceed CIR1 [all...] |
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
WrappedCharBufferTest2.java | 55 fail("Should throw Exception"); 61 fail("Should throw Exception"); 67 fail("Should throw Exception"); 73 fail("Should throw Exception"); 79 fail("Should throw Exception"); 94 fail("Should throw UnsupportedOperationException"); 108 fail("Should throw Exception"); 123 fail("Should throw ReadOnlyBufferException"); 129 fail("Should throw NullPointerException"); 135 fail("Should throw BufferOverflowException") [all...] |
ReadOnlyCharBufferTest.java | 67 fail("Should throw ReadOnlyBufferException"); 92 fail("Should throw ReadOnlyBufferException"); 106 fail("Should throw Exception"); 121 fail("Should throw Exception"); 137 fail("Should throw Exception"); 143 fail("Should throw Exception"); 159 fail("Should throw ReadOnlyBufferException"); 165 fail("Should throw ReadOnlyBufferException"); 171 fail("Should throw ReadOnlyBufferException"); 177 fail("Should throw ReadOnlyBufferException") [all...] |
/external/e2fsprogs/tests/f_baddotdir/ |
expect.1 | 11 First entry 'X' (inode=11) in directory inode 13 (/b) should be '.' 17 Second entry 'XX' (inode=11) in directory inode 15 should be '..' 33 '..' in /a (12) is <The NULL inode> (0), should be / (2). 36 '..' in /c (14) is <The NULL inode> (0), should be / (2). 39 '..' in /d (15) is <The NULL inode> (0), should be / (2). 42 '..' in /e (16) is <The NULL inode> (0), should be / (2). 45 '..' in /f (17) is <The NULL inode> (0), should be / (2).
|
/external/webkit/LayoutTests/storage/ |
statement-error-callback.html | 29 log("FAIL - the transaction success callback should not be invoked."); 47 tx.executeSql("THIS STATEMENT WILL FAIL", [], function(message) { log("FAIL - this statement should have failed"); finishTest(); }, function(error) { return true; }); 48 tx.executeSql("INSERT INTO StatementErrorCallbackTest (randomData) VALUES (?)", ['test1'], function(message) { log("FAIL - This statement should not have been executed"); }, function(message) { log("FAIL - This statement should not have been executed"); }); 54 tx.executeSql("THIS STATEMENT WILL FAIL", [], function(message) { log("FAIL - this statement should have failed"); finishTest(); }, function(error) { throw "Exception in Statement error callback"; return false; }); 55 tx.executeSql("INSERT INTO StatementErrorCallbackTest (randomData) VALUES (?)", ['test1'], function(message) { log("FAIL - This statement should not have been executed"); }, function(message) { log("FAIL - This statement should not have been executed"); });
|
/external/gtest/test/ |
gtest_environment_test.cc | 84 // We call this function to set the type of failure SetUp() should 120 // The 'failure' parameter specifies the type of failure that should 138 "AddGlobalTestEnvironment() should return its argument."); 143 "RUN_ALL_TESTS() should return non-zero, as the global tear-down " 144 "should generate a failure."); 146 "The tests should run, as the global set-up should generate no " 149 "The global tear-down should run, as the global set-up was run."); 154 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " 155 "and the global tear-down should generate a non-fatal failure.") [all...] |
/external/protobuf/gtest/test/ |
gtest_environment_test.cc | 84 // We call this function to set the type of failure SetUp() should 120 // The 'failure' parameter specifies the type of failure that should 138 "AddGlobalTestEnvironment() should return its argument."); 143 "RUN_ALL_TESTS() should return non-zero, as the global tear-down " 144 "should generate a failure."); 146 "The tests should run, as the global set-up should generate no " 149 "The global tear-down should run, as the global set-up was run."); 154 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " 155 "and the global tear-down should generate a non-fatal failure.") [all...] |