Searched refs:fail (Results 51 - 75 of 1251) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-retval.tc8 fail() { # msg
34 fail "Return value can not be printed in signed decimal format"
41 fail "Return value can not be printed in hexadecimal format"
H A Dfunc_set_ftrace_file.tc15 fail() { # mesg
68 fail "Expected only $ALL_FUNCS"
73 fail "Expected $ALL_FUNCS and $FUNC1:traceoff:unlimited"
78 fail "Expected $FUNC1 and $FUNC1:traceoff:unlimited"
83 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited"
88 fail "Expected $FUNC1 $FUNC2 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited"
93 fail "Expected $FUNC1 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited"
98 fail "Expected $ALL_FUNCS $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited"
104 fail "Expected $ALL_FUNCS"
109 fail "Expecte
[all...]
H A Dfunc-filter-pid.tc32 fail() { # msg
60 fail "PID filtering not working?"
81 fail "PID filtering not following fork?"
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c83 static void fail(const char *fmt, ...) function
133 fail("Usage: %s [infile] [outfile]\n", argv[0]);
140 fail("Cannot open %s: %s\n", infile, strerror(errno));
143 fail("Failed stat for %s: %s\n", infile, strerror(errno));
147 fail("Failed to map %s: %s\n", infile, strerror(errno));
154 fail("Not an ELF file\n");
157 fail("Unsupported ELF class\n");
162 fail("Not a shared object\n");
165 fail("Unsupported architecture %#x\n", inhdr->e_machine);
170 fail("Unsupporte
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c100 SYS(fail, "ip netns add %s", NS_TEST);
101 SYS(fail, "ip -net %s -6 addr add %s/128 dev lo nodad", NS_TEST, IPV6_IFACE_ADDR);
102 SYS(fail, "ip -net %s link set dev lo up", NS_TEST);
106 goto fail;
109 if (!ASSERT_OK(err, "AF_ALG init fail"))
110 goto fail;
114 goto fail;
123 goto fail;
128 goto fail;
131 goto fail;
[all...]
H A Dtest_tunnel.c105 SYS(fail, "ip netns add at_ns0");
106 SYS(fail, "ip link add veth0 address " MAC_VETH1 " type veth peer name veth1");
107 SYS(fail, "ip link set veth0 netns at_ns0");
108 SYS(fail, "ip addr add " IP4_ADDR1_VETH1 "/24 dev veth1");
109 SYS(fail, "ip link set dev veth1 up mtu 1500");
110 SYS(fail, "ip netns exec at_ns0 ip addr add " IP4_ADDR_VETH0 "/24 dev veth0");
111 SYS(fail, "ip netns exec at_ns0 ip link set dev veth0 up mtu 1500");
114 fail:
129 SYS(fail, "ip netns exec at_ns0 ip link add dev %s type vxlan external gbp dstport 4789",
131 SYS(fail, "i
[all...]
H A Dfib_lookup.c151 SYS(fail, "ip link add veth1 type veth peer name veth2");
152 SYS(fail, "ip link set dev veth1 up");
153 SYS(fail, "ip link set dev veth2 up");
157 goto fail;
161 goto fail;
163 SYS(fail, "ip addr add %s/64 dev veth1 nodad", IPV6_IFACE_ADDR);
164 SYS(fail, "ip neigh add %s dev veth1 nud failed", IPV6_NUD_FAILED_ADDR);
165 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV6_NUD_STALE_ADDR, DMAC);
167 SYS(fail, "ip addr add %s/24 dev veth1", IPV4_IFACE_ADDR);
168 SYS(fail, "i
[all...]
H A Dlwt_reroute.c66 /* We won't get a reply. Don't fail here */
164 SYS(fail, "ip link add link_err type dummy");
165 SYS(fail, "ip link set lo up");
166 SYS(fail, "ip addr add dev lo " LOCAL_SRC "/32");
167 SYS(fail, "ip link set link_err up");
168 SYS(fail, "ip link set %s up", tun_dev);
170 SYS(fail, "ip route add %s dev link_err encap bpf xmit obj %s sec lwt_xmit",
173 SYS(fail, "ip rule add pref 100 from all fwmark %d lookup 100",
175 SYS(fail, "ip route add t 100 default dev %s", tun_dev);
179 fail
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dlg2160.c133 goto fail;
140 fail:
171 goto fail;
176 goto fail;
179 fail:
226 goto fail;
230 fail:
245 goto fail;
254 fail:
268 goto fail;
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c68 goto fail;
87 fail:
99 goto fail;
112 fail:
124 goto fail;
137 fail:
149 goto fail;
165 fail:
177 goto fail;
193 fail
[all...]
H A Dmxl111sf-tuner.c142 goto fail;
165 goto fail;
172 goto fail;
179 goto fail;
182 fail:
198 goto fail;
203 goto fail;
212 goto fail;
223 goto fail;
227 fail
[all...]
/linux-master/security/apparmor/
H A Dpolicy_unpack.c181 goto fail;
185 goto fail;
190 fail:
239 goto fail;
241 /* if a name is specified and there is no name tag fail */
242 goto fail;
249 fail:
261 goto fail;
268 fail:
279 goto fail;
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Devent-no-pid.tc17 fail() { #msg
81 fail "Filtered out task has events"
86 fail "No other events were recorded"
108 fail "Filtered out task has events"
113 fail "Child of filtered out taskhas events"
118 fail "No other events were recorded"
/linux-master/net/6lowpan/
H A Dnhc_udp.c40 bool fail; local
43 fail = lowpan_fetch_skb(skb, &tmp, sizeof(tmp));
48 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source));
49 fail |= lowpan_fetch_skb(skb, &uh.dest, sizeof(uh.dest));
52 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source));
53 fail |= lowpan_fetch_skb(skb, &val, sizeof(val));
57 fail |= lowpan_fetch_skb(skb, &val, sizeof(val));
59 fail |= lowpan_fetch_skb(skb, &uh.dest, sizeof(uh.dest));
62 fail |= lowpan_fetch_skb(skb, &val, sizeof(val));
76 fail
[all...]
/linux-master/tools/testing/selftests/net/lib/py/
H A Dutils.py11 def __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5):
26 self.process(terminate=False, fail=fail, timeout=timeout)
28 def process(self, terminate=True, fail=None, timeout=5):
29 if fail is None:
30 fail = not terminate
41 if self.proc.returncode != 0 and fail:
49 def __init__(self, comm, shell=True, fail=None, ns=None, host=None,
52 shell=shell, fail=fail, n
[all...]
/linux-master/tools/testing/selftests/kselftest/
H A Dmodule.sh61 fail ""
70 fail() { function
/linux-master/tools/testing/selftests/arm64/fp/
H A Dzt-ptrace.c125 bool fail = false; local
135 fail = true;
142 fail = true;
148 fail = true;
152 ksft_test_result(!fail, "ptrace_za_disabled_read_zt\n");
161 bool fail = false; local
168 fail = true;
174 fail = true;
181 fail = true;
185 ksft_test_result(!fail, "ptrace_set_get_z
197 bool fail = false; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dva_high_addr_switch.sh16 fail() function
26 [[ -f "${config}" ]] || fail "Cannot find kernel config in /proc or /boot"
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-snapshot.tc6 fail() { #msg
24 fail "snapshot trigger on sched_process_fork did not work"
H A Dtrigger-trace-marker-snapshot.tc7 fail() { #msg
24 fail "$line does not have >$x< in it"
/linux-master/arch/um/drivers/
H A Drtc_user.c33 goto fail;
38 goto fail;
46 goto fail;
51 fail:
/linux-master/fs/efs/
H A Dsymlink.c26 goto fail;
32 goto fail;
38 goto fail;
46 fail:
/linux-master/tools/testing/vsock/
H A Dcontrol.h14 bool control_cmpln(char *line, const char *str, bool fail);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c45 static sig_atomic_t fail, broken; variable
55 fail = (ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[i]);
56 if (fail) {
65 fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]);
66 if (fail) {
H A Dtm-signal-context-chk-gpr.c37 static sig_atomic_t fail, broken; variable
57 fail = (ucp->uc_mcontext.gp_regs[R14 + i] != gprs[i]);
58 if (fail) {
67 fail = (tm_ucp->uc_mcontext.gp_regs[R14 + i] != gprs[NV_GPR_REGS + i]);
68 if (fail) {

Completed in 259 milliseconds

1234567891011>>