Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/NextBSD/contrib/libarchive/tar/test/
HDtest_strip_components.c58 failure("d0/ is too short and should not get restored"); in DEFINE_TEST()
60 failure("d0/d1/ is too short and should not get restored"); in DEFINE_TEST()
62 failure("d0/s1 is too short and should not get restored"); in DEFINE_TEST()
64 failure("d0/d1/s2 is a symlink to something that won't be extracted"); in DEFINE_TEST()
70 failure("d0/d1/d2 should be extracted"); in DEFINE_TEST()
96 failure("d0/l1 is too short and should not get restored"); in DEFINE_TEST()
98 failure("d0/d1/l2 is a hardlink to file whose name was too short"); in DEFINE_TEST()
100 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short"); in DEFINE_TEST()
116 failure("d0/ is too short and should not have been archived"); in DEFINE_TEST()
118 failure("d0/d1/ is too short and should not have been archived"); in DEFINE_TEST()
[all …]
HDtest_symlink_dir.c82 failure("symlink to dir was followed when it shouldn't be"); in DEFINE_TEST()
85 failure("Broken symlink wasn't replaced with dir"); in DEFINE_TEST()
88 failure("Symlink to non-dir wasn't replaced with dir"); in DEFINE_TEST()
91 failure("Symlink to existing file should be replaced"); in DEFINE_TEST()
94 failure("Symlink to non-existing file should be replaced"); in DEFINE_TEST()
132 failure("Broken symlink wasn't replaced with dir"); in DEFINE_TEST()
135 failure("Symlink to non-dir wasn't replaced with dir"); in DEFINE_TEST()
139 failure("Symlink to existing file should be removed"); in DEFINE_TEST()
142 failure("Symlink to non-existing file should be removed"); in DEFINE_TEST()
HDtest_basic.c61 failure("%s", target); in verify_files()
63 failure("%s", target); in verify_files()
65 failure("%s", target); in verify_files()
67 failure("%s", target); in verify_files()
71 failure("%s", target); in verify_files()
73 failure("%s", target); in verify_files()
84 failure("%s", target); in verify_files()
99 failure("Error invoking %s cf -", testprog, pack_options); in run_tar()
112 failure("Error invoking %s xf archive %s", testprog, unpack_options); in run_tar()
HDtest_version.c43 failure("Unable to run either %s --version or %s -W version", in DEFINE_TEST()
54 failure("Version must start with 'bsdtar': ``%s''", p); in DEFINE_TEST()
64 failure("No space after bsdtar version: ``%s''", p); in DEFINE_TEST()
69 failure("No space after bsdtar version: ``%s''", p); in DEFINE_TEST()
73 failure("No `-' between bsdtar and libarchive versions: ``%s''", p); in DEFINE_TEST()
77 failure("Not long enough for libarchive version: ``%s''", p); in DEFINE_TEST()
79 failure("Libarchive version must start with `libarchive': ``%s''", p); in DEFINE_TEST()
93 failure("Version output must end with \\n or \\r\\n"); in DEFINE_TEST()
HDtest_help.c55 failure("--help should generate nothing to stderr."); in DEFINE_TEST()
59 failure("Help output should be long enough."); in DEFINE_TEST()
61 failure("First line of help output should contain 'bsdtar': %s", p); in DEFINE_TEST()
72 failure("-h should generate nothing to stderr."); in DEFINE_TEST()
74 failure("stdout should be same for -h and --help"); in DEFINE_TEST()
80 failure("-W help should generate nothing to stderr."); in DEFINE_TEST()
82 failure("stdout should be same for -W help and --help"); in DEFINE_TEST()
HDtest_option_a.c44 failure("The archive should be compressed"); in DEFINE_TEST()
54 failure("The archive should be compressed"); in DEFINE_TEST()
64 failure("The archive should be uuencoded"); in DEFINE_TEST()
74 failure("The archive should be zipped"); in DEFINE_TEST()
85 failure("The archive should be compressed, ignoring --uuencode option"); in DEFINE_TEST()
97 failure("The archive should be uuencoded"); in DEFINE_TEST()
108 failure("The archive should be compressed"); in DEFINE_TEST()
/NextBSD/contrib/libarchive/cpio/test/
HDtest_cmdline.c41 failure("-Q is an invalid option on every cpio program I know of"); in DEFINE_TEST()
45 failure("-f requires an argument"); in DEFINE_TEST()
49 failure("-f requires an argument"); in DEFINE_TEST()
53 failure("--format requires an argument"); in DEFINE_TEST()
57 failure("--badopt is an invalid option"); in DEFINE_TEST()
61 failure("--badopt is an invalid option"); in DEFINE_TEST()
65 failure("--n is ambiguous"); in DEFINE_TEST()
69 failure("--create forbids an argument"); in DEFINE_TEST()
73 failure("-i with empty input should succeed"); in DEFINE_TEST()
77 failure("-o with empty input should succeed"); in DEFINE_TEST()
[all …]
HDtest_basic.c36 failure(msg); in verify_files()
38 failure(msg); in verify_files()
40 failure(msg); in verify_files()
44 failure(msg); in verify_files()
52 failure(msg); in verify_files()
54 failure(msg); in verify_files()
56 failure(msg); in verify_files()
77 failure("Error invoking %s -o %s", testprog, pack_options); in basic_cpio()
83 failure("Expected: %s, options=%s", se, pack_options); in basic_cpio()
91 failure("Error invoking %s -i %s", testprog, unpack_options); in basic_cpio()
[all …]
HDtest_option_version.c38 failure("version message too short:", p); in verify()
41 failure("Version message should begin with 'bsdcpio': %s", p); in verify()
52 failure("Version: %s", p); in verify()
57 failure("Version: %s", p); in verify()
61 failure("Version: %s", p); in verify()
66 failure("Version: %s", p); in verify()
79 failure("Version: %s", p); in verify()
98 failure("Unable to run either %s --version or %s -W version", in DEFINE_TEST()
HDtest_option_help.c55 failure("--help should generate nothing to stderr."); in DEFINE_TEST()
59 failure("Help output should be long enough."); in DEFINE_TEST()
61 failure("First line of help output should contain string 'bsdcpio'"); in DEFINE_TEST()
72 failure("-h should generate nothing to stderr."); in DEFINE_TEST()
74 failure("stdout should be same for -h and --help"); in DEFINE_TEST()
80 failure("-W help should generate nothing to stderr."); in DEFINE_TEST()
82 failure("stdout should be same for -W help and --help"); in DEFINE_TEST()
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_archive_match_owner.c46 failure("uid 0 should be excluded"); in test_uid()
50 failure("uid 1000 should not be excluded"); in test_uid()
54 failure("uid 1001 should be excluded"); in test_uid()
58 failure("uid 1002 should not be excluded"); in test_uid()
62 failure("uid 1003 should be excluded"); in test_uid()
88 failure("uid 0 should be excluded"); in test_gid()
92 failure("uid 1000 should not be excluded"); in test_gid()
96 failure("uid 1001 should be excluded"); in test_gid()
100 failure("uid 1002 should not be excluded"); in test_gid()
104 failure("uid 1003 should be excluded"); in test_gid()
[all …]
HDtest_archive_match_time.c51 failure("Both Its mtime and ctime should be excluded"); in test_newer_time()
56 failure("Both Its mtime and ctime should be excluded"); in test_newer_time()
62 failure("Both Its mtime and ctime should not be excluded"); in test_newer_time()
68 failure("Its mtime should be excluded"); in test_newer_time()
74 failure("Its ctime should be excluded"); in test_newer_time()
108 failure("Both Its mtime and ctime should be excluded"); in test_newer_time_str()
114 failure("Both Its mtime and ctime should be excluded"); in test_newer_time_str()
121 failure("Both Its mtime and ctime should not be excluded"); in test_newer_time_str()
128 failure("Its mtime should be excluded"); in test_newer_time_str()
134 failure("Its ctime should be excluded"); in test_newer_time_str()
[all …]
HDtest_write_disk_sparse.c62 failure("%s", msg); in verify_write_data()
68 failure("%s", msg); in verify_write_data()
74 failure("%s", msg); in verify_write_data()
77 failure("%s", msg); in verify_write_data()
92 failure("%s", msg); in verify_write_data()
95 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data()
103 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data()
114 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data()
118 failure("%s", msg); in verify_write_data()
160 failure("%s", msg); in verify_write_data_block()
[all …]
HDtest_write_disk_perms.c64 failure("Couldn't create a file for gid testing."); in searchgid()
167 failure("file_overwrite_0144: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
190 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
201 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
246 failure("Opportunistic SUID failure shouldn't return error."); in DEFINE_TEST()
258 failure("Non-opportunistic SUID failure should return error."); in DEFINE_TEST()
269 failure("Setting SGID bit should succeed here."); in DEFINE_TEST()
307failure("Setting SGID bit should fail because of group mismatch but the failure should be silent b… in DEFINE_TEST()
322 failure("Setting SGID bit should succeed here."); in DEFINE_TEST()
341 failure("This SGID restore should fail without an error."); in DEFINE_TEST()
[all …]
HDtest_archive_match_path.c47 failure("'aa1234' should be excluded"); in test_exclusion_mbs()
52 failure("'aa1234' should be excluded"); in test_exclusion_mbs()
58 failure("'a1234' should not be excluded"); in test_exclusion_mbs()
63 failure("'a1234' should not be excluded"); in test_exclusion_mbs()
90 failure("'aa1234' should be excluded"); in test_exclusion_wcs()
95 failure("'aa1234' should be excluded"); in test_exclusion_wcs()
101 failure("'a1234' should not be excluded"); in test_exclusion_wcs()
106 failure("'a1234' should not be excluded"); in test_exclusion_wcs()
127 failure("'first' should not be excluded"); in exclusion_from_file()
132 failure("'first' should not be excluded"); in exclusion_from_file()
[all …]
HDtest_archive_string_conversion.c360 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc()
369 failure("NFC(%s) should not be any changed:%d", in test_archive_string_normalization_nfc()
378 failure("NFC(%s) should not be any changed:%d", in test_archive_string_normalization_nfc()
387 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc()
396 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc()
416 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc()
427 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc()
438 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc()
449 failure("WCS NFC(%s) should be UTF-8 NFC:%d" in test_archive_string_normalization_nfc()
573 failure("NFC(%s) should not be converted to" in test_archive_string_normalization_mac_nfd()
[all …]
HDtest_write_disk_hfs_compression.c156 failure("'%s' should not have Resource Fork", "file1"); in DEFINE_TEST()
158 failure("'%s' should have decompfs xattr", "file1"); in DEFINE_TEST()
165 failure("'%s' should not have Resource Fork", "README"); in DEFINE_TEST()
167 failure("'%s' should have decompfs xattr", "README"); in DEFINE_TEST()
174 failure("'%s' should have Resource Fork", "NEWS"); in DEFINE_TEST()
176 failure("'%s' should have decompfs xattr", "NEWS"); in DEFINE_TEST()
179 failure("Resource Fork should have consistent 50 bytes data"); in DEFINE_TEST()
186 failure("'%s' should have Resource Fork", "Makefile"); in DEFINE_TEST()
188 failure("'%s' should have decompfs xattr", "Makefile"); in DEFINE_TEST()
191 failure("Resource Fork should have consistent 50 bytes data"); in DEFINE_TEST()
[all …]
HDtest_archive_cmdline.c51 failure("path should not include a space character"); in DEFINE_TEST()
53 failure("arg0 should not include a space character"); in DEFINE_TEST()
63 failure("path should be a full path"); in DEFINE_TEST()
65 failure("arg0 should not be a full path"); in DEFINE_TEST()
75 failure("path should include a space character"); in DEFINE_TEST()
77 failure("arg0 should include a space character"); in DEFINE_TEST()
87 failure("path should include a space character"); in DEFINE_TEST()
89 failure("arg0 should include a space character"); in DEFINE_TEST()
100 failure("path should include a space character"); in DEFINE_TEST()
102 failure("arg0 should include a space character"); in DEFINE_TEST()
[all …]
HDtest_write_format_iso9660_zisofs.c191 failure("The ISO image size should be 71680 bytes."); in test_write_format_iso9660_zisofs_1()
196 failure("System Area should be all nulls."); in test_write_format_iso9660_zisofs_1()
201 failure("Primary Volume Descriptor should be in 16 Logical Sector."); in test_write_format_iso9660_zisofs_1()
208 failure("Supplementary Volume(Joliet) Descriptor " in test_write_format_iso9660_zisofs_1()
213 failure("Date and Time of Primary Volume and " in test_write_format_iso9660_zisofs_1()
219 failure("Volume Descriptor Set Terminator " in test_write_format_iso9660_zisofs_1()
223 failure("Body of Volume Descriptor Set Terminator " in test_write_format_iso9660_zisofs_1()
229 failure("file1 image should be zisofs'ed."); in test_write_format_iso9660_zisofs_1()
232 failure("file2 image should not be zisofs'ed."); in test_write_format_iso9660_zisofs_1()
235 failure("file3 image should be zisofs'ed."); in test_write_format_iso9660_zisofs_1()
[all …]
HDtest_acl_posix1e.c177 failure("USER_OBJ permset (%02o) != user mode (%02o)", in compare_acls()
182 failure("GROUP_OBJ permset %02o != group mode %02o", in compare_acls()
187 failure("OTHER permset (%02o) != other mode (%02o)", in compare_acls()
191 failure("Could not find match for ACL " in compare_acls()
199 failure("Could not find match for ACL " in compare_acls()
227 failure("Basic ACLs shouldn't be stored as extended ACLs"); in DEFINE_TEST()
229 failure("Basic ACLs should set mode to 0142, not %04o", in DEFINE_TEST()
236 failure("One extended ACL should flag all ACLs to be returned."); in DEFINE_TEST()
239 failure("Basic ACLs should set mode to 0142, not %04o", in DEFINE_TEST()
248 failure("Basic ACLs should set mode to 0543, not %04o", in DEFINE_TEST()
[all …]
HDtest_acl_pax.c145 failure("USER_OBJ permset (%02o) != user mode (%02o)", in compare_acls()
150 failure("GROUP_OBJ permset %02o != group mode %02o", in compare_acls()
155 failure("OTHER permset (%02o) != other mode (%02o)", in compare_acls()
159 failure("Could not find match for ACL " in compare_acls()
167 failure("Could not find match for ACL " in compare_acls()
234failure("Generated pax archive does not match reference; compare 'testout' to 'test_acl_pax.tar' r… in DEFINE_TEST()
236failure("Generated pax archive does not match reference; compare 'testout' to 'test_acl_pax.tar' r… in DEFINE_TEST()
248 failure("Basic ACLs shouldn't be stored as extended ACLs"); in DEFINE_TEST()
250 failure("Basic ACLs should set mode to 0142, not %04o", in DEFINE_TEST()
256 failure("One extended ACL should flag all ACLs to be returned."); in DEFINE_TEST()
[all …]
/NextBSD/crypto/heimdal/lib/gssapi/krb5/
HDexport_sec_context.c89 goto failure; in _gsskrb5_export_sec_context()
97 goto failure; in _gsskrb5_export_sec_context()
103 goto failure; in _gsskrb5_export_sec_context()
110 goto failure; in _gsskrb5_export_sec_context()
116 goto failure; in _gsskrb5_export_sec_context()
121 goto failure; in _gsskrb5_export_sec_context()
127 goto failure; in _gsskrb5_export_sec_context()
134 goto failure; in _gsskrb5_export_sec_context()
141 goto failure; in _gsskrb5_export_sec_context()
147 goto failure; in _gsskrb5_export_sec_context()
[all …]
HDimport_sec_context.c83 goto failure; in _gsskrb5_import_sec_context()
91 goto failure; in _gsskrb5_import_sec_context()
97 goto failure; in _gsskrb5_import_sec_context()
101 goto failure; in _gsskrb5_import_sec_context()
106 goto failure; in _gsskrb5_import_sec_context()
117 goto failure; in _gsskrb5_import_sec_context()
120 goto failure; in _gsskrb5_import_sec_context()
123 goto failure; in _gsskrb5_import_sec_context()
129 goto failure; in _gsskrb5_import_sec_context()
135 goto failure; in _gsskrb5_import_sec_context()
[all …]
HDadd_cred.c133 goto failure; in _gsskrb5_add_cred()
141 goto failure; in _gsskrb5_add_cred()
154 goto failure; in _gsskrb5_add_cred()
162 goto failure; in _gsskrb5_add_cred()
169 goto failure; in _gsskrb5_add_cred()
176 goto failure; in _gsskrb5_add_cred()
182 goto failure; in _gsskrb5_add_cred()
190 goto failure; in _gsskrb5_add_cred()
196 goto failure; in _gsskrb5_add_cred()
201 goto failure; in _gsskrb5_add_cred()
[all …]
/NextBSD/tools/build/make_check/
HDMakefile30 @${SMAKE} C_check || { ${MAKE} -C ${.CURDIR} failure ; }
34 ${SMAKE} failure
36 @${SMAKE} double 2>/dev/null || ${SMAKE} failure
38 @${SMAKE} sysvmatch || ${SMAKE} failure
40 @! ${SMAKE} lhs_expn && true || ${SMAKE} failure
42 @${SMAKE} notdef || ${SMAKE} failure
44 @${SMAKE} modifiers || ${SMAKE} failure
46 @${SMAKE} arith_expr || ${SMAKE} failure
48 @${SMAKE} PATH_exists || ${SMAKE} failure
50 @${SMAKE} double_quotes || ${SMAKE} failure
[all …]

12345678910>>...27