/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 34 SY(__NR_write, x0, x0, x0+1); FAIL; in main() 38 SY(__NR_open, x0, x0); FAIL; in main() 43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL; in main() 46 SY(__NR_close, x0-1); FAIL; in main() 49 SY(__NR_wait4, x0, x0+1, x0, x0+1); FAIL; in main() 54 SY(__NR_link, x0, x0); FAIL; in main() 57 SY(__NR_unlink, x0); FAIL; in main() 62 SY(__NR_chdir, x0); FAIL; in main() 65 SY(__NR_fchdir, x0-1); FAIL; in main() 68 SY(__NR_mknod, x0, x0, x0); FAIL; in main() [all …]
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 55 SY(__NR_write, x0, x0, x0+1); FAIL; in main() 59 SY(__NR_open, x0, x0); FAIL; in main() 65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL; in main() 69 SY(__NR_close, x0-1); FAIL; in main() 73 SY(__NR_waitpid, x0, x0+1, x0); FAIL; in main() 77 SY(__NR_creat, x0, x0); FAIL; in main() 81 SY(__NR_link, x0, x0); FAIL; in main() 85 SY(__NR_unlink, x0); FAIL; in main() 91 SY(__NR_execve, x0, x0, x0); FAIL; in main() 95 SY(__NR_chdir, x0); FAIL; in main() [all …]
|
/external/v8/test/test262-es6/ |
D | test262-es6.status | 35 '11.2.3_b': [FAIL], 36 '12.2.3_b': [FAIL], 53 'S22.1.2.1_T1': [FAIL], 54 'S22.1.2.1_T2': [FAIL], 57 'Array.prototype.find_callable-predicate': [FAIL], 63 # '11.1.5-4-4-a-1-s': [FAIL], 64 # '11.1.5_4-4-b-1': [FAIL], 65 # '11.1.5_4-4-b-2': [FAIL], 66 # '11.1.5_4-4-c-1': [FAIL], 67 # '11.1.5_4-4-c-2': [FAIL], [all …]
|
/external/v8/test/webkit/fast/js/ |
D | number-toString-expected.txt | 38 FAIL (1234.567).toString(3) should be 1200201.120022100021001021021002202. Was 1200201.120022100021… 41 FAIL (1234.567).toString(5) should be 14414.240414141414141414. Was 14414.2404141414141414142001330… 42 FAIL (1234.567).toString(6) should be 5414.32224554134430233. Was 5414.3222455413443023323355441432… 43 FAIL (1234.567).toString(7) should be 3412.365323661111653. Was 3412.365323661111652500300632200110… 45 FAIL (1234.567).toString(9) should be 1621.50830703723265. Was 1621.5083070372326504286173774837630… 47 FAIL (1234.567).toString(11) should be a22.62674a0a5885. Was a22.62674a0a58849145684a46250738421978… 48 FAIL (1234.567).toString(12) should be 86a.697938b17701. Was 86a.697938b1770127290b99. 49 FAIL (1234.567).toString(13) should be 73c.74a91191a65. Was 73c.74a91191a64cb86850bc08a694340c76597… 50 FAIL (1234.567).toString(14) should be 642.7d1bc2caa757. Was 642.7d1bc2caa75735ccb458a0d0b6bb6131b9… 51 FAIL (1234.567).toString(15) should be 574.87895959596. Was 574.87895959595a4bbac80bc1e90eeb5bc8c18… [all …]
|
D | primitive-property-access-edge-cases-expected.txt | 56 FAIL checkNumericSet(1, Number) should be true. Was false. 57 FAIL checkNumericSet('hello', String) should be true. Was false. 58 FAIL checkNumericSet(true, Boolean) should be true. Was false. 59 FAIL checkNumericGetStrict(1, Number) should be true. Was false. 60 FAIL checkNumericGetStrict('hello', String) should be true. Was false. 61 FAIL checkNumericGetStrict(true, Boolean) should be true. Was false. 62 FAIL checkNumericSetStrict(1, Number) should be true. Was false. 63 FAIL checkNumericSetStrict('hello', String) should be true. Was false. 64 FAIL checkNumericSetStrict(true, Boolean) should be true. Was false. 74 FAIL checkNumericWriteStrict(1, Number) should throw an exception. Was true. [all …]
|
D | reserved-words-strict-expected.txt | 30 FAIL isReserved('implements') should be true. Was false. 31 FAIL isReserved('interface') should be true. Was false. 32 FAIL isReserved('let') should be true. Was false. 33 FAIL isReserved('package') should be true. Was false. 34 FAIL isReserved('private') should be true. Was false. 35 FAIL isReserved('protected') should be true. Was false. 36 FAIL isReserved('public') should be true. Was false. 37 FAIL isReserved('static') should be true. Was false. 38 FAIL isReserved('yield') should be true. Was false.
|
D | caller-property-expected.txt | 33 FAIL nonStrictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: '… 34 FAIL strictCaller(nonStrictCallee) should throw TypeError: Function.caller used to retrieve strict … 35 FAIL strictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'cal… 37 FAIL nonStrictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeErr… 38 FAIL strictCaller(boundNonStrictCallee) should throw TypeError: Function.caller used to retrieve st… 39 FAIL strictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError:… 42 FAIL nonStrictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError:… 43 FAIL nonStrictSetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError:… 44 FAIL strictGetter(nonStrictAccessor) should throw TypeError: Function.caller used to retrieve stric… 45 FAIL strictSetter(nonStrictAccessor) should throw TypeError: Function.caller used to retrieve stric… [all …]
|
D | function-toString-parentheses-expected.txt | 237 FAIL compileAndSerialize('(a = b) = c') should be (a = b) = c. Threw exception ReferenceError: Inva… 243 FAIL compileAndSerialize('(a + b) = c') should be (a + b) = c. Threw exception ReferenceError: Inva… 246 FAIL compileAndSerialize('(a *= b) *= c') should be (a *= b) *= c. Threw exception ReferenceError: … 249 FAIL compileAndSerialize('(a = b) *= c') should be (a = b) *= c. Threw exception ReferenceError: In… 255 FAIL compileAndSerialize('(a + b) *= c') should be (a + b) *= c. Threw exception ReferenceError: In… 258 FAIL compileAndSerialize('(a /= b) /= c') should be (a /= b) /= c. Threw exception ReferenceError: … 261 FAIL compileAndSerialize('(a = b) /= c') should be (a = b) /= c. Threw exception ReferenceError: In… 267 FAIL compileAndSerialize('(a + b) /= c') should be (a + b) /= c. Threw exception ReferenceError: In… 270 FAIL compileAndSerialize('(a %= b) %= c') should be (a %= b) %= c. Threw exception ReferenceError: … 273 FAIL compileAndSerialize('(a = b) %= c') should be (a = b) %= c. Threw exception ReferenceError: In… [all …]
|
/external/v8/test/test262/ |
D | test262.status | 35 '11.2.3_b': [FAIL], 36 '12.2.3_b': [FAIL], 43 '6.2.3': [FAIL], 44 '9.2.1_2': [FAIL], 45 '9.2.6_2': [FAIL], 46 '10.1.1_a': [FAIL], 47 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 48 '10.1.2.1_4': [FAIL], 49 '10.2.3_b': [PASS, FAIL], 50 '10.3_a': [FAIL], [all …]
|
/external/v8/test/mozilla/ |
D | mozilla.status | 51 'ecma_3/Number/15.7.4.3-02': [PASS, FAIL], 52 'ecma_3/Date/15.9.5.5-02': [PASS, FAIL], 89 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS, FAIL]], 129 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], 130 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], 131 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], 132 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], 133 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], 135 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL]], 136 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]], [all …]
|
/external/protobuf/gtest/test/ |
D | gtest_output_test_.cc | 81 FAIL() << "This should never be reached."; in TryTestSubroutine() 111 FAIL() << "This should never be reached."; in TEST() 369 FAIL() << "Expected failure #1, in the test fixture c'tor."; in Init() 392 FAIL() << "Expected failure #3, in TearDown()."; in TearDown() 396 FAIL() << "Expected failure #4, in the test fixture d'tor."; in Deinit() 401 FAIL() << "Expected failure #2, in the test function."; in TEST_F() 413 FAIL() << "Expected failure #1, in SetUp()."; in SetUp() 417 FAIL() << "Expected failure #2, in TearDown()."; in TearDown() 421 FAIL() << "Expected failure #3, in the test fixture d'tor."; in Deinit() 426 FAIL() << "UNEXPECTED failure in the test function. " in TEST_F() [all …]
|
D | gtest_filter_unittest_.cc | 54 FAIL() << "Expected failure."; in TEST_F() 69 FAIL() << "Expected failure."; in TEST() 73 FAIL() << "Expected failure."; in TEST() 79 FAIL() << "Expected failure."; in TEST() 89 FAIL() << "Expected failure."; in TEST() 107 FAIL() << "Expected failure."; in TEST() 111 FAIL() << "Expected failure."; in TEST() 117 FAIL() << "Expected failure."; in TEST()
|
/external/icu/icu4c/source/test/hdrtst/ |
D | Makefile.in | 73 exit $$FAIL 83 exit $$FAIL 97 …fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h … 101 echo "$@: $$NONE - exit status $$FAIL" ; \ 102 exit $$FAIL 117 exit $$FAIL 129 exit $$FAIL 141 exit $$FAIL 154 exit $$FAIL 166 exit $$FAIL
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_filter_unittest_.cc | 54 FAIL() << "Expected failure."; in TEST_F() 69 FAIL() << "Expected failure."; in TEST() 73 FAIL() << "Expected failure."; in TEST() 79 FAIL() << "Expected failure."; in TEST() 89 FAIL() << "Expected failure."; in TEST() 107 FAIL() << "Expected failure."; in TEST() 111 FAIL() << "Expected failure."; in TEST() 117 FAIL() << "Expected failure."; in TEST()
|
D | gtest_output_test_.cc | 81 FAIL() << "This should never be reached."; in TryTestSubroutine() 125 FAIL() << "This should never be reached."; in TEST() 384 FAIL() << "Expected failure #1, in the test fixture c'tor."; in Init() 407 FAIL() << "Expected failure #3, in TearDown()."; in TearDown() 411 FAIL() << "Expected failure #4, in the test fixture d'tor."; in Deinit() 416 FAIL() << "Expected failure #2, in the test function."; in TEST_F() 428 FAIL() << "Expected failure #1, in SetUp()."; in SetUp() 432 FAIL() << "Expected failure #2, in TearDown()."; in TearDown() 436 FAIL() << "Expected failure #3, in the test fixture d'tor."; in Deinit() 441 FAIL() << "UNEXPECTED failure in the test function. " in TEST_F() [all …]
|
/external/gtest/test/ |
D | gtest_filter_unittest_.cc | 54 FAIL() << "Expected failure."; in TEST_F() 69 FAIL() << "Expected failure."; in TEST() 73 FAIL() << "Expected failure."; in TEST() 79 FAIL() << "Expected failure."; in TEST() 89 FAIL() << "Expected failure."; in TEST() 107 FAIL() << "Expected failure."; in TEST() 111 FAIL() << "Expected failure."; in TEST() 117 FAIL() << "Expected failure."; in TEST()
|
D | gtest_output_test_.cc | 83 FAIL() << "This should never be reached."; in TryTestSubroutine() 137 FAIL() << "This should never be reached."; in TEST() 396 FAIL() << "Expected failure #1, in the test fixture c'tor."; in Init() 419 FAIL() << "Expected failure #3, in TearDown()."; in TearDown() 423 FAIL() << "Expected failure #4, in the test fixture d'tor."; in Deinit() 428 FAIL() << "Expected failure #2, in the test function."; in TEST_F() 440 FAIL() << "Expected failure #1, in SetUp()."; in SetUp() 444 FAIL() << "Expected failure #2, in TearDown()."; in TearDown() 448 FAIL() << "Expected failure #3, in the test fixture d'tor."; in Deinit() 453 FAIL() << "UNEXPECTED failure in the test function. " in TEST_F() [all …]
|
/external/v8/test/webkit/fast/regex/ |
D | toString-expected.txt | 29 FAIL RegExp('/').source should be \/. Was /. 32 FAIL RegExp('/').toString() should be /\//. Was ///. 35 FAIL testForwardSlash("^/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of i… 36 FAIL testForwardSlash("^/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of i… 37 FAIL testForwardSlash("^\/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of … 40 FAIL testForwardSlash("^\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected en… 41 FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected e… 42 FAIL testForwardSlash("x/x/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected … 43 FAIL testForwardSlash("x\/x/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected… 44 FAIL testForwardSlash("x/x\/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected… [all …]
|
/external/v8/test/mjsunit/ |
D | stack-traces.js | 30 Foo.prototype.bar = function () { FAIL; }; 38 FAIL; 48 [1, 2, 3].map(function () { FAIL; }); 53 Nirk.prototype.valueOf = function () { FAIL; }; 77 Number.prototype.causeError = function () { FAIL; }; 82 function Plonk() { FAIL; } 87 function a$b$c$d() { return FAIL; } 94 (function () { FAIL }).call([1, 2, 3]); 114 MyObj = function() { FAIL; } 152 FAIL; [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | d3basics.c | 486 # define FAIL(_str) \ in ML_() macro 497 FAIL("evaluate_Dwarf3_Expr: stack overflow(1)"); \ in ML_() 506 FAIL("evaluate_Dwarf3_Expr: stack underflow(1)"); \ in ML_() 543 FAIL("evaluate_Dwarf3_Expr: DW_OP_regx*: invalid expr size"); in ML_() 561 FAIL("evaluate_Dwarf3_Expr: ran off end of expr"); in ML_() 567 FAIL("evaluate_Dwarf3_Expr: stack empty at end of expr"); in ML_() 584 FAIL("evaluate_Dwarf3_Expr: DW_OP_addr with address " in ML_() 590 FAIL("evaluate_Dwarf3_Expr: DW_OP_fbreg with " in ML_() 610 FAIL("evaluate_Dwarf3_Expr: DW_OP_{implicit,stack}_value " in ML_() 629 FAIL("evaluate_Dwarf3_Expr: DW_OP_breg* but no reg info"); in ML_() [all …]
|
/external/v8/test/intl/ |
D | intl.status | 31 'date-format/resolved-options': [FAIL], 32 'date-format/timezone': [FAIL], 33 'general/v8Intl-exists': [FAIL], 36 'overrides/caching': [PASS, FAIL], 39 …llator/default-locale': [['system == macos or arch == android_arm or arch == android_ia32', FAIL]], 42 'date-format/parse-MMMdy': [FAIL], 43 'date-format/parse-mdyhms': [FAIL], 44 'number-format/parse-decimal': [FAIL], 45 'number-format/parse-percent': [FAIL],
|
/external/libcxxabi/test/ |
D | testit | 30 FAIL=0 94 FAIL=$(($FAIL + $fail)) 121 echo "number of tests failed : $FAIL" 124 echo "total number of tests : $(($FAIL+$PASS))" 127 exit $FAIL
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_tnc.c | 19 FAIL enumerator 56 case FAIL: in eap_tnc_state_txt() 114 eap_tnc_set_state(data, FAIL); in eap_tnc_build_start() 182 eap_tnc_set_state(data, FAIL); in eap_tnc_build_recommendation() 186 eap_tnc_set_state(data, FAIL); in eap_tnc_build_recommendation() 261 eap_tnc_set_state(data, FAIL); in eap_tnc_build_msg() 269 if (data->state == FAIL) in eap_tnc_build_msg() 315 case FAIL: in eap_tnc_buildReq() 389 eap_tnc_set_state(data, FAIL); in tncs_process() 403 eap_tnc_set_state(data, FAIL); in eap_tnc_process_cont() [all …]
|
/external/libcxx/test/ |
D | testit | 74 FAIL=0 143 FAIL=$(($FAIL+$fail)) 174 echo "number of tests failed : $FAIL" 177 echo "total number of tests : $(($FAIL+$PASS))" 180 exit $FAIL
|
/external/v8/tools/testrunner/local/ |
D | statusfile.py | 31 FAIL = "FAIL" variable 46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK, 50 DEFS = {FAIL_OK: [FAIL, OKAY], 51 PASS_OR_FAIL: [PASS, FAIL]} 78 return ((PASS in outcomes) and (FAIL in outcomes) and 83 return (FAIL in outcomes) and (OKAY in outcomes)
|