/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_times.sh | 43 [ ${ost_birthtime} -eq ${ost_atime} ] || atf_fail "Incorrect atime" 44 [ ${ost_birthtime} -eq ${ost_ctime} ] || atf_fail "Incorrect ctime" 45 [ ${ost_birthtime} -eq ${ost_mtime} ] || atf_fail "Incorrect mtime" 50 [ ${st_atime} -gt ${ost_atime} ] || atf_fail "Incorrect atime" 51 [ ${st_ctime} -eq ${ost_ctime} ] || atf_fail "Incorrect ctime" 52 [ ${st_mtime} -eq ${ost_mtime} ] || atf_fail "Incorrect mtime" 58 [ ${st_atime} -gt ${ost_atime} ] || atf_fail "Incorrect atime" 59 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime" 60 [ ${st_mtime} -gt ${ost_mtime} ] || atf_fail "Incorrect mtime" 77 [ ${ost_birthtime} -eq ${ost_atime} ] || atf_fail "Incorrect atime" [all …]
|
H A D | t_create.sh | 68 test ${st_flags} -eq 0 || atf_fail "Incorrect flags" 69 test ${st_size} -eq 0 || atf_fail "Incorrect size" 70 test ${st_uid} -eq $(id -u) || atf_fail "Incorrect uid" 71 test ${st_gid} -eq ${dst_gid} || atf_fail "Incorrect gid" 72 test ${st_mode} = 0100644 || atf_fail "Incorrect mode" 78 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 79 [ ${st_gid} -eq 0 ] || atf_fail "Incorrect group" 83 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 84 [ ${st_gid} -eq 100 ] || atf_fail "Incorrect group" 88 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" [all …]
|
H A D | t_mkdir.sh | 105 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 106 [ ${st_gid} -eq 0 ] || atf_fail "Incorrect group" 110 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 111 [ ${st_gid} -eq 100 ] || atf_fail "Incorrect group" 115 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 116 [ ${st_gid} -eq 0 ] || atf_fail "Incorrect group" 120 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 121 [ ${st_gid} -eq 100 ] || atf_fail "Incorrect group"
|
H A D | t_link.sh | 47 test ${sta_nlink} -eq 1 || atf_fail "Number of links is incorrect" 54 test ${sta_nlink} -eq 2 || atf_fail "Link count is incorrect" 55 test ${stb_nlink} -eq 2 || atf_fail "Link count is incorrect" 60 test ${stb_nlink} -eq 1 || atf_fail "Link count is incorrect" 83 test ${sta_nlink} -eq 2 || atf_fail "Link count is incorrect" 84 test ${stb_nlink} -eq 2 || atf_fail "Link count is incorrect" 89 test ${stb_nlink} -eq 1 || atf_fail "Link count is incorrect"
|
/freebsd/tests/sys/sys/ |
H A D | bitset_test.c | 32 ATF_REQUIRE_MSG(prev < i, "incorrect bit ordering"); \ in ATF_TC_BODY() 40 ATF_REQUIRE_MSG(prev < i, "incorrect bit ordering"); \ in ATF_TC_BODY() 55 ATF_REQUIRE_MSG(setc == 256, "incorrect set count %d", setc); in ATF_TC_BODY() 56 ATF_REQUIRE_MSG(clrc == 0, "incorrect clear count %d", clrc); in ATF_TC_BODY() 60 ATF_REQUIRE_MSG(setc == 0, "incorrect set count %d", setc); in ATF_TC_BODY() 61 ATF_REQUIRE_MSG(clrc == 256, "incorrect clear count %d", clrc); in ATF_TC_BODY() 68 ATF_REQUIRE_MSG(setc + clrc == 256, "incorrect counts %d, %d", in ATF_TC_BODY() 80 ATF_REQUIRE_MSG(setc == 0, "incorrect set count %d", setc); in ATF_TC_BODY() 81 ATF_REQUIRE_MSG(clrc == 256, "incorrect clear count %d", clrc); in ATF_TC_BODY()
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set1 | 21 19 `Then' incorrect 24 22 Masque incorrect 27 25 Facteur d'échelle incorrect ou inconnu 71 69 Répertoire incorrect 86 84 Nom de variable incorrect 92 90 Remplacement incorrect 95 93 Modificateur ! incorrect: '%c' 98 96 Sélecteur d'argument ! incorrect 115 113 Temps incorrect pour l'évènement 131 129 \nComplément incorrect: "%s" [all …]
|
/freebsd/sbin/ipf/libipf/ |
H A D | interror.c | 49 { 21, "incorrect data size for IPF rule" }, 164 { 136, "icmp head group name index incorrect" }, 165 { 137, "group head name index incorrect" }, 166 { 138, "group name index incorrect" }, 167 { 139, "to interface name index incorrect" }, 168 { 140, "dup-to interface name index incorrect" }, 169 { 141, "reply-to interface name index incorrect" }, 174 { 146, "incorrect size for object to copy out" }, 205 { 30001, "incorrect object size to get hash table stats" }, 228 { 30024, "object size incorrect for hash table" }, [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb_err.et | 15 ec KDC_PKT_VER, "Incorrect Kerberos 4 master key version" 16 ec KDC_P_MKEY_VER, "Incorrect Kerberos 4 master key version" 17 ec KDC_S_MKEY_VER, "Incorrect Kerberos 4 master key version" 36 ec RD_AP_BADD, "Kerberos 4: incorrect net address" 44 ec GT_PW_BADPW, "Kerberos 4: Incorrect current password" 52 ec INTK_BADPW, "Kerberos 4: incorrect password"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/ |
H A D | refquota_006_neg.ksh | 37 # 'zfs set refquota/refreserv' can handle incorrect arguments correctly. 40 # 1. Setup incorrect arguments arrays. 53 log_assert "'zfs set refquota' can handle incorrect arguments correctly." 71 log_pass "'zfs set refquota' can handle incorrect arguments correctly."
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | sdhci.txt | 7 - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit 9 is on in the mask then the bit is incorrect in the register and should be 11 - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/ |
H A D | zfs_ids_to_path_001_pos.ksh | 58 log_fail "Incorrect output for non-verbose while mounted: $output" 61 log_fail "Incorrect output for verbose while mounted: $output" 65 log_fail "Incorrect output for non-verbose while unmounted: $output" 68 log_fail "Incorrect output for verbose while unmounted: $output"
|
/freebsd/tests/sys/cddl/zfs/tests/refquota/ |
H A D | refquota_006_neg.ksh | 36 # 'zfs set refquota/refreserv' can handle incorrect arguments correctly. 39 # 1. Setup incorrect arguments arrays. 61 log_assert "'zfs set refquota' can handle incorrect arguments correctly." 87 log_pass "'zfs set refquota' can handle incorrect arguments correctly."
|
/freebsd/lib/libc/tests/string/ |
H A D | strnlen_test.c | 42 atf_tc_fail("returned incorrect len"); in ATF_TC_BODY() 52 atf_tc_fail("returned incorrect len (sentinels)"); in ATF_TC_BODY() 114 atf_tc_fail("returned incorrect len (SIZE_MAX)"); in ATF_TC_BODY() 123 atf_tc_fail("returned incorrect len (sentinels) (SIZE_MAX)"); in ATF_TC_BODY()
|
/freebsd/share/doc/smm/03.fsck/ |
H A D | 3.t | 161 replaces the incorrect count in the summary information 171 replaces the incorrect count in the 232 replaces the incorrect stored link count by the actual link count. 264 modify time is usually incorrect, 297 If an inode contains an incorrect count 331 incorrect directory inode numbers for ``\fB.\fP'' and ``\fB..\fP'', 375 incorrect,
|
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/ |
H A D | jkt-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/freebsd/crypto/openssh/regress/ |
H A D | keygen-sshfp.sh | 22 fail "incorrect number of SSHFP records $fp (expected 2)" 29 fail "incorrect SHA1 SSHFP output" 35 fail "incorrect SHA256 SSHFP output"
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 60 "Incorrect rebase opcodes size"); in totalSize() 65 "Incorrect bind opcodes size"); in totalSize() 70 "Incorrect weak bind opcodes size"); in totalSize() 76 "Incorrect lazy bind opcodes size"); in totalSize() 82 "Incorrect trie size"); in totalSize() 250 assert((Sec->Size == Sec->Content.size()) && "Incorrect section size"); in writeSections() 325 "Incorrect rebase opcodes size"); in writeRebaseInfo() 337 "Incorrect bind opcodes size"); in writeBindInfo() 349 "Incorrect weak bind opcodes size"); in writeWeakBindInfo() 361 "Incorrect lazy bind opcodes size"); in writeLazyBindInfo() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_label_checksum.ksh | 57 log_fail "zdb -l produces an incorrect number of corrupted labels." 61 log_fail "zdb -l produces an incorrect number of corrupted labels." 73 log_fail "zdb -l produces an incorrect number of corrupted labels."
|
H A D | zdb_005_pos.ksh | 67 log_fail "zdb -l exit codes are incorrect." 71 log_fail "zdb -l exit codes are incorrect." 75 log_fail "zdb -l exit codes are incorrect."
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
H A D | snb-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/freebsd/lib/libc/tests/stdio/ |
H A D | mkostemp_test.c | 73 "close-on-exec flag incorrect\n", in test_one() 79 "open flags incorrect\n", in test_one() 98 "named file attributes incorrect\n", in test_one() 105 "opened file attributes incorrect\n", in test_one()
|
/freebsd/contrib/openpam/ |
H A D | TODO | 2 documentation are slightly incorrect, OpenPAM's pam_unix(8) is 3 incorrect, all FreeBSD modules are broken)
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/ |
H A D | hsw-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/ |
H A D | hsx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …incorrect speculations. This include slots used to issue uops that do not eventually get retired a…
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_redir.sh | 261 atf_fail "#$T: Incorrect Output: Should be 'Hello' is '$(cat Output)'" 267 atf_fail "#$T: Incorrect Output: Should be 'Hello' is '$(cat Output)'" 273 "#$T: Incorrect Output: Should be 'Hello\\nBye' is '$(cat Output)'" 279 "#$T: Incorrect Output: Should be 'line 1\\nline 2' is '$(cat Output)'" 284 "#$T: Incorrect Output: Should be 'line 1' is '$(cat Output)'" 289 "#$T: Incorrect Out1: Should be 'line 1' is '$(cat Out1)'" 291 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'" 296 "#$T: Incorrect Out1: Should be 'line 1' is '$(cat Out1)'" 298 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'" 310 "#$T: Incorrect Out1: Should be 'line 3' is '$(cat Out1)'" [all …]
|