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

1234567891011>>

/macosx-10.10/OpenSSH-189/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.10/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/PyObjCTest/
H A Dtest_ctfontmanager.py31 self.fail("CTFontManagerCopyAvailablePostScriptNames")
32 self.fail("CTFontManagerCopyAvailableFontFamilyNames")
33 self.fail("CTFontManagerCopyAvailableFontURLs")
34 self.fail("CTFontManagerCompareFontFamilyNames")
35 self.fail("CTFontManagerCreateFontDescriptorsFromURL")
36 self.fail("CTFontManagerRegisterFontsForURL")
37 self.fail("CTFontManagerUnregisterFontsForURL")
38 self.fail("CTFontManagerRegisterFontsForURLs")
39 self.fail("CTFontManagerUnregisterFontsForURLs")
40 self.fail("CTFontManagerEnableFontDescriptor
[all...]
/macosx-10.10/OpenSSH-189/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.10/libclosure-65/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.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dwhatis16 local fail=0
46 fail=1
51 return $fail
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/cam/
H A DMakefile3 BUILD= app.html fail.html intro.html
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLFail.h35 void fail(State&);
/macosx-10.10/postfix-255/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.10/IOSerialFamily-74/tests/
H A DIOSerialTestLib.c31 goto fail;
37 goto fail;
45 goto fail;
49 fail:
62 goto fail;
68 goto fail;
74 goto fail;
80 goto fail;
94 goto fail;
105 goto fail;
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/unit/
H A Dunit1394.c85 fail("assertion failure");
90 fail("assertion failure");
96 fail("assertion failure");
104 fail("assertion failure");
109 fail("assertion failure");
115 fail("assertion failure");
/macosx-10.10/ruby-106/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.10/bind9-45.101/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.10/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dfail_helper.cpp39 fail("This always fails");
/macosx-10.10/bind9-45.101/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);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgglcontext.py7 self.fail("Add header tests for <CoreGraphics/CGGLContext.h>")

Completed in 177 milliseconds

1234567891011>>