Searched refs:failure (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_strip_components.c57 failure("d0/ is too short and should not get restored");
59 failure("d0/d1/ is too short and should not get restored");
61 failure("d0/s1 is too short and should not get restored");
63 failure("d0/d1/s2 is a symlink to something that won't be extracted");
70 failure("d0/d1/d2 should be extracted");
96 failure("d0/l1 is too short and should not get restored");
98 failure("d0/d1/l2 is a hardlink to file whose name was too short");
100 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short");
116 failure("d0/ is too short and should not have been archived");
118 failure("d
[all...]
H A Dtest_help.c54 failure("--help should generate nothing to stderr.");
58 failure("Help output should be long enough.");
60 failure("First line of help output should contain 'bsdtar': %s", p);
71 failure("-h should generate nothing to stderr.");
73 failure("stdout should be same for -h and --help");
79 failure("-W help should generate nothing to stderr.");
81 failure("stdout should be same for -W help and --help");
H A Dtest_0.c29 * most of these, we just exit on failure.
41 failure("File %s does not exist?!", testprog);
49 failure("%s is not executable?!", testprog);
66 failure("Unable to successfully run any of the following:\n"
H A Dtest_basic.c60 failure("%s", target);
62 failure("%s", target);
64 failure("%s", target);
66 failure("%s", target);
70 failure("%s", target);
72 failure("%s", target);
83 failure("%s", target);
98 failure("Error invoking %s cf -%s", testprog, pack_options);
111 failure("Error invoking %s xf archive %s", testprog, unpack_options);
H A Dtest_empty_mtree.c40 failure("Error invoking %s cf", testprog);
H A Dtest_symlink_dir.c88 failure("symlink to dir was followed when it shouldn't be");
91 failure("Broken symlink wasn't replaced with dir");
94 failure("Symlink to non-dir wasn't replaced with dir");
97 failure("Symlink to existing file should be replaced");
100 failure("Symlink to non-existing file should be replaced");
144 failure("Broken symlink wasn't replaced with dir");
147 failure("Symlink to non-dir wasn't replaced with dir");
151 failure("Symlink to existing file should be removed");
154 failure("Symlink to non-existing file should be removed");
H A Dtest_option_a.c43 failure("The archive should be compressed");
54 failure("The archive should be compressed");
65 failure("The archive should be uuencoded");
76 failure("The archive should be zipped");
88 failure("The archive should be compressed, ignoring --uuencode option");
101 failure("The archive should be uuencoded");
113 failure("The archive should be compressed");
H A Dtest_option_owner.c37 failure("Error invoking %s c", testprog);
46 failure("Error invoking %s c", testprog);
59 failure("Error invoking %s c", testprog);
72 failure("Error invoking %s c", testprog);
H A Dtest_option_uid_uname.c36 failure("Error invoking %s c", testprog);
45 failure("Error invoking %s c", testprog);
58 failure("Error invoking %s c", testprog);
71 failure("Error invoking %s c", testprog);
H A Dtest_option_passphrase.c32 failure("--passphrase option is broken");
H A Dtest_option_gid_gname.c36 failure("Error invoking %s c", testprog);
45 failure("Error invoking %s c", testprog);
58 failure("Error invoking %s c", testprog);
72 failure("Error invoking %s c", testprog);
H A Dtest_option_group.c37 failure("Error invoking %s c", testprog);
46 failure("Error invoking %s c", testprog);
59 failure("Error invoking %s c", testprog);
72 failure("Error invoking %s c", testprog);
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_cmdline.c40 failure("-Q is an invalid option on every cpio program I know of");
44 failure("-f requires an argument");
48 failure("-f requires an argument");
52 failure("--format requires an argument");
56 failure("--badopt is an invalid option");
60 failure("--badopt is an invalid option");
64 failure("--n is ambiguous");
68 failure("--create forbids an argument");
72 failure("-i with empty input should succeed");
76 failure("
[all...]
H A Dtest_option_help.c54 failure("--help should generate nothing to stderr.");
58 failure("Help output should be long enough.");
60 failure("First line of help output should contain string 'bsdcpio'");
71 failure("-h should generate nothing to stderr.");
73 failure("stdout should be same for -h and --help");
79 failure("-W help should generate nothing to stderr.");
81 failure("stdout should be same for -W help and --help");
H A Dtest_0.c29 * most of these, we just exit on failure.
41 failure("File %s does not exist?!", testprogfile);
49 failure("%s is not executable?!", testprogfile);
66 failure("Unable to successfully run any of the following:\n"
H A Dtest_gcpio_compat.c42 failure("Error invoking %s -i %s < %s",
48 failure("Error invoking %s -i %s < %s",
59 failure("%s", from);
62 failure("%s", from);
66 failure("%s", from);
H A Dtest_option_L_upper.c64 failure("Regular -p without -L should preserve symlinks.");
71 failure("-pdL should dereference symlinks and turn them into files.");
75 failure("Error invoking %s -o ", testprog);
83 failure("Error invoking %s -i", testprog);
91 failure("Error invoking %s -oL", testprog);
99 failure("Error invoking %s -i < archive-L.out", testprog);
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.exp4 [tv] pwhash failure (maybe intentional): [3]
11 [tv3] pwhash_argon2id_str failure (maybe intentional): [0]
12 [tv3] pwhash_argon2id_str failure (maybe intentional): [1]
13 [tv3] pwhash_argon2id_str failure (maybe intentional): [3]
H A Dpwhash_argon2i.exp4 [tv] pwhash failure (maybe intentional): [3]
7 [tv] pwhash failure (maybe intentional): [6]
/freebsd-current/contrib/libarchive/cat/test/
H A Dtest_help.c54 failure("--help should generate nothing to stderr.");
58 failure("Help output should be long enough.");
60 failure("First line of help output should contain 'bsdcat': %s", p);
71 failure("-h should generate nothing to stderr.");
73 failure("stdout should be same for -h and --help");
H A Dtest_0.c29 * most of these, we just exit on failure.
41 failure("File %s does not exist?!", testprog);
49 failure("%s is not executable?!", testprog);
62 failure("Unable to successfully run: %s --version\n", testprog);
/freebsd-current/contrib/libarchive/unzip/test/
H A Dtest_0.c29 * most of these, we just exit on failure.
41 failure("File %s does not exist?!", testprog);
49 failure("%s is not executable?!", testprog);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_api_feature.c38 failure("Version string is: %s, computed is: %s",
43 failure("Version string is: %s", archive_version_string());
50 failure("Version string is: %s", archive_version_string());
H A Dtest_write_disk_sparse.c61 failure("%s", msg);
67 failure("%s", msg);
73 failure("%s", msg);
76 failure("%s", msg);
91 failure("%s", msg);
94 failure("offset: %d, %s", (int)(p - buff), msg);
102 failure("offset: %d, %s", (int)(p - buff), msg);
113 failure("offset: %d, %s", (int)(p - buff), msg);
117 failure("%s", msg);
159 failure("
[all...]
/freebsd-current/tools/build/make_check/
H A DMakefile29 @${SMAKE} C_check || { ${MAKE} -C ${.CURDIR} failure ; }
33 ${SMAKE} failure
35 @${SMAKE} double 2>/dev/null || ${SMAKE} failure
37 @${SMAKE} sysvmatch || ${SMAKE} failure
39 @! ${SMAKE} lhs_expn && true || ${SMAKE} failure
41 @${SMAKE} notdef || ${SMAKE} failure
43 @${SMAKE} modifiers || ${SMAKE} failure
45 @${SMAKE} arith_expr || ${SMAKE} failure
47 @${SMAKE} PATH_exists || ${SMAKE} failure
49 @${SMAKE} double_quotes || ${SMAKE} failure
[all...]

Completed in 221 milliseconds

1234567891011>>