Searched refs:FAIL (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-12-stable/tools/tools/git/
H A Dgit-svn-rebase39 FAIL=
48 FAIL="$FAIL $i"
55 if [ -n "$FAIL" ]; then
56 echo Failed branches: $FAIL
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_ex_test.cc65 FAIL() << "GetNonDefaultConstructible()'s return type has no default "
68 FAIL() << "Google Test does not try to catch an exception of type "
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest_.cc53 FAIL() << "Expected failure.";
68 FAIL() << "Expected failure.";
72 FAIL() << "Expected failure.";
78 FAIL() << "Expected failure.";
88 FAIL() << "Expected failure.";
106 FAIL() << "Expected failure.";
110 FAIL() << "Expected failure.";
116 FAIL() << "Expected failure.";
H A Dgoogletest-death-test_ex_test.cc54 FAIL() << "An exception escaped a death test macro invocation "
H A Dgoogletest-output-test_.cc34 // FAIL.
76 FAIL() << "This should never be reached.";
135 FAIL() << "This should never be reached.";
411 FAIL() << "Expected failure #1, in the test fixture c'tor.";
434 FAIL() << "Expected failure #3, in TearDown().";
438 FAIL() << "Expected failure #4, in the test fixture d'tor.";
443 FAIL() << "Expected failure #2, in the test function.";
455 FAIL() << "Expected failure #1, in SetUp().";
459 FAIL() << "Expected failure #2, in TearDown().";
463 FAIL() << "Expecte
[all...]
H A Dgtest_xml_output_unittest_.cc67 FAIL() << "Unexpected failure: Disabled test should not be run";
81 FAIL() << "Unexpected failure: Disabled test should not be run";
85 FAIL() << "XML output: "
92 FAIL() << "Invalid characters in brackets [\x1\x2]";
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_tcp.c58 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
61 #define FAIL(msg, ...) ATF_CHECK_MSG(0, msg, ## __VA_ARGS__); goto fail macro
85 FAIL("socket");
96 FAIL("bind");
101 FAIL("getsockname");
105 FAIL("listen");
109 FAIL("socket");
114 FAIL("expected connect to fail");
118 FAIL("connect failed");
123 FAIL("fnct
[all...]
H A Dt_unix.c64 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__) macro
68 #define FAIL(msg, ...) \ macro
112 FAIL("accept");
114 FAIL("guard1 = '%c'", guard1);
116 FAIL("guard2 = '%c'", guard2);
121 FAIL("len %d != 2", len);
123 FAIL("sun->sun_family %d != AF_UNIX", sun.sun_family);
126 FAIL("sun->sun_len %d != 2", sun.sun_len);
130 FAIL("sun.sun_path[%zu] %d != NULL", i,
150 FAIL("socke
[all...]
/freebsd-12-stable/contrib/binutils/ld/
H A Dldmisc.h38 #define FAIL() \ macro
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh27 #define FAIL \
32 BEGIN { badsubr = "func()"; func((void *)&\`utsname); FAIL }
35 BEGIN { badsubr = "func()"; func((void *)&\`utsname, arg1); FAIL }
38 BEGIN { badsubr = "func() (arg1)"; func(arg0, (void *)&\`utsname); FAIL }
41 BEGIN { badsubr = "func()"; func((void *)&\`utsname, arg1, arg2); FAIL }
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c62 FAIL("capmode: %s failed with ECAPMODE", #syscall); \
164 FAIL("capmode:waitpid");
166 FAIL("capmode:waitpid succeeded");
169 FAIL("capmode:fork");
172 FAIL("test_sycalls:getlogin %d", errno);
176 FAIL("capmode:getsockname");
185 FAIL("capmode:pipe");
194 FAIL("capmode:no sysarch() test for current architecture");
H A Dcap_test.h50 #define FAIL(...) do { \ macro
71 FAIL("%s() at line %d: %s failed", \
79 FAIL("%s() at line %d: %s", \
91 FAIL("%s() at line %d: %s", \
H A Dcap_test_pdkill.c84 FAIL("pdgetpid");
90 FAIL("pdkill");
/freebsd-12-stable/tests/sys/file/
H A Dflock_helper.c130 #define FAIL(test) \ macro
133 printf("FAIL (%s)\n", #test); \
162 FAIL(fl1.l_start != fl2.l_start);
163 FAIL(fl1.l_len != fl2.l_len);
164 FAIL(fl1.l_pid != fl2.l_pid);
165 FAIL(fl1.l_type != F_UNLCK);
166 FAIL(fl1.l_whence != fl2.l_whence);
168 FAIL(fl1.l_sysid != fl2.l_sysid);
236 FAIL(res == 0);
237 FAIL(errn
[all...]
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-score.c40 #define FAIL 0x80000000 macro
805 retval = (int) FAIL;
824 return (int) FAIL;
840 return (int) FAIL;
849 int reg = (int) FAIL;
852 if ((reg = score_reg_parse (str, all_reg_maps[reg_type].htab)) != (int) FAIL)
897 return (int) FAIL;
904 return (int) FAIL;
908 return comma ? SUCCESS : (int) FAIL;
916 if (reg_required_here (&str, 20, REG_TYPE_SCORE) == (int) FAIL
[all...]
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c19 FAIL enumerator in enum:eap_tnc_data::eap_tnc_state
56 case FAIL:
57 return "FAIL";
114 eap_tnc_set_state(data, FAIL);
182 eap_tnc_set_state(data, FAIL);
186 eap_tnc_set_state(data, FAIL);
261 eap_tnc_set_state(data, FAIL);
269 if (data->state == FAIL)
315 case FAIL:
389 eap_tnc_set_state(data, FAIL);
[all...]
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon7450
46 case FAIL:
47 return "FAIL";
298 eap_wsc_state(data, FAIL);
304 eap_wsc_state(data, FAIL);
361 eap_wsc_state(data, FAIL);
398 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
416 eap_wsc_state(data, FAIL);
424 eap_wsc_state(data, FAIL);
[all...]
/freebsd-12-stable/contrib/ncurses/progs/
H A Ddump_entry.h78 #define FAIL -1 macro
/freebsd-12-stable/contrib/dtc/
H A Dchecks.c96 #define FAIL(c, dti, ...) \ macro
163 FAIL(c, dti, "always_fail check");
178 FAIL(c, dti, "\"%s\" property in %s is not a string",
197 FAIL(c, dti, "\"%s\" property in %s is not a single cell",
219 FAIL(c, dti, "Duplicate node name %s",
234 FAIL(c, dti, "Duplicate property name %s in %s",
253 FAIL(c, dti, "Bad character '%c' in node %s",
264 FAIL(c, dti, "Character '%c' not recommended in node %s",
273 FAIL(c, dti, "Node %s has multiple '@' characters in name",
292 FAIL(
[all...]
/freebsd-12-stable/tests/sys/netgraph/
H A Dhub.c53 ng_errors(FAIL);
106 ng_errors(FAIL);
133 ng_errors(FAIL);
193 ng_errors(FAIL);
209 ng_errors(FAIL);
H A Dbasic.c78 ng_errors(FAIL);
142 ng_errors(FAIL);
171 ng_errors(FAIL);
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcpu-arm.c295 goto FAIL;
299 goto FAIL;
333 goto FAIL;
340 FAIL:
392 goto FAIL;
396 goto FAIL;
406 FAIL:
/freebsd-12-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb25 when /(?:FAIL|ERROR)/
/freebsd-12-stable/contrib/less/
H A Dregexp.c146 #define FAIL(m) { regerror(m); return(NULL); } macro
220 FAIL("NULL argument");
233 FAIL("regexp too big");
238 FAIL("out of space");
315 FAIL("too many ()");
354 FAIL("unmatched ()");
357 FAIL("unmatched ()");
359 FAIL("junk on end"); /* "Can't happen". */
430 FAIL("*+ operand could be empty");
461 FAIL("neste
[all...]
/freebsd-12-stable/usr.bin/bmake/tests/
H A Dcommon.sh40 FAIL=
48 FAIL=yes
54 if [ ! -z "${FAIL}" ] ; then
380 return 1 # FAIL
399 FAIL=
440 FAIL=

Completed in 1136 milliseconds

12345