Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat.sh65 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 Dconntrack_icmp_related.sh49 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 Dkmsan_test.c167 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 Drun.sh43 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 Dmirror_lib.sh37 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 Drseq-arm64-bits.h15 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 Drseq-ppc-bits.h15 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 Drseq-riscv-bits.h9 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 Drseq-x86-bits.h16 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 Drseq-arm-bits.h14 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 Drseq-mips-bits.h14 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 Drseq-s390-bits.h9 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 Drseq-riscv.h99 #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 Drseq-arm64.h154 #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 Dnf_conntrack_expect.c431 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 Dcheck-exec-tests.sh20 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 Dtpe.c31 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 Dhyperv_features.c33 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 Dsocket.c20 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 Dtrace_branch.c31 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 Dqos_headroom.sh67 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 Dqos_dscp_bridge.sh151 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 Dhelpers.rs49 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 Dchan.c196 const struct cfg80211_chan_def *ret, *expect; in KUNIT_ARRAY_PARAM_DESC() local
206 expect = params->compat ? &params->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 Dreloc_test_core.c36 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()

12345678910>>...12