Searched refs:fail (Results 1 - 25 of 1244) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dtracing-error-log.tc8 fail() { #msg
H A Dfgraph-filter.tc8 fail() { # msg
20 fail "can not enable schedule filter"
31 fail "Graph filtering not working by itself?"
37 fail "No schedule traces found?"
H A Dfunc_profiler.tc18 fail() { # mesg
44 fail "more than schedule was found"
50 fail "can not find schedule in trace"
61 fail "no other functions besides schedule was found"
H A Dfgraph-filter-stack.tc15 fail() { # msg
28 fail "can not enable schedule filter"
46 fail "Graph filtering not working with stack tracer?"
52 fail "No schedule traces found?"
63 fail "Graph filtering not working after stack tracer disabled?"
68 fail "No schedule traces found?"
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-event-createremove.tc6 fail() { #msg
15 fail "Failed to create wakeup_latency synthetic event"
23 fail "Failed to delete wakeup_latency synthetic event"
31 fail "Created wakeup_latency synthetic event with an invalid format"
H A Dtrigger-onmax-action-hist.tc6 fail() { #msg
15 fail "Failed to create wakeup_latency synthetic event"
25 fail "Failed to create onmax action inter-event histogram"
H A Dtrigger-snapshot-action-hist.tc6 fail() { #msg
23 fail "Failed to create onchange action inter-event histogram"
27 fail "Failed to create snapshot action inter-event histogram"
H A Dtrigger-onchange-action-hist.tc6 fail() { #msg
19 fail "Failed to create onchange action inter-event histogram"
H A Dtrigger-synthetic-event-stack-legacy.tc6 fail() { #msg
21 fail "Failed to create synthetic event with stack"
H A Dtrigger-synthetic-event-stack.tc6 fail() { #msg
20 fail "Failed to create synthetic event with stack"
H A Dtrigger-onmatch-onmax-action-hist.tc6 fail() { #msg
15 fail "Failed to create wakeup_latency synthetic event"
27 fail "Failed to create onmatch-onmax action inter-event histogram"
H A Dtrigger-onmatch-action-hist.tc6 fail() { #msg
15 fail "Failed to create wakeup_latency synthetic event"
27 fail "Failed to create onmatch action inter-event histogram"
H A Dtrigger-trace-action-hist.tc6 fail() { #msg
15 fail "Failed to create wakeup_latency synthetic event"
28 fail "Failed to create trace action inter-event histogram"
H A Dtrigger-synthetic-event-dynstring.tc6 fail() { #msg
15 fail "Failed to create ping_test_latency synthetic event"
28 fail "Failed to create dynamic string trace action inter-event histogram"
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-hist.tc7 fail() { #msg
17 fail "hist trigger did not trigger correct times on trace_marker"
H A Dtrigger-trace-marker-synthetic.tc7 fail() { #msg
24 fail "hist trace_marker trigger did not trigger correctly"
28 fail "hist trigger did not trigger "
H A Dtrigger-trace-marker-synthetic-kernel.tc7 fail() { #msg
22 fail "hist trigger did not trigger correct times on trace_marker"
25 fail "hist trigger did not trigger "
/linux-master/tools/testing/selftests/ftrace/test.d/preemptirq/
H A Dirqsoff_tracer.tc8 fail() {
36 modprobe $MOD test_mode=preempt delay=500000 || fail
37 rmmod $MOD || fail
38 modprobe $MOD test_mode=preempt delay=500000 || fail
39 rmmod $MOD || fail
40 modprobe $MOD test_mode=preempt delay=500000 || fail
41 rmmod $MOD || fail
46 grep -q "tracer: preemptoff" trace || fail
49 grep -E -q "5.....us : <stack trace>" trace || fail
52 grep -E -q "latency: 5..... us" trace || fail
[all...]
/linux-master/tools/testing/selftests/user_events/
H A Duser_events_selftests.h19 static inline bool tracefs_enabled(char **message, bool *fail, bool *umount) argument
25 *fail = false;
42 *fail = true;
53 *fail = true;
60 static inline bool user_events_enabled(char **message, bool *fail, bool *umount) argument
66 *fail = false;
71 *fail = true;
75 if (!tracefs_enabled(message, fail, umount))
89 *fail = true;
99 bool fail; \
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-001.c36 static void fail(const char *fmt, unsigned long a, unsigned long b) function
66 fail("/proc/self/map_files/ %lx-%lx", a, b);
67 fail("/proc/self/map_files/%lx -%lx", a, b);
68 fail("/proc/self/map_files/%lx- %lx", a, b);
69 fail("/proc/self/map_files/%lx-%lx ", a, b);
70 fail("/proc/self/map_files/0%lx-%lx", a, b);
71 fail("/proc/self/map_files/%lx-0%lx", a, b);
73 fail("/proc/self/map_files/100000000%lx-%lx", a, b);
74 fail("/proc/self/map_files/%lx-100000000%lx", a, b);
76 fail("/pro
[all...]
H A Dproc-self-map-files-002.c36 static void fail(const char *fmt, unsigned long a, unsigned long b) function
78 fail("/proc/self/map_files/ %lx-%lx", a, b);
79 fail("/proc/self/map_files/%lx -%lx", a, b);
80 fail("/proc/self/map_files/%lx- %lx", a, b);
81 fail("/proc/self/map_files/%lx-%lx ", a, b);
82 fail("/proc/self/map_files/0%lx-%lx", a, b);
83 fail("/proc/self/map_files/%lx-0%lx", a, b);
85 fail("/proc/self/map_files/100000000%lx-%lx", a, b);
86 fail("/proc/self/map_files/%lx-100000000%lx", a, b);
88 fail("/pro
[all...]
/linux-master/tools/testing/selftests/net/
H A Dnetns-name.sh19 fail() { function
29 ip -netns $NS link add name $DEV type dummy || fail
31 fail "Can't perform a netns move"
32 ip -netns $test_ns link show dev $DEV >> /dev/null || fail "Device not found after move"
33 ip -netns $test_ns link del $DEV || fail
39 ip -netns $NS link add name $DEV type dummy || fail
41 fail "Performed a netns move with a name conflict"
42 ip -netns $test_ns link show dev $DEV >> /dev/null || fail "Device not found after move"
43 ip -netns $NS link del $DEV || fail
44 ip -netns $test_ns link del $DEV || fail
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c114 SYS(fail, "ip netns add " NS0);
115 SYS(fail, "ip netns add " NS1);
116 SYS(fail, "ip netns add " NS2);
119 SYS(fail, "ip link add veth01 netns " NS0 " type veth peer name veth10 netns " NS1);
120 SYS(fail, "ip -net " NS0 " addr add " IP4_ADDR_VETH01 "/24 dev veth01");
121 SYS(fail, "ip -net " NS0 " link set dev veth01 up");
122 SYS(fail, "ip -net " NS1 " addr add " IP4_ADDR_VETH10 "/24 dev veth10");
123 SYS(fail, "ip -net " NS1 " link set dev veth10 up");
126 SYS(fail, "ip link add veth02 netns " NS0 " type veth peer name veth20 netns " NS2);
127 SYS(fail, "i
[all...]
H A Ddecap_sanity.c32 SYS(fail, "ip netns add %s", NS_TEST);
33 SYS(fail, "ip -net %s -6 addr add %s/128 dev lo nodad", NS_TEST, IPV6_IFACE_ADDR);
34 SYS(fail, "ip -net %s link set dev lo up", NS_TEST);
38 goto fail;
42 goto fail;
46 goto fail;
51 goto fail;
57 goto fail;
60 goto fail;
64 goto fail;
[all...]
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c169 int fail = 0; local
211 fail += check_execveat(fd, "", AT_EMPTY_PATH);
215 fail++;
220 * the interpreter will launch but fail to open the script because its
230 fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0,
234 fail += check_execveat(root_dfd, longpath + 1, 0);
237 return fail;
242 int fail = 0; local
280 fail += check_execveat(subdir_dfd, "../execveat", 0);
281 fail
[all...]

Completed in 156 milliseconds

1234567891011>>