| /freebsd/tests/sys/file/ |
| H A D | dup_test.c | 106 printf("no ok %d - dup2(2) didn't give us the right fd\n", in main() 114 printf("not ok %d - dup2(2) didn't clear close-on-exec\n", in main() 152 printf("not ok %d - dup2(2) didn't give us the right fd\n", in main() 163 printf("ok %d - dup2(2) didn't clear close-on-exec\n", test); in main() 178 "not ok %d - fcntl(F_DUPFD) didn't clear close-on-exec\n", in main() 189 printf("ok %d - dup2(2) didn't bypass NOFILE limit\n", test); in main() 200 "no ok %d - fcntl(F_DUP2FD) didn't give us the right fd\n", in main() 210 "not ok %d - fcntl(F_DUP2FD) didn't clear close-on-exec\n", in main() 225 "not ok %d - fcntl(F_DUP2FD) didn't give us the right fd\n", in main() 238 printf("ok %d - fcntl(F_DUP2FD) didn't clear close-on-exec\n", in main() [all …]
|
| /freebsd/crypto/openssh/regress/ |
| H A D | hostkey-rotate.sh | 87 check_key_present $primary || fail "unstrict didn't learn key" 95 check_key_present $k || fail "didn't learn keytype $k" 107 check_key_present $k || fail "didn't learn $k correctly" 122 check_key_present ${secondary} || fail "didn't learn changed key" 146 check_key_present ${primary} || fail "didn't learn changed key" 152 check_key_present ${primary} || fail "didn't learn changed key"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_common.kshlib | 83 log_fail "Didn't find \"$histcmd\" in pool history" 143 log_note "Didn't find hold on $ds with $tag" 172 log_note "Didn't find rollback clone swap in pool history" 177 log_note "Didn't find rollback destroy in pool history" 198 log_note "Didn't find inherit history for $ds" 351 log_note "Didn't find ioctl while destroying $dsname" 358 log_note "Didn't find \"destroy\" for $dsname" 377 log_note "Didn't find snapshot command for $fullname" 385 log_note "Didn't find \"ioctl snapshot\" for $ds"
|
| H A D | history_001_pos.ksh | 98 log_fail "Didn't find \"$cmd1\" in pool history" 101 log_fail "Didn't find \"$cmd2\" in pool history" 105 log_fail "Didn't find \"$cmd1\" in pool history" 108 log_fail "Didn't find \"$cmd2\" in pool history"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/ |
| H A D | vdev_zaps_007_pos.ksh | 59 "didn't persist (expected $orig_leaf0, got $new_leaf0)" 61 "didn't persist (expected $orig_top, got $new_top_s0)" 72 "didn't persist (expected $orig_leaf1, got $new_leaf1)" 74 "didn't persist (expected $orig_top, got $new_top_s1)"
|
| /freebsd/contrib/pam-krb5/tests/portable/ |
| H A D | mkstemp-t.c | 47 is_string("XXXXX", tooshort, "...and template didn't change"); in main() 51 is_string("/foo/barXXXXX", bad1, "...and template didn't change"); in main() 55 is_string("/foo/barXXXXXX.out", bad2, "...and template didn't change"); in main() 62 ok(strncmp(template, "tsX", 3) == 0, "...and didn't touch first X"); in main()
|
| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | scalarmult_ed25519.c | 61 printf("crypto_scalarmult_ed25519() didn't fail\n"); in main() 64 printf("crypto_scalarmult_ed25519() didn't fail\n"); in main() 72 printf("crypto_scalarmult_ed25519() didn't fail\n"); in main() 76 printf("crypto_scalarmult_ed25519() didn't fail\n"); in main()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 50 Google Mock tried the following 1 expectation, but it didn't match: 184 Google Mock tried the following 1 expectation, but it didn't match: 201 Google Mock tried the following 1 expectation, but it didn't match: 216 Google Mock tried the following 1 expectation, but it didn't match: 234 Google Mock tried the following 1 expectation, but it didn't match: 250 Google Mock tried the following 1 expectation, but it didn't match:
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | OptimizedStructLayout.cpp | 27 "didn't assign a fixed offset to field"); in checkValidLayout() 29 "didn't assign a correctly-aligned offset to field"); in checkValidLayout() 31 "didn't assign offsets in ascending order"); in checkValidLayout() 34 "didn't compute MaxAlign correctly"); in checkValidLayout() 37 assert(LastEnd == Size && "didn't compute LastEnd correctly"); in checkValidLayout() 38 assert(ComputedMaxAlign == MaxAlign && "didn't compute MaxAlign correctly"); in checkValidLayout() 366 assert(Cur && "didn't find a match in queue despite its MinSize"); in performOptimizedStructLayout() 371 llvm_unreachable("didn't find a match in queue despite its MinSize"); in performOptimizedStructLayout() 441 assert(Success && "didn't find a field with no fixed limit?"); in performOptimizedStructLayout()
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | sserver.man | 111 This means that you didn\(aqt create an entry for your username in the 137 This probably means you didn\(aqt edit /etc/inetd.conf correctly, or 138 you didn\(aqt restart inetd after editing inetd.conf.
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | print_positional_test.c | 88 "buffers didn't match"); in ATF_TC_BODY() 120 "buffers didn't match"); in ATF_TC_BODY() 130 "buffers didn't match"); in ATF_TC_BODY() 142 "buffers didn't match"); in ATF_TC_BODY()
|
| /freebsd/tools/regression/posixsem/ |
| H A D | posixsem.c | 126 fail_err("ksem_open() didn't fail"); in ksem_open_should_fail() 146 fail_err("ksem_unlink() didn't fail"); in ksem_unlink_should_fail() 165 fail_err("ksem_close() didn't fail"); in ksem_close_should_fail() 185 fail_err("ksem_init() didn't fail"); in ksem_init_should_fail() 205 fail_err("ksem_destroy() didn't fail"); in ksem_destroy_should_fail() 224 fail_err("ksem_post() didn't fail"); in ksem_post_should_fail() 451 fail_err("ksem_getvalue() didn't fail"); in getvalue_invalid_semaphore() 475 fail_err("ksem_wait() didn't fail"); in wait_invalid_semaphore() 491 fail_err("ksem_trywait() didn't fail"); in trywait_invalid_semaphore() 507 fail_err("ksem_timedwait() didn't fail"); in timedwait_invalid_semaphore() [all …]
|
| /freebsd/contrib/nvi/cl/ |
| H A D | README.signal | 51 the historic version of vi didn't permit you to suspend the screen if 82 Generally, this is what historic vi did. (It didn't have the curses 83 problems because it didn't use curses.) It entered signals following 145 program goes to sleep immediately (since it probably didn't have a SIGTSTP
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| H A D | norm_all_values.ksh | 49 log_fail "Turning on normalization didn't set " \ 67 log_fail "Turning off utf8only didn't set normalization to none"
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_pred_impl_unittest.cc | 122 EXPECT_EQ(1, n1_) << "The predicate assertion didn't evaluate argument 2 " in TearDown() 129 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 501 EXPECT_EQ(1, n1_) << "The predicate assertion didn't evaluate argument 2 " in TearDown() 503 EXPECT_EQ(1, n2_) << "The predicate assertion didn't evaluate argument 3 " in TearDown() 510 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 887 EXPECT_EQ(1, n1_) << "The predicate assertion didn't evaluate argument 2 " in TearDown() 889 EXPECT_EQ(1, n2_) << "The predicate assertion didn't evaluate argument 3 " in TearDown() 891 EXPECT_EQ(1, n3_) << "The predicate assertion didn't evaluate argument 4 " in TearDown() 898 FAIL() << "The failed predicate assertion didn't abort the test " in TearDown() 1291 EXPECT_EQ(1, n1_) << "The predicate assertion didn't evaluate argument 2 " in TearDown() [all …]
|
| /freebsd/contrib/netbsd-tests/sbin/newfs/ |
| H A D | t_enable_quotas.sh | 43 # check that the quota inode creation didn't corrupt the filesystem 53 # check that the quota inode creation didn't corrupt the filesystem
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | krb5_acl_match_file.3 | 100 krb5_errx(context, 1, "acl didn't match"); 106 krb5_errx(context, 1, "acl didn't match");
|
| /freebsd/tests/sys/fifo/ |
| H A D | fifo_open.c | 267 errx(-1, "test_blocking_reader: blocking child didn't " in test_blocking_reader() 284 * they didn't block, and GC. in test_blocking_reader() 342 errx(-1, "test_blocking_writer: blocking child didn't " in test_blocking_writer() 359 * they didn't block, and GC. in test_blocking_writer()
|
| /freebsd/contrib/nvi/vi/ |
| H A D | v_word.c | 32 * beginning or end of the current group. The historic version of vi didn't 204 * If we didn't move, we must be at EOF. in fword() 352 * If we didn't move, we must be at EOF. in eword() 498 /* If we didn't move, we must be at SOF. */ in bword() 514 * The historic vi didn't get this right -- the `yb' command yanked in bword()
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | FEATURES | 61 file is reread and reparsed every minute even if it didn't change. 78 is why we keep 'e->dow_star' and 'e->dom_star'. I didn't think up
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_options.c | 81 /* If the format name didn't match, return a special code for in archive_set_format_option() 115 /* If the filter name didn't match, return a special code for in archive_set_filter_option()
|
| H A D | archive_read_set_options.c | 103 /* If the format name didn't match, return a special code for in archive_set_format_option() 118 /* If the filter name didn't match, return a special code for in archive_set_filter_option()
|
| /freebsd/contrib/tcpdump/cmake/Modules/ |
| H A D | FindPCAP.cmake | 74 # libpcap didn't have .pc files until libpcap 1.9.0. 185 # That didn't work. Try pcap-config. 416 # We didn't have pkg-config, or we did but it didn't have .pc files
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-cmp-string.mk | 78 # Some other characters worked though, and some didn't. 79 # Those that are mentioned in is_separator didn't work.
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_data_large.c | 81 failure("Wrote 10MB, but didn't read the same amount"); in DEFINE_TEST() 83 failure("Read expected 10MB, but data read didn't match what was written"); in DEFINE_TEST()
|