| /freebsd/usr.bin/m4/TEST/ |
| H A D | math.m4 | 123 ifelse(expr(!0*-2),-2,,`precedence wrong, ! * 125 ifelse(expr(~8/~2),3,,`precedence wrong ~ / 127 ifelse(expr(~-20%7),5,,`precedence wrong ~ % 129 ifelse(expr(3*2+100),106,,`precedence wrong * + 131 ifelse(expr(3+2*100),203,,`precedence wrong + * 133 ifelse(expr(2%5-6/3),0,,`precedence wrong % - 135 ifelse(expr(2/5-5%3),-2,,`precedence wrong / - 137 ifelse(expr(2+5%5+1),3,,`precedence wrong % + 139 ifelse(expr(7+9<<1),32,,`precedence wrong + << 141 ifelse(expr(35-3>>2),8,,`precedence wrong - >> [all …]
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | trim7.0 | 3 [ "${##1}" = 3 ] || echo '${##1} wrong' 4 [ "${###1}" = 3 ] || echo '${###1} wrong' 5 [ "${###}" = 13 ] || echo '${###} wrong' 6 [ "${#%3}" = 1 ] || echo '${#%3} wrong' 7 [ "${#%%3}" = 1 ] || echo '${#%%3} wrong' 8 [ "${#%%}" = 13 ] || echo '${#%%} wrong' 10 [ "${##0}" = "" ] || echo '${##0} wrong' 11 [ "${###0}" = "" ] || echo '${###0} wrong' 12 [ "${###}" = 0 ] || echo '${###} wrong' 13 [ "${#%0}" = "" ] || echo '${#%0} wrong' [all …]
|
| H A D | length3.0 | 3 [ "$#" = 13 ] || echo '$# wrong' 4 [ "${#}" = 13 ] || echo '${#} wrong' 5 [ "${##}" = 2 ] || echo '${##} wrong' 7 [ "$#" = 0 ] || echo '$# wrong' 8 [ "${#}" = 0 ] || echo '${#} wrong' 9 [ "${##}" = 1 ] || echo '${##} wrong'
|
| H A D | length1.0 | 3 [ "${#v}" = 4 ] || echo '${#v} wrong' 5 [ "${#$}" = "${#v}" ] || echo '${#$} wrong' 6 [ "${#!}" = 0 ] || echo '${#!} wrong' 8 [ "${#1}" = 2 ] || echo '${#1} wrong' 9 [ "${#13}" = 4 ] || echo '${#13} wrong' 11 [ "${#0}" = "${#v}" ] || echo '${#0} wrong'
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | case5.0 | 19 echo wrong at $LINENO 25 *) echo wrong at $LINENO ;; 30 *) echo wrong at $LINENO ;; 35 *) echo wrong at $LINENO ;; 40 *) echo wrong at $LINENO ;; 45 *) echo wrong at $LINENO ;; 50 *) echo wrong at $LINENO ;; 55 *) echo wrong at $LINENO ;;
|
| H A D | case6.0 | 19 echo wrong at $LINENO 25 *) echo wrong at $LINENO ;; 30 *) echo wrong at $LINENO ;; 35 *) echo wrong at $LINENO ;; 40 *) echo wrong at $LINENO ;; 45 *) echo wrong at $LINENO ;; 50 *) echo wrong at $LINENO ;;
|
| /freebsd/usr.bin/ident/tests/ |
| H A D | test.in | 6 $ Foo : bar $ (WRONG -- NON ALPHANUM BEFORE :) 7 $ Foo : bar $ (WRONG -- NON ALPHANUM BEFORE :) 8 $Foo: bar $ (WRONG -- NO SPACE AFTER :) 9 $Foo:bar $ (WRONG -- NO SPACE AFTER :) 10 $Foo: bar$ (WRONG -- NO SPACE BEFORE $)) 12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
|
| /freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/ |
| H A D | ntlm_core.3 | 89 In case of success 0 is return, an errors, a errno in what went wrong. 112 In case of success 0 is return, an errors, a errno in what went wrong. 139 In case of success 0 is return, an errors, a errno in what went wrong. 160 In case of success 0 is return, an errors, a errno in what went wrong. 189 In case of success 0 is return, an errors, a errno in what went wrong. 208 In case of success 0 is return, an errors, a errno in what went wrong. 227 In case of success 0 is return, an errors, a errno in what went wrong. 244 In case of success 0 is return, an errors, a errno in what went wrong. 261 In case of success 0 is return, an errors, a errno in what went wrong. 278 In case of success 0 is return, an errors, a errno in what went wrong. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 374 assert(isReg() && "Wrong MachineOperand accessor"); in getSubReg() 379 assert(isReg() && "Wrong MachineOperand accessor"); in isUse() 384 assert(isReg() && "Wrong MachineOperand accessor"); in isDef() 389 assert(isReg() && "Wrong MachineOperand accessor"); in isImplicit() 394 assert(isReg() && "Wrong MachineOperand accessor"); in isDead() 399 assert(isReg() && "Wrong MachineOperand accessor"); in isKill() 404 assert(isReg() && "Wrong MachineOperand accessor"); in isUndef() 440 assert(isReg() && "Wrong MachineOperand accessor"); in isInternalRead() 445 assert(isReg() && "Wrong MachineOperand accessor"); in isEarlyClobber() 450 assert(isReg() && "Wrong MachineOperand accessor"); in isTied() [all …]
|
| /freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dmport.c | 72 DM_DBG1(("dmCreatePort: dmRoot is NULL, wrong!!!\n")); in dmCreatePort() 78 DM_DBG1(("dmCreatePort: dmPortContext is NULL, wrong!!!\n")); in dmCreatePort() 85 DM_DBG1(("dmCreatePort: dmPortContext->dmData is not NULL, wrong, Already created!!!\n")); in dmCreatePort() 91 DM_DBG1(("dmCreatePort: dmPortInfo is NULL, wrong!!!\n")); in dmCreatePort() 99 DM_DBG1(("dmCreatePort: dmIntRoot is NULL, wrong!!!\n")); in dmCreatePort() 107 DM_DBG1(("dmCreatePort: dmAllShared is NULL, wrong!!!\n")); in dmCreatePort() 119 DM_DBG1(("dmCreatePort: onePortContext is NULL in allocation, wrong!!!\n")); in dmCreatePort() 185 DM_DBG1(("dmDestroyPort: dmRoot is NULL, wrong!!!\n")); in dmDestroyPort() 191 DM_DBG1(("dmDestroyPort: dmPortContext is NULL, wrong!!!\n")); in dmDestroyPort() 197 DM_DBG1(("dmDestroyPort: dmPortInfo is NULL, wrong!!!\n")); in dmDestroyPort() [all …]
|
| /freebsd/contrib/sendmail/test/ |
| H A D | t_setreuid.c | 75 printf("MAYDAY! Wrong real uid\n"); 81 printf("MAYDAY! Wrong effective uid\n"); 102 printf("MAYDAY! Wrong effective uid\n"); 107 printf("MAYDAY! Wrong real uid\n"); 121 printf("MAYDAY! Wrong effective uid\n"); 127 printf("MAYDAY! Wrong real uid\n"); 148 printf("MAYDAY! Wrong effective uid\n"); 153 printf("MAYDAY! Wrong real uid\n");
|
| H A D | t_seteuid.c | 75 printf("MAYDAY! Wrong effective uid\n"); 90 printf("MAYDAY! Wrong effective uid\n"); 95 printf("MAYDAY! Wrong real uid\n"); 109 printf("MAYDAY! Wrong effective uid\n"); 124 printf("MAYDAY! Wrong effective uid\n"); 129 printf("MAYDAY! Wrong real uid\n");
|
| /freebsd/crypto/openssh/regress/ |
| H A D | sshsig.sh | 9 rm -f $OBJ/sshsig-*.sig $OBJ/wrong-key* $OBJ/sigca-key* 14 # Make a "wrong key" 15 ${SSHKEYGEN} -q -t ed25519 -f $OBJ/wrong-key \ 16 -C "wrong trousers, Grommit" -N '' \ 18 WRONG=$OBJ/wrong-key.pub 104 # Wrong key trusted. 105 trace "$tid: key type $t verify with wrong key" 106 (printf "$sig_principal " ; cat $WRONG) > $OBJ/allowed_signers 110 fail "accepted signature for $t key with wrong key trusted" 113 trace "$tid: key type $t verify with wrong data" [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/gang_blocks/ |
| H A D | gang_blocks_redundant.ksh | 58 log_fail "wrong number of DVAs for L0 in $red: $num_l0_dvas" 61 log_fail "wrong number of DVAs for L0 in $red: $num_l0_dvas" 67 log_fail "wrong number of DVAs for L1 in $red: $num_l1_dvas" 70 log_fail "wrong number of DVAs for L1 in $red: $num_l1_dvas" 81 log_fail "wrong number of DVAs for obj 0 in $red: $num_obj_0_dvas" 84 log_fail "wrong number of DVAs for obj 0 in $red: $num_obj_0_dvas"
|
| /freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_credentials.csv | 3 1,valid secret - wrong cert/key ignored, -section,, -ref,_PBM_REF, -secret,_PBM_SECRET, -cert,root.… 5 0,wrong secret without ref, -section,,BLANK,, -secret,pass:wrong,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,… 6 0,wrong secret - correct cert, -section,,BLANK,, -secret,pass:wrong, -cert,signer.crt, -key,signer.… 10 1,wrong ref but correct cert, -section,, -ref,wrong,BLANK,, -cert,signer.crt, -key,signer.p12, -key… 18 0,keypass prefix wrong, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,:12345… 19 0,wrong keypass, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,pass:123456,B… 24 0,wrong cert, -section,,BLANK,,BLANK,, -cert,trusted.crt, -key,signer.p12, -keypass,pass:12345,BLAN…
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 15 ASN1_R_BMPSTRING_IS_WRONG_LENGTH:214:bmpstring is wrong length 17 ASN1_R_BOOLEAN_IS_WRONG_LENGTH:106:boolean is wrong length 21 ASN1_R_DATA_IS_WRONG:109:data is wrong 79 ASN1_R_MSTRING_WRONG_TAG:140:mstring wrong tag 90 ASN1_R_NULL_IS_WRONG_LENGTH:144:null is wrong length 111 ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH:215:universalstring is wrong length 124 ASN1_R_WRONG_INTEGER_TYPE:225:wrong integer type 125 ASN1_R_WRONG_PUBLIC_KEY_TYPE:200:wrong public key type 126 ASN1_R_WRONG_TAG:168:wrong tag 303 CMP_R_WRONG_ALGORITHM_OID:138:wrong algorithm oid [all …]
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | asn1_err.c | 26 "bmpstring is wrong length" }, 29 "boolean is wrong length" }, 35 { ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_DATA_IS_WRONG), "data is wrong" }, 127 { ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_MSTRING_WRONG_TAG), "mstring wrong tag" }, 145 "null is wrong length" }, 178 "universalstring is wrong length" }, 200 "wrong integer type" }, 202 "wrong public key type" }, 203 { ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_WRONG_TAG), "wrong tag" },
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zoned_uid/ |
| H A D | zoned_uid_011_neg.ksh | 66 log_note "Test 1: Checking visibility from wrong user namespace..." 74 log_note "Test 2: Attempting to create child from wrong namespace (should fail)..." 91 log_note "Test 3: Attempting to create snapshot from wrong namespace (should fail)..." 103 log_note "Test 4: Attempting to set property from wrong namespace (should fail)..." 122 log_note "Test 5: Attempting to destroy from wrong namespace (should fail)..." 138 log_note "Test 6: Attempting to rename from wrong namespace (should fail)..."
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 80-test_tsa.t | 134 subtest 'generating response with wrong 2nd certid for req1.req' => sub { 193 subtest 'verifying valid resp1, wrong untrusted is not used' => sub { 197 subtest 'verifying invalid resp1 with wrong 2nd certid' => sub { 205 subtest 'verifying resp2 against wrong req1 should fail' => sub { 209 subtest 'verifying resp1 against wrong req2 should fail' => sub { 213 subtest 'verifying resp1 using wrong untrusted should fail' => sub { 217 subtest 'verifying resp1 using wrong root should fail' => sub { 229 subtest 'verifying resp1 against wrong req3 should fail' => sub {
|
| /freebsd/contrib/netbsd-tests/kernel/ |
| H A D | h_ps_strings1.c | 48 static const char nargv_err[] = "Wrong argc in ps_strings"; in main() 54 static const char argv_err[] = "Wrong argv in ps_strings"; in main() 60 static const char env_err[] = "Wrong env in ps_strings"; in main() 68 static const char nenv_err[] = "Wrong nenv in ps_strings"; in main()
|
| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_bit.c | 67 atf_tc_fail("%s:%d iteration %d signbitf is wrong" in ATF_TC_BODY() 71 atf_tc_fail("%s:%d iteration %d signbit is wrong" in ATF_TC_BODY() 78 atf_tc_fail("%s:%d iteration %d signbitl is wrong" in ATF_TC_BODY() 88 "wrong about the sign of %Lf", in ATF_TC_BODY()
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | err_inherit4.error | 4 YACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist 7 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist 10 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 58 "Wrong mapping for GPR"); in checkPartialMappings() 61 "Wrong mapping for SPR"); in checkPartialMappings() 64 "Wrong mapping for DPR"); in checkPartialMappings() 101 "Wrong value mapping for 3 GPR ops instruction"); in checkValueMappings() 104 "Wrong value mapping for 3 GPR ops instruction"); in checkValueMappings() 107 "Wrong value mapping for 3 GPR ops instruction"); in checkValueMappings() 111 "Wrong value mapping for 3 SPR ops instruction"); in checkValueMappings() 114 "Wrong value mapping for 3 SPR ops instruction"); in checkValueMappings() 117 "Wrong value mapping for 3 SPR ops instruction"); in checkValueMappings() 121 "Wrong value mapping for 3 DPR ops instruction"); in checkValueMappings() [all …]
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | killstate.sh | 81 # Killing with the wrong IP doesn't affect our state 85 atf_fail "Killing with the wrong IP removed our state." 92 atf_fail "Killing with one wrong IP removed our state." 144 # Killing with the wrong source IP doesn't affect our state 148 atf_fail "Killing with the wrong source IP removed our state." 151 # Killing with the wrong destination IP doesn't affect our state 155 atf_fail "Killing with the wrong destination IP removed our state." 209 # Killing with the wrong IP doesn't affect our state 213 atf_fail "Killing with the wrong IP removed our state." 220 atf_fail "Killing with one wrong IP removed our state." [all …]
|
| /freebsd/tests/sys/netpfil/common/ |
| H A D | pft_ping.py | 207 LOGGER.debug(f'Wrong IPv4 source {ip.src}, expected {src_address}') 210 LOGGER.debug(f'Wrong IPv4 destination {ip.dst}, expected {dst_address}') 213 LOGGER.debug(f'Wrong IP flags value {ip.flags}, expected {flags}') 216 LOGGER.debug(f'Wrong ToS value {ip.tos}, expected {tos}') 219 LOGGER.debug(f'Wrong TTL value {ip.ttl}, expected {ttl}') 237 LOGGER.debug(f'Wrong IPv6 source {ip6.src}, expected {src_address}') 241 LOGGER.debug(f'Wrong IPv6 destination {ip6.dst}, expected {dst_address}') 247 LOGGER.debug(f'Wrong Hop Limit value {ip6.hlim}, expected {hlim}') 250 LOGGER.debug(f'Wrong TC value {ip6.tc}, expected {tc}') 253 LOGGER.debug(f'Wrong Flow Label value {ip6.fl}, expected {fl}') [all …]
|