/dalvik/tests/080-oom-throw/ |
expected.txt | 1 Array allocation failed 2 Instance allocation failed
|
/external/webkit/LayoutTests/storage/ |
test-authorizer-expected.txt | 9 SQLITE_CREATE_VTABLE statement failed: not authorized 15 SQLITE_PRAGMA statement failed: not authorized 18 SQLITE_TRANSACTION statement failed: not authorized 19 SQLITE_ATTACH statement failed: not authorized 20 SQLITE_DETACH statement failed: not authorized 22 SQLITE_ANALYZE statement failed: not authorized 31 SQLITE_CREATE_TABLE statement failed: not authorized 33 SQLITE_CREATE_INDEX statement failed: not authorized 34 SQLITE_CREATE_TEMP_TABLE statement failed: not authorized 35 SQLITE_CREATE_TEMP_TRIGGER statement failed: not authorize [all...] |
/external/e2fsprogs/tests/e_brel_bma/ |
script | 1 rm -f $test_name.ok $test_name.failed
|
/external/e2fsprogs/tests/e_irel_ima/ |
script | 1 rm -f $test_name.ok $test_name.failed
|
/external/e2fsprogs/tests/f_extents/ |
script | 1 rm -f $test_name.ok $test_name.failed
|
/dalvik/tools/dmtracedump/tests/filters/ |
run_tests.sh | 3 failed=0 22 echo " Test failed: $output" 23 failed=`expr $failed + 1` 31 if [ $failed -gt 0 ] 33 echo "$failed test(s) failed"
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
expected.html | 10 1127 test(s) selected, 1119 test(s) completed, 49 failures reported (4.37% failed)<br> 19 <dl><a name='failure1'></a><dd><b>Testcase <a target='other_window' href='./ecma/TypeConversion/9.3.1-3.js'>ecma/TypeConversion/9.3.1-3.js</a> failed</b> <br> 23 - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> 24 - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> 25 -"\u20001234\u2001" = NaN FAILED! expected: -1234<br> 27 <a name='failure2'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/function-001.js'>ecma_2/Exceptions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br> 31 eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass<br> 33 <a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/FunExpr/fe-001.js'>ecma_3/FunExpr/fe-001.js</a> failed</b> <br> 37 FAILED!: [reported from test()] Both functions were defined.<br> 38 FAILED!: [reported from test()] Expected value '1', Actual value '0'<br [all...] |
/dalvik/dx/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/dalvik/tests/021-string2/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/dalvik/tests/042-new-instance/ |
expected.txt | 5 Cons LocalClass failed as expected
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/external/e2fsprogs/tests/f_h_badnode/ |
script | 4 rm -f $test_name.ok $test_name.failed
|
/external/e2fsprogs/tests/f_h_badroot/ |
script | 4 rm -f $test_name.ok $test_name.failed
|
/external/e2fsprogs/tests/f_h_normal/ |
script | 4 rm -f $test_name.ok $test_name.failed
|
/external/e2fsprogs/tests/f_h_reindex/ |
script | 4 rm -f $test_name.ok $test_name.failed
|
/external/e2fsprogs/tests/f_h_unsigned/ |
script | 4 rm -f $test_name.ok $test_name.failed
|
/external/gtest/test/ |
gtest_output_test_golden_win.txt | 38 [ FAILED ] FatalFailureTest.FatalFailureInSubroutine 44 [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine 50 [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine 60 [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions 64 gtest_output_test_.cc:#: error: Failed 66 gtest_output_test_.cc:#: error: Failed 70 gtest_output_test_.cc:#: error: Failed 72 [ FAILED ] SCOPED_TRACETest.ObeysScopes 85 [ FAILED ] SCOPED_TRACETest.WorksInLoop 98 [ FAILED ] SCOPED_TRACETest.WorksInSubroutin [all...] |
gtest_output_test_golden_lin.txt | 41 [0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInSubroutine 48 [0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInNestedSubroutine 55 [0;31m[ FAILED ] [mFatalFailureTest.NonfatalFailureInSubroutine 67 [0;31m[ FAILED ] [mLoggingTest.InterleavingLoggingAndAssertions 72 Failed 75 Failed 80 Failed 82 [0;31m[ FAILED ] [mSCOPED_TRACETest.ObeysScopes 97 [0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInLoop 112 [0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInSubroutin [all...] |
/system/extras/tests/bionic/libc/glibc/assert/ |
test-assert.c | 50 volatile int failed = 1; local 62 failed = 0; /* should happen */ 67 failed = 1; /* should not happen */ 72 failed = 1; /* should not happen */ 77 failed = 1; 81 failed = 1; 85 failed = 1; 87 return failed;
|
/external/dropbear/libtomcrypt/demos/ |
test.c | 20 printf("\nstore_test...."); fflush(stdout); x = store_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 21 printf("\ncipher_test..."); fflush(stdout); x = cipher_hash_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 22 printf("\nmodes_test...."); fflush(stdout); x = modes_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 23 printf("\nder_test......"); fflush(stdout); x = der_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 24 printf("\nmac_test......"); fflush(stdout); x = mac_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 25 printf("\npkcs_1_test..."); fflush(stdout); x = pkcs_1_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 26 printf("\nrsa_test......"); fflush(stdout); x = rsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 27 printf("\necc_test......"); fflush(stdout); x = ecc_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 28 printf("\ndsa_test......"); fflush(stdout); x = dsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE); 29 printf("\nkatja_test...."); fflush(stdout); x = katja_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE) [all...] |
/packages/apps/Browser/tests/assets/ |
bindings_test.html | 55 appendLog("returnBool() failed: expected "+ expectedBoolReturn +", got " + returned); 61 appendLog("returnByte() failed: expected "+ expectedByteReturn +", got " + returned); 67 appendLog("returnChar() failed: expected "+ expectedCharReturn +", got " + returned); 73 appendLog("returnDouble() failed: expected "+ expectedDoubleReturn +", got " + returned); 79 appendLog("returnFloat() failed: expected "+ expectedFloatReturn +", got " + returned); 85 appendLog("returnInt() failed: expected "+ expectedIntReturn +", got " + returned); 91 appendLog("returnLong() failed: expected "+ expectedLongReturn +", got " + returned); 97 appendLog("returnShort() failed: expected "+ expectedShortReturn +", got " + returned); 103 appendLog("returnString() failed: expected "+ expectedStringReturn +", got " + returned); 109 appendLog("returnObject() failed: expected non-null, got " + returned) [all...] |
/external/webkit/WebKitTools/CygwinDownloader/ |
make-zip.sh | 12 echo "Failed executing setup.py" 1>&2 21 echo "Failed to create cygwin-downloader" 1>&2 28 echo "Failed to cleanup cygwin-downloader and build directories" 1>&2
|
/external/e2fsprogs/lib/uuid/ |
tst_uuid.c | 66 int failed = 0; local 81 failed++; 97 failed++; 102 failed++; 118 failed++; 123 failed++; 134 printf("UUID parse and compare failed!\n"); 135 failed++; 141 printf("UUID clear and is null failed!\n"); 142 failed++ [all...] |
/external/junit/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|