/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_cmdline.c | 22 failure("-Q is an invalid option on every cpio program I know of"); in DEFINE_TEST() 26 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() 42 failure("--badopt is an invalid option"); in DEFINE_TEST() 46 failure("--n is ambiguous"); in DEFINE_TEST() 50 failure("--create forbids an argument"); in DEFINE_TEST() 54 failure("-i with empty input should succeed"); in DEFINE_TEST() 58 failure("-o with empty input should succeed"); in DEFINE_TEST() [all …]
|
H A D | test_basic.c | 17 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() 72 failure("Error invoking %s -i %s", testprog, unpack_options); in basic_cpio() [all …]
|
H A D | test_option_help.c | 36 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()
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 39 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() 45 failure("d0/d1/s2 is a symlink to something that won't be extracted"); 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() 82 failure("d0/d1/d2/f1 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() [all …]
|
H A D | test_symlink_dir.c | 70 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 D | test_basic.c | 42 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 D | test_copy.c | 141 failure("Internal sanity check failed: i = %d", i); in create_tree() 159 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() 236 failure("Unable to open dir '%s' for testing %s", dir, format); in verify_tree() 245 failure("strlen(p)=%zu", strlen(p)); in verify_tree() 251 failure("strlen(p)=%zu", strlen(p)); in verify_tree() [all …]
|
H A D | test_help.c | 36 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 D | test_option_a.c | 25 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/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_owner.c | 45 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() 99 failure("uid 1002 should not be excluded"); in test_gid() 103 failure("ui in test_gid() [all...] |
H A D | test_archive_match_time.c | 51 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 …]
|
H A D | test_write_disk_sparse.c | 61 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() 94 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data() 102 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data() 113 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data() 117 failure("%s", msg); in verify_write_data() 159 failure(" in verify_write_data_block() [all...] |
H A D | test_archive_match_path.c | 46 failure("'aa1234' should be excluded"); in test_exclusion_mbs() 51 failure("'aa1234' should be excluded"); in test_exclusion_mbs() 57 failure("'a1234' should not be excluded"); in test_exclusion_mbs() 62 failure("'a1234' should not 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() 100 failure("'a1234' should not be excluded"); in test_exclusion_wcs() 105 failure("'a1234' should not be excluded"); in test_exclusion_wcs() 126 failure("'first' should not be excluded"); in exclusion_from_file() 131 failure("'firs in exclusion_from_file() [all...] |
H A D | test_write_disk_perms.c | 63 failure("Couldn't create a file for gid testing."); in searchgid() 168 failure("file_overwrite_0144: st.st_mode=%o", st.st_mode); in DEFINE_TEST() 191 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode); in DEFINE_TEST() 202 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode); in DEFINE_TEST() 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() 273 * Because we didn't ask for owner, the failure to in DEFINE_TEST() 274 * restore SUID shouldn't return a failure. in DEFINE_TEST() 278 failure("Opportunistic SUID failure should in DEFINE_TEST() [all...] |
H A D | test_write_disk_hfs_compression.c | 155 failure("'%s' should not have Resource Fork", "file1"); in DEFINE_TEST() 157 failure("'%s' should have decompfs xattr", "file1"); in DEFINE_TEST() 164 failure("'%s' should not have Resource Fork", "README"); 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() 178 failure("Resource Fork should have consistent 50 bytes data"); in DEFINE_TEST() 185 failure("'%s' should have Resource Fork", "Makefile"); in DEFINE_TEST() 187 failure("'%s' should have decompfs xattr", "Makefile"); in DEFINE_TEST() 190 failure("Resourc in DEFINE_TEST() [all...] |
H A D | test_archive_cmdline.c | 50 failure("path should not include a space character"); in DEFINE_TEST() 52 failure("arg0 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("arg in DEFINE_TEST() [all...] |
H A D | test_archive_string_conversion.c | 358 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc() 367 failure("NFC(%s) should not be any changed:%d", in test_archive_string_normalization_nfc() 376 failure("NFC(%s) should not be any changed:%d", in test_archive_string_normalization_nfc() 385 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc() 394 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc() 414 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc() 425 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc() 436 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc() 447 failure("WCS NFC(%s) should be UTF-8 NFC:%d" in test_archive_string_normalization_nfc() 571 failure("NFC(%s) should not be converted to" in test_archive_string_normalization_mac_nfd() [all …]
|
H A D | test_write_format_iso9660_zisofs.c | 191 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 …]
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | export_sec_context.c | 89 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 …]
|
H A D | import_sec_context.c | 83 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 …]
|
H A D | add_cred.c | 133 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 …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test-golden-lin.txt | 74 (expecting a failure that x should be 1) 84 (expecting a failure that x should be 1) 94 (expecting a failure on false) 135 This failure is expected, and shouldn't have a trace. 140 This failure is expected, and should have a trace. 147 This failure is expected, and shouldn't have a trace. 210 This failure is expected, and should contain trace point A. 217 This failure is expected, and should contain trace point A and B. 225 This failure is expected, and should contain trace point A, B, and C. 234 This failure is expected, and should contain trace point A, B, and D. [all …]
|
/freebsd/tools/build/make_check/ |
H A D | Makefile | 28 @${SMAKE} C_check || { ${MAKE} -C ${.CURDIR} failure ; } 32 ${SMAKE} failure 34 @${SMAKE} double 2>/dev/null || ${SMAKE} failure 36 @${SMAKE} sysvmatch || ${SMAKE} failure 38 @! ${SMAKE} lhs_expn && true || ${SMAKE} failure 40 @${SMAKE} notdef || ${SMAKE} failure 42 @${SMAKE} modifiers || ${SMAKE} failure 44 @${SMAKE} arith_expr || ${SMAKE} failure 46 @${SMAKE} PATH_exists || ${SMAKE} failure 48 @${SMAKE} double_quotes || ${SMAKE} failure [all …]
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_status.c | 173 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()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | rd_safe.c | 116 goto failure; in krb5_rd_safe() 121 goto failure; in krb5_rd_safe() 127 goto failure; in krb5_rd_safe() 139 goto failure; in krb5_rd_safe() 151 goto failure; in krb5_rd_safe() 165 goto failure; in krb5_rd_safe() 182 goto failure; in krb5_rd_safe() 189 goto failure; in krb5_rd_safe() 197 goto failure; in krb5_rd_safe() 212 failure: in krb5_rd_safe()
|