| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_nat.sh | 65 local expect=$3 68 echo "ERROR: $counter counter in $ns has unexpected value (expected $expect) at $tag" 1>&2 87 expect="packets 1 bytes 104" 88 if ! ip netns exec "$ns" nft list counter inet filter ns0in6 | grep -q "$expect";then 89 bad_counter "$ns" ns0in6 "$expect" "check_counters 3" 92 if ! ip netns exec "$ns" nft list counter inet filter ns0out6 | grep -q "$expect";then 93 bad_counter "$ns" ns0out6 "$expect" "check_counters 4" 125 expect="packets 1 bytes 84" 126 if ! ip netns exec "$ns0" nft list counter inet filter "${ns}${dir}" | grep -q "$expect";then 127 bad_counter "$ns0" "$ns${dir}" "$expect" "check_ns0_counter [all...] |
| H A D | conntrack_icmp_related.sh | 49 expect=$3 52 if ! ip netns exec "$ns" nft list counter inet filter "$name" | grep -q "$expect"; then 53 echo "ERROR: counter $name in $ns has unexpected value (expected $expect)" 1>&2 63 expect="packets 0 bytes 0" 65 if ! check_counter "$n" "unknown" "$expect"; then 205 expect="packets 0 bytes 0" 207 if ! check_counter "$netns" "related" "$expect"; then 212 expect="packets 2 bytes 2076" 213 if ! check_counter "$nsclient2" "new" "$expect"; then 224 expect="packets 0 bytes 0" [all …]
|
| /linux/mm/kmsan/ |
| H A D | kmsan_test.c | 167 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_kmalloc() 173 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc() 181 EXPECTATION_NO_REPORT(expect); in test_init_kmalloc() 188 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc() 194 EXPECTATION_NO_REPORT(expect); in test_init_kzalloc() 200 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc() 206 EXPECTATION_UNINIT_VALUE(expect); in test_uninit_stack_var() 211 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var() 217 EXPECTATION_NO_REPORT(expect); in test_init_stack_var() 222 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var() [all …]
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 43 expect=$(echo "$line" | cut -d" " -f2-) 45 expect="" 51 if [ -z "$expect" ]; then 52 expect="crashes entire system" 54 echo "Skipping $test: $expect" 60 if [ -z "$expect" ]; then 61 expect="call trace:" 63 if echo "$expect" | grep -q '^repeat:' ; then 64 repeat=$(echo "$expect" | cut -d' ' -f1 | cut -d: -f2) 65 expect=$(echo "$expect" | cut -d' ' -f2-) [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | mirror_lib.sh | 37 local expect=$1; shift 47 if [[ -z ${expect//[[:digit:]]/} ]]; then 48 expect="== $expect" 57 ((delta $expect)) 58 check_err $? "Expected to capture $expect packets, got $delta." 63 local expect=$1; shift 71 mirror_test v$h1 $ip1 $ip2 $dev 100 $expect 75 mirror_test v$h2 $ip2 $ip1 $dev 100 $expect 123 local expect=$1; shift 134 mirror_test v$h1 $ip1 $ip2 $dev 100 "$expect" [all …]
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-arm64-bits.h | 15 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 29 RSEQ_ASM_OP_CMPEQ(v, expect, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 33 RSEQ_ASM_OP_CMPEQ(v, expect, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 43 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 181 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 198 RSEQ_ASM_OP_CMPEQ(v, expect, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 204 RSEQ_ASM_OP_CMPEQ(v, expect, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 215 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 255 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 271 RSEQ_ASM_OP_CMPEQ(v, expect, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
| H A D | rseq-ppc-bits.h | 15 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 32 RSEQ_ASM_OP_CMPEQ(v, expect, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 38 RSEQ_ASM_OP_CMPEQ(v, expect, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 49 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 207 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 227 RSEQ_ASM_OP_CMPEQ(v, expect, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 236 RSEQ_ASM_OP_CMPEQ(v, expect, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 253 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 292 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 311 RSEQ_ASM_OP_CMPEQ(v, expect, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
| H A D | rseq-riscv-bits.h | 9 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 22 RSEQ_ASM_OP_CMPEQ(v, expect, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER() 26 RSEQ_ASM_OP_CMPEQ(v, expect, "%l[error2]") in RSEQ_TEMPLATE_IDENTIFIER() 36 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 163 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 179 RSEQ_ASM_OP_CMPEQ(v, expect, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER() 185 RSEQ_ASM_OP_CMPEQ(v, expect, "%l[error2]") in RSEQ_TEMPLATE_IDENTIFIER() 196 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 281 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 296 RSEQ_ASM_OP_CMPEQ(v, expect, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
| H A D | rseq-x86-bits.h | 16 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 48 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 255 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 299 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 337 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 378 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 407 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trymemcpy_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 484 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 528 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 560 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
| H A D | rseq-arm-bits.h | 14 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 51 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 207 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 258 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 297 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 346 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 377 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trymemcpy_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 466 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER()
|
| H A D | rseq-mips-bits.h | 14 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 49 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 190 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 237 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 270 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 317 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 342 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trymemcpy_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 428 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER()
|
| H A D | rseq-s390-bits.h | 9 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 42 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 199 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_cmpeqv_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 244 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 284 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trystorev_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 326 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER() 357 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_trymemcpy_storev)(intptr_t *v, intptr_t expect, in RSEQ_TEMPLATE_IDENTIFIER() 435 [expect] "r" (expect), in RSEQ_TEMPLATE_IDENTIFIER()
|
| H A D | rseq-riscv.h | 99 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ 101 "bne " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "] ," \ 104 #define RSEQ_ASM_OP_CMPEQ32(var, expect, label) \ 106 "bne " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "] ," \ 109 #define RSEQ_ASM_OP_CMPNE(var, expect, label) \ 111 "beq " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "] ," \ 100 RSEQ_ASM_OP_CMPEQ(var,expect,label) global() argument 105 RSEQ_ASM_OP_CMPEQ32(var,expect,label) global() argument 110 RSEQ_ASM_OP_CMPNE(var,expect,label) global() argument
|
| H A D | rseq-arm64.h | 154 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument 157 ", %[" __rseq_str(expect) "]\n" \ 160 #define RSEQ_ASM_OP_CMPEQ32(var, expect, label) \ argument 163 ", %w[" __rseq_str(expect) "]\n" \ 166 #define RSEQ_ASM_OP_CMPNE(var, expect, label) \ argument 169 ", %[" __rseq_str(expect) "]\n" \
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_expect.c | 431 static inline int __nf_ct_expect_check(struct nf_conntrack_expect *expect, in __nf_ct_expect_check() argument 437 struct nf_conn *master = expect->master; in __nf_ct_expect_check() 440 struct net *net = nf_ct_exp_net(expect); in __nf_ct_expect_check() 449 h = nf_ct_expect_dst_hash(net, &expect->tuple); in __nf_ct_expect_check() 451 if (master_matches(i, expect, flags) && in __nf_ct_expect_check() 452 expect_matches(i, expect)) { in __nf_ct_expect_check() 453 if (i->class != expect->class || in __nf_ct_expect_check() 454 i->master != expect->master) in __nf_ct_expect_check() 459 } else if (expect_clash(i, expect)) { in __nf_ct_expect_check() 468 p = &helper->expect_policy[expect->class]; in __nf_ct_expect_check() [all …]
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec-tests.sh | 20 local expect="$1" 29 if [[ ${ret} -ne ${expect} ]]; then 40 local expect="$1" 49 if [[ ${ret} -ne ${expect} ]]; then 60 local expect="$1" 69 if [[ ${ret} -ne ${expect} ]]; then 80 local expect="$1" 88 if [[ ${ret} -ne ${expect} ]]; then 95 local expect="$1" 103 if [[ ${ret} -ne ${expect} ]]; then
|
| /linux/net/mac80211/tests/ |
| H A D | tpe.c | 31 int expect; member 39 .expect = 0, 47 .expect = 0, 57 .expect = 0, 65 .expect = 0, 73 .expect = 0, 81 .expect = 8, 89 .expect = 8 + 4 + 2, 99 .expect = 0, 109 .expect = 4, [all …]
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | hyperv_features.c | 33 uint64_t expect; member 111 GUEST_ASSERT_EQ(res, hcall->expect); in guest_hcall() 555 hcall->expect = HV_STATUS_INVALID_HYPERCALL_CODE; in guest_test_hcalls_access() 560 hcall->expect = HV_STATUS_ACCESS_DENIED; in guest_test_hcalls_access() 565 hcall->expect = HV_STATUS_INVALID_HYPERCALL_INPUT; in guest_test_hcalls_access() 570 hcall->expect = HV_STATUS_ACCESS_DENIED; in guest_test_hcalls_access() 575 hcall->expect = HV_STATUS_INVALID_HYPERCALL_INPUT; in guest_test_hcalls_access() 580 hcall->expect = HV_STATUS_INVALID_HYPERCALL_CODE; in guest_test_hcalls_access() 585 hcall->expect = HV_STATUS_ACCESS_DENIED; in guest_test_hcalls_access() 590 hcall->expect = HV_STATUS_OPERATION_DENIED; in guest_test_hcalls_access() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | socket.c | 20 int expect; member 56 if (s->expect < 0 && in run_tests() 57 errno == -s->expect) in run_tests() 60 msg1 = strerror_r(-s->expect, err_string1, ERR_STRING_SZ); in run_tests() 73 if (s->expect < 0) { in run_tests()
|
| /linux/kernel/trace/ |
| H A D | trace_branch.c | 31 probe_likely_condition(struct ftrace_likely_data *f, int val, int expect) in probe_likely_condition() argument 78 entry->correct = val == expect; in probe_likely_condition() 88 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition() argument 93 probe_likely_condition(f, val, expect); in trace_likely_condition() 194 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition() argument 200 int expect, int is_constant) in ftrace_likely_update() argument 207 val = expect; in ftrace_likely_update() 215 trace_likely_condition(f, val, expect); in ftrace_likely_update() 218 if (val == expect) in ftrace_likely_update()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_headroom.sh | 67 local expect=$1; shift 70 test "$current" = "$expect" 71 check_err $? "prio2buffer is '$current', expected '$expect'" 76 local expect=$1; shift 79 test "$current" = "$expect" 80 check_err $? "prio PFC is '$current', expected '$expect'" 85 local expect=$1; shift 88 test "$current" = "$expect" 89 check_err $? "prio_tc is '$current', expected '$expect'"
|
| H A D | qos_dscp_bridge.sh | 151 local expect 153 expect=10 155 expect=0 159 ((expect == delta)) 160 check_err $? "DSCP $key: Expected to capture $expect packets, got $delta."
|
| /linux/rust/macros/ |
| H A D | helpers.rs | 49 try_ident(it).expect("Expected Ident") in expect_ident() 53 if let TokenTree::Punct(punct) = it.next().expect("Reached end of token stream for Punct") { in expect_punct() 61 try_string(it).expect("Expected string") in expect_string() 65 let string = try_string(it).expect("Expected string"); in expect_string_ascii() 71 if let TokenTree::Group(group) = it.next().expect("Reached end of token stream for Group") { in expect_group()
|
| /linux/net/wireless/tests/ |
| H A D | chan.c | 196 const struct cfg80211_chan_def *ret, *expect; in KUNIT_ARRAY_PARAM_DESC() local 206 expect = params->compat ? ¶ms->c2 : NULL; in KUNIT_ARRAY_PARAM_DESC() 209 KUNIT_EXPECT_PTR_EQ(test, ret, expect); in KUNIT_ARRAY_PARAM_DESC() 212 expect = &c1; in KUNIT_ARRAY_PARAM_DESC() 215 KUNIT_EXPECT_PTR_EQ(test, ret, expect); in KUNIT_ARRAY_PARAM_DESC()
|
| /linux/arch/arm64/kernel/ |
| H A D | reloc_test_core.c | 36 u64 expect; member 62 ret == funcs[i].expect ? "pass" : "fail"); in reloc_test_init() 63 if (ret != funcs[i].expect) in reloc_test_init() 65 funcs[i].expect, ret); in reloc_test_init()
|