HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 76 - 100 of 803) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/
failfast_test.go 15 t.Errorf("FAIL - %s", t.Name())
25 t.Errorf("FAIL - %s", t.Name())
30 t.Errorf("FAIL - %s", t.Name())
36 t.Errorf("FAIL - %s", t.Name())
39 t.Errorf("FAIL - %s", t.Name())
45 t.Errorf("FAIL - %s", t.Name())
48 t.Errorf("FAIL - %s", t.Name())
53 t.Errorf("FAIL - %s", t.Name())
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 68 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
73 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
75 exit $$FAIL
80 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
91 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
92 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
95 echo "$@: $$NONE - exit status $$FAIL" ; \
96 exit $$FAIL
103 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
109 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c || FAIL=1 ;
    [all...]
  /build/kati/testcase/
foreach.mk 3 dir := FAIL
multiline_define.mk 34 echo $(if $(call or1),FAIL,PASS)_or1
35 echo $(if $(call or2),FAIL,PASS)_or2
36 echo $(if $(call or3),FAIL,PASS)_or3
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCaseOutputResult.java 38 public static String FAIL = "FAIL";
52 return success ? OK : FAIL;
  /external/dtc/tests/
get_mem_rsv.c 41 FAIL("fdt_num_mem_rsv(): %s", fdt_strerror(rc));
43 FAIL("fdt_num_mem_rsv() returned %d instead of 2", rc);
subnode_offset.c 40 FAIL("fdt_subnode_offset(\"%s\"): %s", name, fdt_strerror(offset));
44 FAIL("NULL retrieving subnode \"%s\"", name);
49 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
51 FAIL("Subnode name mismatch \"%s\" instead of \"%s\"",
71 FAIL("Different subnodes have same offset");
85 FAIL("Different offsets with and without unit address");
90 FAIL("Incorrectly found ss1 in subnode2");
94 FAIL("Incorrectly found ss2 in subnode1");
truncated_property.c 41 FAIL("fdt_getprop() succeeded on truncated property");
43 FAIL("fdt_getprop() failed with \"%s\" instead of \"%s\"",
value-labels.c 71 FAIL("Couldn't locate property \"%s\"", name);
75 FAIL("Couldn't locate label symbol \"%s\"", name);
78 FAIL("Label \"%s\" does not point to correct property", name);
88 FAIL("Couldn't locate label symbol \"%s\"", name);
91 FAIL("Label \"%s\" points to offset %ld instead of %d"
109 FAIL("Couldn't dlopen() %s", argv[1]);
113 FAIL("Couldn't locate \"dt_blob_start\" symbol in %s",
118 FAIL("%s contains invalid tree: %s", argv[1],
get_name.c 43 FAIL("Couldn't find %s", path);
49 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len));
52 FAIL("fdt_get_name(%s) returned \"%s\" instead of \"%s\"",
56 FAIL("fdt_get_name(%s) returned length %d instead of %zd",
62 FAIL("fdt_get_name(%d, NULL) failed", offset);
64 FAIL("fdt_get_name(%d, NULL) returned \"%s\" instead of \"%s\"",
get_path.c 40 FAIL("Couldn't find path \"%s\": %s", path, fdt_strerror(offset));
49 FAIL("fdt_get_path([%d bytes]) returns %d with "
53 FAIL("fdt_get_path([%d bytes]): %s", buflen,
56 FAIL("fdt_get_path([%d bytes]) returns %d "
59 FAIL("fdt_get_path([%d bytes]) returns \"%s\" "
64 FAIL("fdt_get_path([%d bytes]) overran buffer", buflen);
setprop.c 50 FAIL("fdt_open_into(): %s", fdt_strerror(err));
59 FAIL("Failed to set \"prop-int\" to \"%s\": %s",
71 FAIL("Failed to empty \"prop-str\": %s",
78 FAIL("Failed to set \"prop-u32\" to 0x%08x: %s",
84 FAIL("Failed to set \"prop-cell\" to 0x%08x: %s",
90 FAIL("Failed to set \"prop-u64\" to 0x%016llx: %s",
testutils.c 63 FAIL("Can't install SIGINT handler");
79 FAIL("fdt_get_mem_rsv(%d): %s", n, fdt_strerror(err));
81 FAIL("fdt_get_mem_rsv() returned (0x%llx,0x%llx) "
99 FAIL("Error retreiving \"%s\" pointer: %s", name,
107 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
111 FAIL("Property name mismatch \"%s\" instead of \"%s\"",
114 FAIL("Length retrieved for \"%s\" by fdt_get_property()"
118 FAIL("Size mismatch on property \"%s\": %d insead of %d",
121 FAIL("Data mismatch on property \"%s\"", name);
132 FAIL("fdt_getprop(\"%s\"): %s", name, fdt_strerror(proplen))
    [all...]
parent_offset.c 56 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
60 FAIL("fdt_path_offset(%s): %s", parentpath,
65 FAIL("fdt_parent_offset(): %s", fdt_strerror(parentoffset));
68 FAIL("fdt_parent_offset() returns %d instead of %d",
86 FAIL("fdt_parent_offset(/) returns %d instead of "
property_iterate.c 48 FAIL("Missing/invalid test-properties property at '%s'",
56 FAIL("Missing test node\n");
62 FAIL("Node '%s': Expected %d properties, got %d\n",
79 FAIL("Expected %d tests, got %d\n", 2, count);
92 FAIL("No device tree available");
utilfdt_test.c 39 FAIL("format '%s': valid format string returned failure", fmt);
41 FAIL("format '%s': expected type='%c', got type='%c'", fmt,
44 FAIL("format '%s': expected size=%d, got size=%d", fmt,
54 FAIL("format '%s': invalid format string returned success",
72 FAIL("modifier string '%s' too long", modifier);
addr_size_cells.c 37 FAIL("Couldn't find path %s", path);
43 FAIL("Address cells for %s is %d instead of %d\n",
46 FAIL("Size cells for %s is %d instead of %d\n",
  /external/valgrind/memcheck/tests/solaris/
scalar_auditon_stat.c 13 SY(SYS_auditsys, x0 + BSM_AUDITCTL, x0 + A_GETSTAT, x0); FAIL;
20 SY(SYS_auditsys, x0 + BSM_AUDITCTL, x0 + A_SETSTAT, x0); FAIL;
scalar_utimensat.c 9 SY(SYS_utimensat, x0 - 1, x0 + 1, x0 + 1, x0); FAIL;
16 SY(SYS_utimensat, x0 - 1, x0 + NULL, x0 + NULL, x0); FAIL;
scalar.c 39 SY(SYS_mount, x0 + 1, x0, x0, x0); FAIL;
46 SY(SYS_mount, x0 + 1, x0, x0, x0 + 256); FAIL;
53 SY(SYS_mount, x0 + 1, x0, x0 | MS_DATA, x0 + 256, x0 + 1, x0 + 1); FAIL;
61 x0 + 1, x0 + 1); FAIL;
89 SY(SYS_shmsys, x0 + SHMAT, x0, x0 - 1, x0); FAIL;
96 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + SHM_LOCK); FAIL;
103 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + SHM_UNLOCK); FAIL;
110 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_RMID); FAIL;
117 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_SET, x0 + 1); FAIL;
129 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_SET, &buf); FAIL;
    [all...]
scalar_ioctl.c 26 SY(SYS_ioctl, x0 - 1, x0 + POOL_STATUSQ, x0); FAIL;
34 SY(SYS_ioctl, x0 - 1, x0 + MNTIOC_GETEXTMNTENT, x0 + 1); FAIL;
47 SY(SYS_ioctl, x0 - 1, x0 + MNTIOC_GETEXTMNTENT, &embuf + x0); FAIL;
67 SY(SYS_ioctl, x0 - 1, x0 + MNTIOC_GETEXTMNTENT, &embuf + x0); FAIL;
74 SY(SYS_ioctl, x0 - 1, x0 + MNTIOC_GETMNTANY, x0 + 1); FAIL;
87 SY(SYS_ioctl, x0 - 1, x0 + MNTIOC_GETMNTANY, &embuf + x0); FAIL;
107 SY(SYS_ioctl, x0 - 1, x0 + MNTIOC_GETMNTANY, &embuf + x0); FAIL;
115 SY(SYS_ioctl, x0 - 1, x0 + TCGETA, x0); FAIL;
122 SY(SYS_ioctl, x0 - 1, x0 + TCGETS, x0); FAIL;
129 SY(SYS_ioctl, x0 - 1, x0 + TCSETS, x0); FAIL;
    [all...]
scalar_modctl_modnvl.c 21 x0, x0 + 1, x0); FAIL;
36 x0 + 1, &buflen, x0 + 1); FAIL;
49 x0, x0 + 1); FAIL;
64 x0 + 1, &buflen); FAIL;
71 SY(SYS_modctl, x0 + MODDEVINFO_CACHE_TS, x0 + 1); FAIL;
  /frameworks/support/room/common/src/main/java/androidx/room/
OnConflictStrategy.java 33 OnConflictStrategy.FAIL, OnConflictStrategy.IGNORE})
48 * OnConflict strategy constant to fail the transaction.
50 int FAIL = 4;
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libmsgctl.c 41 return FAIL;
47 return FAIL;
57 return FAIL;
65 return FAIL;
73 return FAIL;
79 return FAIL;
97 return FAIL;
103 return FAIL;
119 return FAIL;
143 return FAIL;
    [all...]
  /external/v8/src/asmjs/
asm-typer.cc 47 #define FAIL(node, msg) FAIL_RAW(node, STATIC_CHAR_VECTOR(msg))
53 FAIL(root_, "Stack overflow while parsing asm.js module."); \
577 AsmType* AsmTyper::TriggerParsingError() { FAIL(root_, "Parsing error"); }
618 if (!scope->is_function_scope()) FAIL(fun, "Not at function scope.");
620 FAIL(fun, "Invalid asm.js module using eval.");
623 FAIL(fun, "Invalid asm.js identifier in module name.");
629 FAIL(fun, "asm.js modules may not have more than three parameters.");
643 FAIL(fun, "Invalid asm.js identifier in module parameter.");
650 FAIL(fun, "Redeclared identifier in module parameter.");
657 FAIL(fun, "Missing \"use asm\".")
    [all...]

Completed in 400 milliseconds

1 2 34 5 6 7 8 91011>>