Home
last modified time | relevance | path

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

12345678910>>...33

/freebsd-14.2/contrib/libarchive/tar/test/
H A Dtest_strip_components.c39 failure("d0/ is too short and should not get restored"); in DEFINE_TEST()
41 failure("d0/d1/ is too short and should not get restored"); in DEFINE_TEST()
43 failure("d0/s1 is too short and should not get restored"); in DEFINE_TEST()
52 failure("d0/d1/d2 should be extracted"); in DEFINE_TEST()
78 failure("d0/l1 is too short and should not get restored"); in DEFINE_TEST()
80 failure("d0/d1/l2 is a hardlink to file whose name was too short"); in DEFINE_TEST()
98 failure("d0/ is too short and should not have been archived"); in DEFINE_TEST()
100 failure("d0/d1/ is too short and should not have been archived"); in DEFINE_TEST()
102 failure("d0/s1 is too short and should not get restored"); in DEFINE_TEST()
109 failure("d0/d1/d2 should be archived"); in DEFINE_TEST()
[all …]
H A Dtest_symlink_dir.c70 failure("symlink to dir was followed when it shouldn't be"); in DEFINE_TEST()
73 failure("Broken symlink wasn't replaced with dir"); in DEFINE_TEST()
76 failure("Symlink to non-dir wasn't replaced with dir"); in DEFINE_TEST()
79 failure("Symlink to existing file should be replaced"); in DEFINE_TEST()
82 failure("Symlink to non-existing file should be replaced"); in DEFINE_TEST()
126 failure("Broken symlink wasn't replaced with dir"); in DEFINE_TEST()
129 failure("Symlink to non-dir wasn't replaced with dir"); in DEFINE_TEST()
133 failure("Symlink to existing file should be removed"); in DEFINE_TEST()
136 failure("Symlink to non-existing file should be removed"); in DEFINE_TEST()
H A Dtest_basic.c42 failure("%s", target); in verify_files()
44 failure("%s", target); in verify_files()
46 failure("%s", target); in verify_files()
48 failure("%s", target); in verify_files()
52 failure("%s", target); in verify_files()
54 failure("%s", target); in verify_files()
65 failure("%s", target); in verify_files()
80 failure("Error invoking %s cf -%s", testprog, pack_options); in run_tar()
93 failure("Error invoking %s xf archive %s", testprog, unpack_options); in run_tar()
H A Dtest_copy.c159 failure("buff=\"%s\" buff2=\"%s\"", buff, buff2); in create_tree()
164 failure("buff=\"%s\"", buff); in create_tree()
188 failure("Verifying %s", format); in verify_tree()
196 failure("Verifying %s", format); in verify_tree()
208 failure("Verifying %s", format); in verify_tree()
216 failure("Verifying %s", format); in verify_tree()
245 failure("strlen(p)=%zu", strlen(p)); in verify_tree()
251 failure("strlen(p)=%zu", strlen(p)); in verify_tree()
257 failure("File %s shouldn't be here", p); in verify_tree()
297 failure("Error invoking %s xf archive", testprog); in copy_basic()
[all …]
H A Dtest_help.c36 failure("--help should generate nothing to stderr."); in DEFINE_TEST()
40 failure("Help output should be long enough."); in DEFINE_TEST()
42 failure("First line of help output should contain 'bsdtar': %s", p); in DEFINE_TEST()
53 failure("-h should generate nothing to stderr."); in DEFINE_TEST()
55 failure("stdout should be same for -h and --help"); in DEFINE_TEST()
61 failure("-W help should generate nothing to stderr."); in DEFINE_TEST()
63 failure("stdout should be same for -W help and --help"); in DEFINE_TEST()
H A Dtest_option_a.c25 failure("The archive should be compressed"); in DEFINE_TEST()
36 failure("The archive should be compressed"); in DEFINE_TEST()
47 failure("The archive should be uuencoded"); in DEFINE_TEST()
58 failure("The archive should be zipped"); in DEFINE_TEST()
70 failure("The archive should be compressed, ignoring --uuencode option"); in DEFINE_TEST()
83 failure("The archive should be uuencoded"); in DEFINE_TEST()
95 failure("The archive should be compressed"); in DEFINE_TEST()
/freebsd-14.2/contrib/libarchive/cpio/test/
H A Dtest_cmdline.c26 failure("-f requires an argument"); in DEFINE_TEST()
30 failure("-f requires an argument"); in DEFINE_TEST()
34 failure("--format requires an argument"); in DEFINE_TEST()
38 failure("--badopt is an invalid option"); in DEFINE_TEST()
46 failure("--n is ambiguous"); in DEFINE_TEST()
61 failure("-i -p is nonsense"); in DEFINE_TEST()
65 failure("-p -i is nonsense"); in DEFINE_TEST()
69 failure("-i -o is nonsense"); in DEFINE_TEST()
73 failure("-o -i is nonsense"); in DEFINE_TEST()
77 failure("-o -p is nonsense"); in DEFINE_TEST()
[all …]
H A Dtest_basic.c17 failure("%s", msg); in verify_files()
19 failure("%s", msg); in verify_files()
21 failure("%s", msg); in verify_files()
25 failure("%s", msg); in verify_files()
33 failure("%s", msg); in verify_files()
35 failure("%s", msg); in verify_files()
37 failure("%s", msg); in verify_files()
58 failure("Error invoking %s -o %s", testprog, pack_options); in basic_cpio()
64 failure("Expected: %s, options=%s", se, pack_options); in basic_cpio()
97 failure("Error invoking %s -p", testprog); in passthrough()
[all …]
H A Dtest_option_help.c36 failure("--help should generate nothing to stderr."); in DEFINE_TEST()
40 failure("Help output should be long enough."); in DEFINE_TEST()
42 failure("First line of help output should contain string 'bsdcpio'"); in DEFINE_TEST()
53 failure("-h should generate nothing to stderr."); in DEFINE_TEST()
55 failure("stdout should be same for -h and --help"); in DEFINE_TEST()
61 failure("-W help should generate nothing to stderr."); in DEFINE_TEST()
63 failure("stdout should be same for -W help and --help"); in DEFINE_TEST()
H A Dtest_option_L_upper.c46 failure("Regular -p without -L should preserve symlinks."); in DEFINE_TEST()
53 failure("-pdL should dereference symlinks and turn them into files."); in DEFINE_TEST()
57 failure("Error invoking %s -o ", testprog); in DEFINE_TEST()
65 failure("Error invoking %s -i", testprog); in DEFINE_TEST()
73 failure("Error invoking %s -oL", testprog); in DEFINE_TEST()
81 failure("Error invoking %s -i < archive-L.out", testprog); in DEFINE_TEST()
/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_owner.c45 failure("uid 0 should be excluded"); in test_uid()
49 failure("uid 1000 should not be excluded"); in test_uid()
53 failure("uid 1001 should be excluded"); in test_uid()
57 failure("uid 1002 should not be excluded"); in test_uid()
61 failure("uid 1003 should be excluded"); in test_uid()
87 failure("uid 0 should be excluded"); in test_gid()
91 failure("uid 1000 should not be excluded"); in test_gid()
95 failure("uid 1001 should be excluded"); in test_gid()
103 failure("uid 1003 should be excluded"); in test_gid()
137 failure("User 'foo1' should be excluded"); in test_uname_mbs()
[all …]
H A Dtest_archive_match_time.c68 failure("Its mtime should be excluded"); in test_newer_time()
74 failure("Its ctime should be excluded"); in test_newer_time()
128 failure("Its mtime should be excluded"); in test_newer_time_str()
134 failure("Its ctime should be excluded"); in test_newer_time_str()
1226 failure("It should be excluded"); in excluded()
1230 failure("It should be excluded"); in excluded()
1234 failure("It should not be excluded"); in excluded()
1240 failure("It should not be excluded"); in excluded()
1254 failure("It should be excluded"); in excluded()
1258 failure("It should be excluded"); in excluded()
[all …]
H A Dtest_write_disk_sparse.c61 failure("%s", msg); in verify_write_data()
67 failure("%s", msg); in verify_write_data()
73 failure("%s", msg); in verify_write_data()
76 failure("%s", msg); in verify_write_data()
91 failure("%s", msg); in verify_write_data()
117 failure("%s", msg); in verify_write_data()
159 failure("%s", msg); in verify_write_data_block()
166 failure("%s", msg); in verify_write_data_block()
173 failure("%s", msg); in verify_write_data_block()
177 failure("%s", msg); in verify_write_data_block()
[all …]
H A Dtest_archive_match_path.c46 failure("'aa1234' should be excluded"); in test_exclusion_mbs()
51 failure("'aa1234' should be excluded"); in test_exclusion_mbs()
89 failure("'aa1234' should be excluded"); in test_exclusion_wcs()
94 failure("'aa1234' should be excluded"); in test_exclusion_wcs()
137 failure("'second' should be excluded"); in exclusion_from_file()
142 failure("'second' should be excluded"); in exclusion_from_file()
159 failure("'four' should be excluded"); in exclusion_from_file()
164 failure("'four' should be excluded"); in exclusion_from_file()
252 failure("'a1234' should be excluded"); in test_inclusion_mbs()
257 failure("'a1234' should be excluded"); in test_inclusion_mbs()
[all …]
H A Dtest_write_disk_perms.c63 failure("Couldn't create a file for gid testing."); in searchgid()
219 failure("dir_owner: st.st_uid=%d", st.st_uid); in DEFINE_TEST()
233 failure("dir_owner: st.st_uid=%d", st.st_uid); in DEFINE_TEST()
301 failure("Setting SGID bit should succeed here."); in DEFINE_TEST()
354 failure("Setting SGID bit should succeed here."); in DEFINE_TEST()
405 failure("file_0755: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
413 failure("dir_0514: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
421 failure("file_0755: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
425 failure("file_0777: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
430 failure("file_4742: st.st_mode=%o", st.st_mode); in DEFINE_TEST()
[all …]
H A Dtest_write_disk_hfs_compression.c155 failure("'%s' should not have Resource Fork", "file1"); in DEFINE_TEST()
157 failure("'%s' should have decompfs xattr", "file1"); in DEFINE_TEST()
166 failure("'%s' should have decompfs xattr", "README"); in DEFINE_TEST()
173 failure("'%s' should have Resource Fork", "NEWS"); in DEFINE_TEST()
175 failure("'%s' should have decompfs xattr", "NEWS"); in DEFINE_TEST()
185 failure("'%s' should have Resource Fork", "Makefile"); in DEFINE_TEST()
240 failure("'%s' should not have decmpfs", "file1"); in DEFINE_TEST()
249 failure("'%s' should not have decmpfs", "README"); in DEFINE_TEST()
256 failure("'%s' should not have Resource Fork", "NEWS"); in DEFINE_TEST()
258 failure("'%s' should not have decmpfs", "NEWS"); in DEFINE_TEST()
[all …]
H A Dtest_archive_cmdline.c50 failure("path should not include a space character"); in DEFINE_TEST()
62 failure("path should be a full path"); in DEFINE_TEST()
64 failure("arg0 should not be a full path"); in DEFINE_TEST()
74 failure("path should include a space character"); in DEFINE_TEST()
76 failure("arg0 should include a space character"); in DEFINE_TEST()
86 failure("path should include a space character"); in DEFINE_TEST()
88 failure("arg0 should include a space character"); in DEFINE_TEST()
99 failure("path should include a space character"); in DEFINE_TEST()
101 failure("arg0 should include a space character"); in DEFINE_TEST()
112 failure("path should include a space character"); in DEFINE_TEST()
[all …]
H A Dtest_archive_string_conversion.c575 failure("NFC(%s) should be converted to" in test_archive_string_normalization_mac_nfd()
608 failure("NFC(%s) should be converted to" in test_archive_string_normalization_mac_nfd()
623 failure("NFC(%s) should be converted to" in test_archive_string_normalization_mac_nfd()
722 failure("Charset name should be UTF-8"); in test_archive_string_canonicalization()
728 failure("Charset name should be UTF-8"); in test_archive_string_canonicalization()
734 failure("Charset name should be UTF-8"); in test_archive_string_canonicalization()
740 failure("Charset name should be UTF-16BE"); in test_archive_string_canonicalization()
746 failure("Charset name should be UTF-16BE"); in test_archive_string_canonicalization()
752 failure("Charset name should be UTF-16BE"); in test_archive_string_canonicalization()
758 failure("Charset name should be UTF-16LE"); in test_archive_string_canonicalization()
[all …]
H A Dtest_write_format_iso9660_zisofs.c196 failure("System Area should be all nulls."); in test_write_format_iso9660_zisofs_1()
219 failure("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()
235 failure("file3 image should be zisofs'ed."); in test_write_format_iso9660_zisofs_1()
238 failure("file4 image should be zisofs'ed."); in test_write_format_iso9660_zisofs_1()
466 failure("Volume Descriptor Set Terminator " in test_write_format_iso9660_zisofs_2()
476 failure("file1 image should be zisofs'ed."); in test_write_format_iso9660_zisofs_2()
486 failure("file3 image should be zisofs'ed."); in test_write_format_iso9660_zisofs_2()
681 failure("Unused area must be all nulls."); in test_write_format_iso9660_zisofs_3()
690 failure("Unused area must be all nulls."); in test_write_format_iso9660_zisofs_3()
[all …]
/freebsd-14.2/crypto/heimdal/lib/gssapi/krb5/
H A Dexport_sec_context.c89 goto failure; in _gsskrb5_export_sec_context()
97 goto failure; in _gsskrb5_export_sec_context()
116 goto failure; in _gsskrb5_export_sec_context()
121 goto failure; in _gsskrb5_export_sec_context()
158 goto failure; in _gsskrb5_export_sec_context()
163 goto failure; in _gsskrb5_export_sec_context()
171 goto failure; in _gsskrb5_export_sec_context()
178 goto failure; in _gsskrb5_export_sec_context()
184 goto failure; in _gsskrb5_export_sec_context()
194 goto failure; in _gsskrb5_export_sec_context()
[all …]
H A Dimport_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()
117 goto failure; in _gsskrb5_import_sec_context()
120 goto failure; in _gsskrb5_import_sec_context()
140 goto failure; in _gsskrb5_import_sec_context()
142 goto failure; in _gsskrb5_import_sec_context()
145 goto failure; in _gsskrb5_import_sec_context()
148 goto failure; in _gsskrb5_import_sec_context()
154 goto failure; in _gsskrb5_import_sec_context()
[all …]
H A Dadd_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()
196 goto failure; in _gsskrb5_add_cred()
201 goto failure; in _gsskrb5_add_cred()
209 goto failure; in _gsskrb5_add_cred()
[all …]
/freebsd-14.2/tools/build/make_check/
H A DMakefile33 ${SMAKE} failure
37 @${SMAKE} sysvmatch || ${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
53 @${SMAKE} pass_cmd_vars || ${SMAKE} failure
55 @${SMAKE} plus_flag || ${SMAKE} failure
59 @${SMAKE} shell_1 || ${SMAKE} failure
[all …]
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt482 (expecting a failure)
490 (expecting a failure)
510 (expecting a failure)
524 (expecting a failure)
532 (expecting a failure)
613 Expected failure
645 Expected failure
659 Expected failure
673 Expected failure
687 Expected failure
[all …]
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_status.c173 int failure; in snprint_PKIStatusInfo_parts() local
203 for (failure = 0; failure <= OSSL_CMP_PKIFAILUREINFO_MAX; failure++) { in snprint_PKIStatusInfo_parts()
204 if ((fail_info & (1 << failure)) != 0) { in snprint_PKIStatusInfo_parts()
205 failure_string = CMP_PKIFAILUREINFO_to_string(failure); in snprint_PKIStatusInfo_parts()
283 int failure; in OSSL_CMP_STATUSINFO_new() local
302 for (failure = 0; failure <= OSSL_CMP_PKIFAILUREINFO_MAX; failure++) { in OSSL_CMP_STATUSINFO_new()
303 if ((fail_info & (1 << failure)) != 0) { in OSSL_CMP_STATUSINFO_new()
307 if (!ASN1_BIT_STRING_set_bit(si->failInfo, failure, 1)) in OSSL_CMP_STATUSINFO_new()

12345678910>>...33