/external/python/cpython3/Lib/test/ |
D | re_tests.py | 7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3) 83 (r'[^a\0]', '\0', FAIL), 93 (r'\x00ffffffffffffff', '\377', FAIL, 'found', chr(255)), 94 (r'\x00f', '\017', FAIL, 'found', chr(15)), 95 (r'\x00fe', '\376', FAIL, 'found', chr(254)), 105 ('a.b', 'a\nb', FAIL), 106 ('a.*b', 'acc\nccb', FAIL), 107 ('a.{4,5}b', 'acc\nccb', FAIL), 117 ('abc', 'xbc', FAIL), 118 ('abc', 'axc', FAIL), [all …]
|
/external/python/cpython2/Lib/test/ |
D | re_tests.py | 7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3) 83 (r'[^a\0]', '\0', FAIL), 93 (r'\x00ffffffffffffff', '\377', FAIL, 'found', chr(255)), 94 (r'\x00f', '\017', FAIL, 'found', chr(15)), 95 (r'\x00fe', '\376', FAIL, 'found', chr(254)), 105 ('a.b', 'a\nb', FAIL), 106 ('a.*b', 'acc\nccb', FAIL), 107 ('a.{4,5}b', 'acc\nccb', FAIL), 117 ('abc', 'xbc', FAIL), 118 ('abc', 'axc', FAIL), [all …]
|
/external/python/cpython3/Modules/ |
D | binascii.c | 75 #define FAIL 0x7D macro 79 /* 0*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, 81 /* 1*/ FAIL, FAIL, SKIP, FAIL, FAIL, SKIP, FAIL, FAIL, 83 /* 2*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, 85 /* 3*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, 87 /* 4*/ FAIL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 89 /* 5*/ 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, FAIL, FAIL, 91 /* 6*/ 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, FAIL, 93 /* 7*/ 0x14, 0x15, DONE, FAIL, FAIL, FAIL, FAIL, FAIL, 97 /* 9*/ 0x1E, 0x1F, 0x20, 0x21, 0x22, 0x23, 0x24, FAIL, [all …]
|
/external/python/cpython2/Modules/ |
D | binascii.c | 74 #define FAIL 0x7D macro 78 /* 0*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, 80 /* 1*/ FAIL, FAIL, SKIP, FAIL, FAIL, SKIP, FAIL, FAIL, 82 /* 2*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, 84 /* 3*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, 86 /* 4*/ FAIL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 88 /* 5*/ 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, FAIL, FAIL, 90 /* 6*/ 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, FAIL, 92 /* 7*/ 0x14, 0x15, DONE, FAIL, FAIL, FAIL, FAIL, FAIL, 96 /* 9*/ 0x1E, 0x1F, 0x20, 0x21, 0x22, 0x23, 0x24, FAIL, [all …]
|
/external/nos/test/system-test-harness/src/test-data/NIST-CAVP/ |
D | gcmDecrypt128.rsp | 27 FAIL 43 FAIL 67 FAIL 83 FAIL 91 FAIL 99 FAIL 107 FAIL 115 FAIL 123 FAIL 131 FAIL [all …]
|
D | gcmDecrypt192.rsp | 27 FAIL 43 FAIL 51 FAIL 83 FAIL 91 FAIL 107 FAIL 123 FAIL 145 FAIL 177 FAIL 185 FAIL [all …]
|
D | gcmDecrypt256.rsp | 27 FAIL 35 FAIL 75 FAIL 99 FAIL 107 FAIL 131 FAIL 169 FAIL 177 FAIL 193 FAIL 209 FAIL [all …]
|
/external/dtc/tests/ |
D | references.c | 38 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref() 40 FAIL("'ref' in node at %d has wrong size (%d instead of %zd)", in check_ref() 44 FAIL("'ref' in node at %d has value 0x%x instead of 0x%x", in check_ref() 49 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref() 51 FAIL("'lref' in node at %d has wrong size (%d instead of %zd)", in check_ref() 55 FAIL("'lref' in node at %d has value 0x%x instead of 0x%x", in check_ref() 67 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref() 69 FAIL("'rref' in root node has wrong size (%d instead of %zd)", in check_rref() 73 FAIL("'rref' in root node has value 0x%x instead of 0x0", ref); in check_rref() 87 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main() [all …]
|
D | path-references.c | 37 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref() 39 FAIL("'ref' in node at %d has value \"%s\" instead of \"%s\"", in check_ref() 44 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref() 46 FAIL("'lref' in node at %d has value \"%s\" instead of \"%s\"", in check_ref() 58 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref() 60 FAIL("'rref' in root node has value \"%s\" instead of \"/\"", in check_rref() 76 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main() 79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main() 88 FAIL("fdt_getprop(0, \"multiref\"): %s", fdt_strerror(len)); in main() 90 FAIL("multiref has wrong length, %d instead of %d", in main() [all …]
|
D | del_node.c | 48 FAIL("Couldn't find \"/subnode@1\": %s", in main() 54 FAIL("Couldn't find \"/subnode@2\": %s", in main() 60 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", in main() 66 FAIL("fdt_del_node(subnode1): %s", fdt_strerror(err)); in main() 70 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", in main() 76 FAIL("Couldn't find \"/subnode2\": %s", in main() 82 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", in main() 88 FAIL("fdt_del_node(subnode2): %s", fdt_strerror(err)); in main() 92 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", in main() 98 FAIL("fdt_path_offset(subnode2) returned \"%s\" instead of \"%s\"", in main() [all …]
|
D | nop_node.c | 43 FAIL("Couldn't find \"/subnode1\": %s", in main() 49 FAIL("Couldn't find \"/subnode2\": %s", in main() 55 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", in main() 61 FAIL("fdt_nop_node(subnode1): %s", fdt_strerror(err)); in main() 65 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", in main() 71 FAIL("Couldn't find \"/subnode2\": %s", in main() 77 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", in main() 83 FAIL("fdt_nop_node(subnode2): %s", fdt_strerror(err)); in main() 87 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", in main() 93 FAIL("fdt_path_offset(subnode2) returned \"%s\" instead of \"%s\"", in main() [all …]
|
D | stringlist.c | 38 FAIL("Couldn't find path %s", path); in check_expected_failure() 42 FAIL("unexpectedly succeeded in parsing #address-cells\n"); in check_expected_failure() 46 FAIL("found string in #address-cells: %d\n", err); in check_expected_failure() 60 FAIL("empty string not found in #address-cells: %d\n", err); in check_expected_failure() 77 FAIL("Couldn't find path %s", path); in check_string_count() 81 FAIL("Couldn't count strings in property %s of node %s: %d\n", in check_string_count() 85 FAIL("String count for property %s of node %s is %d instead of %d\n", in check_string_count() 97 FAIL("Couldn't find path %s", path); in check_string_index() 102 FAIL("Index of %s in property %s of node %s is %d, expected %d\n", in check_string_index() 115 FAIL("Couldn't find path %s", path); in check_string() [all …]
|
D | testutils.c | 63 FAIL("Can't install SIGINT handler"); in test_init() 79 FAIL("fdt_get_mem_rsv(%d): %s", n, fdt_strerror(err)); in check_mem_rsv() 81 FAIL("fdt_get_mem_rsv() returned (0x%llx,0x%llx) " in check_mem_rsv() 99 FAIL("Error retreiving \"%s\" pointer: %s", name, in check_property() 107 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name); in check_property() 111 FAIL("Property name mismatch \"%s\" instead of \"%s\"", in check_property() 114 FAIL("Length retrieved for \"%s\" by fdt_get_property()" in check_property() 118 FAIL("Size mismatch on property \"%s\": %d insead of %d", in check_property() 121 FAIL("Data mismatch on property \"%s\"", name); in check_property() 132 FAIL("fdt_getprop(\"%s\"): %s", name, fdt_strerror(proplen)); in check_getprop() [all …]
|
D | del_property.c | 52 FAIL("Failed to delete \"prop-int\": %s", fdt_strerror(err)); in main() 56 FAIL("prop-int still present after deletion"); in main() 58 FAIL("Unexpected error on second getprop: %s", in main() 66 FAIL("Failed to delete \"prop-str\": %s", fdt_strerror(err)); in main() 70 FAIL("prop-str still present after deletion"); in main() 72 FAIL("Unexpected error on second getprop: %s", in main() 79 FAIL("fdt_pack(): %s\n", fdt_strerror(err)); in main() 87 FAIL("Tree failed to shrink after deletions"); in main()
|
D | set_name.c | 43 FAIL("Couldn't find %s", path); in check_set_name() 49 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len)); in check_set_name() 52 FAIL("fdt_get_name(%s) returned \"%s\" instead of \"%s\"", in check_set_name() 56 FAIL("fdt_get_name(%s) returned length %d instead of %zd", in check_set_name() 61 FAIL("fdt_set_name(%d, \"%s\"): %s", offset, newname, in check_set_name() 66 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len)); in check_set_name() 69 FAIL("fdt_get_name(%s) returned \"%s\" instead of \"%s\"", in check_set_name() 73 FAIL("fdt_get_name(%s) returned length %d instead of %zd", in check_set_name()
|
D | value-labels.c | 71 FAIL("Couldn't locate property \"%s\"", name); in check_prop_labels() 75 FAIL("Couldn't locate label symbol \"%s\"", name); in check_prop_labels() 78 FAIL("Label \"%s\" does not point to correct property", name); in check_prop_labels() 88 FAIL("Couldn't locate label symbol \"%s\"", name); in check_prop_labels() 91 FAIL("Label \"%s\" points to offset %ld instead of %d" in check_prop_labels() 109 FAIL("Couldn't dlopen() %s", argv[1]); in main() 113 FAIL("Couldn't locate \"dt_blob_start\" symbol in %s", in main() 118 FAIL("%s contains invalid tree: %s", argv[1], in main()
|
/external/ltp/testcases/kernel/power_management/ |
D | pm_include.sh | 6 FAIL=1 99 FAIL="Testcase PASS - Unable to execute" 102 FAIL="Testcase FAIL" 116 echo "${0}: ${FAIL}: echo ${input} > ${test_file}" 175 FAIL="Test FAIL" 187 echo "${FAIL}: cpu consolidation passed for" \ 194 echo "${FAIL}: cpu consolidation for" \ 205 echo "${FAIL}: cpu consolidation for" \ 228 FAIL="Test FAIL" 241 echo "${FAIL}: cpu consolidation passed for" \ [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | automake.std.approved.txt | 4 :test-result: FAIL 'Not' checks that should fail 7 :test-result: FAIL A METHOD_AS_TEST_CASE based test run that fails 9 :test-result: FAIL A TEST_CASE_METHOD based test run that fails 11 :test-result: FAIL A couple of nested sections followed by a failure 12 :test-result: FAIL A failing expression with a non streamable type is still captured 16 :test-result: FAIL An unchecked exception reports the line of the last assertion 31 :test-result: FAIL Contains string matcher 32 :test-result: FAIL Custom exceptions can be translated when testing for nothrow 33 :test-result: FAIL Custom exceptions can be translated when testing for throwing as something else 34 :test-result: FAIL Custom std-exceptions can be custom translated [all …]
|
/external/dtc/ |
D | checks.c | 92 #define FAIL(c, dti, ...) \ macro 159 FAIL(c, dti, "always_fail check"); in check_always_fail() 174 FAIL(c, dti, "\"%s\" property in %s is not a string", in check_is_string() 193 FAIL(c, dti, "\"%s\" property in %s is not a single cell", in check_is_cell() 215 FAIL(c, dti, "Duplicate node name %s", in check_duplicate_node_names() 230 FAIL(c, dti, "Duplicate property name %s in %s", in check_duplicate_property_names() 249 FAIL(c, dti, "Bad character '%c' in node %s", in check_node_name_chars() 260 FAIL(c, dti, "Character '%c' not recommended in node %s", in check_node_name_chars_strict() 269 FAIL(c, dti, "Node %s has multiple '@' characters in name", in check_node_name_format() 288 FAIL(c, dti, "Node %s has a reg or ranges property, but no unit name", in check_unit_address_vs_reg() [all …]
|
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
D | libmsgctl.c | 41 return FAIL; in doreader() 47 return FAIL; in doreader() 57 return FAIL; in doreader() 65 return FAIL; in doreader() 73 return FAIL; in doreader() 79 return FAIL; in doreader() 97 return FAIL; in dowriter() 103 return FAIL; in dowriter() 119 return FAIL; in dowriter() 143 return FAIL; in verify()
|
/external/googletest/googletest/test/ |
D | googletest-filter-unittest_.cc | 53 FAIL() << "Expected failure."; in TEST_F() 68 FAIL() << "Expected failure."; in TEST() 72 FAIL() << "Expected failure."; in TEST() 78 FAIL() << "Expected failure."; in TEST() 88 FAIL() << "Expected failure."; in TEST() 106 FAIL() << "Expected failure."; in TEST() 110 FAIL() << "Expected failure."; in TEST() 116 FAIL() << "Expected failure."; in TEST()
|
/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()
|
/external/icu/icu4c/source/test/hdrtst/ |
D | Makefile.in | 75 exit $$FAIL 91 …fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h … 95 echo "$@: $$NONE - exit status $$FAIL" ; \ 96 exit $$FAIL 111 exit $$FAIL 123 exit $$FAIL 135 exit $$FAIL 148 exit $$FAIL 160 exit $$FAIL
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | debugify.ll | 10 ; RUN: FileCheck %s -implicit-check-not="CheckModuleDebugify: FAIL" 12 ; RUN: FileCheck %s -implicit-check-not="CheckModuleDebugify: FAIL" 14 ; RUN: FileCheck %s -implicit-check-not="CheckModuleDebugify: FAIL" 17 ; RUN: FileCheck %s -check-prefix=CHECK-FAIL 20 ; RUN: FileCheck %s -check-prefix=CHECK-FAIL 89 ; CHECK-FAIL: ERROR: Instruction with empty DebugLoc in function foo -- ret void 90 ; CHECK-FAIL: ERROR: Instruction with empty DebugLoc in function bar -- call void @foo() 91 ; CHECK-FAIL: ERROR: Instruction with empty DebugLoc in function bar -- {{.*}} add i32 0, 1 92 ; CHECK-FAIL: ERROR: Instruction with empty DebugLoc in function bar -- ret i32 0 93 ; CHECK-FAIL: WARNING: Missing line 1 [all …]
|
/external/iptables/extensions/ |
D | libipt_ah.t | 6 -p ah -m ah --ahspi -1;;FAIL 7 -p ah -m ah --ahspi 4294967296;;FAIL 8 -p ah -m ah --ahspi invalid;;FAIL 9 -p ah -m ah --ahspi 0:invalid;;FAIL 10 -m ah --ahspi 0;;FAIL 11 -m ah --ahspi;;FAIL 12 -m ah;;FAIL
|