Searched refs:fail (Results 1 - 25 of 1352) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dutmpx-osx.sh5 fail "utmpx|utmpx does not exist"
H A Dproxy-connect.sh9 fail "ssh proxyconnect protocol $p failed"
13 fail "ssh proxyconnect protocol $p failed"
16 fail "bad SSH_CONNECTION"
H A Dyes-head.sh9 fail "yes|head test failed"
13 fail "yes|head returns $lines lines instead of 2000"
H A Dsftp-cmds.sh34 grep copy.dd >/dev/null 2>&1 || fail "lls failed"
38 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
42 || fail "ls failed"
47 || fail "shell failed"
52 || fail "pwd failed"
57 || fail "lpwd failed"
62 || fail "quit failed"
67 || fail "help failed"
73 || fail "get failed"
74 cmp $DATA ${COPY} || fail "corrupte
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/regress/
H A Dstrduptest.c20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
H A Dsnprintftest.c29 fail(const char *m) function
54 fail("snprintf does not correctly terminate long strings");
58 fail("malloc failed");
63 fail("failed with length limit '%%.s'");
68 fail("snprintf does not return required length");
70 fail("vsnprintf does not return required length");
/macosx-10.9.5/libclosure-63/objectTests/
H A Dshorthandexpression.c40 fail("this shouldn't compile\n");
H A Dsizeof.c36 fail("the size of a block is %ld", sizeof(*aBlock));
H A Dblock-static.c18 fail("did not update static local, rdar://6177162");
H A Dglobalexpression.c20 fail("did not set global to 1");
24 fail("global copy %p not a no-op %p", (void *)gblockcopy, (void *)gblock);
29 fail("did not set global to 3");
34 fail("did not set global to 5");
H A Dbyrefaccess.c30 fail("didn't update i");
H A Dgoto.c35 fail("val not updated!");
H A Dorbars.c33 fail("should not compile");
/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dwhatis16 local fail=0
46 fail=1
51 return $fail
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/cam/
H A DMakefile3 BUILD= app.html fail.html intro.html
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dtodo.t21 fail("Expected failure");
22 fail("Another expected failure");
34 fail("Yet another failure");
59 fail("Just testing todo");
74 fail("So very failed");
88 fail("Just testing todo");
94 fail('Testing todo_start()');
106 fail('fail 1');
109 fail('fai
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_error.in8 helo_restrictions fail:1_helo_access
14 client_restrictions fail:1_client_access
20 sender_restrictions fail:1_sender_access
26 recipient_restrictions fail:1_rcpt_access
34 mynetworks fail:1_mynetworks
56 relay_clientcerts fail:1_certs
63 local_header_rewrite_clients fail:1_rewrite
74 mydestination fail:1_mydestination
80 virtual_alias_maps fail:1_virtual
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_01basic.t24 test_out("not ok 1 - should fail");
28 is("foo","bar","should fail");
36 fail(); fail();
44 fail("name"); fail("name");
52 fail("name");
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A Dssl3Callouts.c97 goto fail;
99 goto fail;
110 goto fail;
112 goto fail;
114 goto fail;
116 goto fail;
118 goto fail;
120 goto fail;
122 goto fail;
124 goto fail;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A Dssl3Callouts.c97 goto fail;
99 goto fail;
110 goto fail;
112 goto fail;
114 goto fail;
116 goto fail;
118 goto fail;
120 goto fail;
122 goto fail;
124 goto fail;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A Dssl3Callouts.c97 goto fail;
99 goto fail;
110 goto fail;
112 goto fail;
114 goto fail;
116 goto fail;
118 goto fail;
120 goto fail;
122 goto fail;
124 goto fail;
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_encoding_2.rb34 fail "Encoding #{enc} does not work with REXML: #{e.message}"
37 fail "Encoding #{enc} does not work with REXML: #{e.message}"
40 fail "Encoding #{enc} does not work with REXML: #{e.message}"
43 fail "Encoding #{enc} does not work with REXML: #{$!.message}"
48 fail "There were #{broken_encodings} encoding failures out of #{UnixCharsets.size} plus some REXML internal encodings"
50 fail "There were no encoding failures"
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dsanity.c43 fail(const char *fmt, ...) function
65 fail("Invariant check failed at %s:%d: %s", file, line, cond);
71 fail("Precondition check failed at %s:%d: %s", file, line, cond);
77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dfail_helper.cpp39 fail("This always fails");
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/bootstrap/
H A Dh_tp_basic_cpp.cpp44 ATF_TEST_CASE(fail); variable
46 ATF_TEST_CASE_HEAD(fail)
51 ATF_TEST_CASE_BODY(fail)
83 ATF_ADD_TEST_CASE(tcs, fail);

Completed in 243 milliseconds

1234567891011>>