Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 13 of 13) sorted by relevance

/tools/testing/ktest/
Dktest.pl1499 sub fail { subroutine
1550 (fail "unable to exec $command" and return 0);
1900 fail "failed - got a bug report" and return 0;
1905 fail "failed - never got a boot prompt." and return 0;
2093 fail "New warning found (not in $warnings_file)\n$_\n";
2129 fail "$file built with warnings" and return 0;
2294 fail "failed build" and return 0;
2468 fail "test abort" and return -2;
2486 fail "unknown default action: $bisect_ret_default"
2494 fail "test failed" and return 0;
[all …]
/tools/lib/traceevent/
Dparse-filter.c274 int fail = 0; in find_event() local
318 fail = 1; in find_event()
330 if (fail) in find_event()
977 goto fail; in process_filter()
983 goto fail; in process_filter()
1003 goto fail; in process_filter()
1011 goto fail; in process_filter()
1017 goto fail; in process_filter()
1027 goto fail; in process_filter()
1045 goto fail; in process_filter()
[all …]
Devent-parse.c1199 goto fail; in event_read_name()
1203 fail: in event_read_name()
1220 goto fail; in event_read_id()
1226 fail: in event_read_id()
1306 goto fail; in event_read_fields()
1321 goto fail; in event_read_fields()
1325 goto fail; in event_read_fields()
1331 goto fail; in event_read_fields()
1357 goto fail; in event_read_fields()
1374 goto fail; in event_read_fields()
[all …]
/tools/testing/selftests/cpu-hotplug/
Don-off-test.sh91 echo $FUNCNAME $cpu: unexpected fail >&2
113 echo $FUNCNAME $cpu: unexpected fail >&2
/tools/testing/selftests/memory-hotplug/
Don-off-test.sh77 echo $FUNCNAME $memory: unexpected fail >&2
99 echo $FUNCNAME $memory: unexpected fail >&2
/tools/perf/util/
Dstring.c143 goto fail; in argv_split()
152 fail: in argv_split()
Dparse-events.c598 struct list_head *head, int fail) in config_attr() argument
603 if (config_term(attr, term) && fail) in config_attr()
/tools/testing/ktest/examples/include/
Ddefaults.conf142 DEFAULTS ELSE IF ${REBOOT} == fail
/tools/testing/selftests/ftrace/
DREADME44 * The tests can return some result codes instead of pass or fail by
70 * XFAIL: The test failed, and was expected to fail.
/tools/power/cpupower/utils/
Dcpuidle-info.c134 static inline void cpuidle_exit(int fail) in cpuidle_exit() argument
/tools/testing/selftests/
DREADME.txt60 * Don't cause the top-level "make run_tests" to fail if your feature is
/tools/net/
Dbpf_dbg.c1175 static uint32_t pass = 0, fail = 0; in cmd_run() local
1194 fail++; in cmd_run()
1200 rl_printf("bpf passes:%u fails:%u\n", pass, fail); in cmd_run()
1205 pass = fail = 0; in cmd_run()
/tools/perf/
Dbuiltin-trace.c1190 goto fail; in thread__trace()
1196 goto fail; in thread__trace()
1202 fail: in thread__trace()