Home
last modified time | relevance | path

Searched refs:PASS (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/futex/include/
Dlogging.h51 const char *PASS = PASS_NORMAL; variable
74 PASS = PASS_COLOR; in log_color()
78 PASS = PASS_NORMAL; in log_color()
/tools/testing/selftests/bpf/
Dtest_xdp_redirect_multi.sh32 PASS=0
44 PASS=$((PASS + 1))
213 echo "Summary: PASS $PASS, FAIL $FAIL"
Dtest_select_reuseport_common.h14 PASS, enumerator
/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c334 case PASS: in result_to_str()
399 RET_ERR(err != len && expected >= PASS, in send_data()
418 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
419 RET_IF((nev <= 0 && expected >= PASS) || in do_test()
420 (nev > 0 && expected < PASS), in do_test()
429 if (expected < PASS) in do_test()
499 expected_results[PASS]++; in test_pass()
501 do_test(type, family, &cmd, PASS); in test_pass()
517 expected_results[PASS] += 2; in test_syncookie()
530 do_test(type, family, &cmd, PASS); in test_syncookie()
[all …]
/tools/testing/selftests/bpf/progs/
Dtest_select_reuseport_kern.c167 GOTO_DONE(PASS); in _select_by_skb_data()
183 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
/tools/testing/selftests/futex/
DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
49 Result: (PASS|FAIL|ERROR)
/tools/testing/selftests/ftrace/
Dftracetest252 PASS=0 # The test succeeded.
290 $PASS)
DREADME52 * PASS: The test succeeded as expected. The test which exits with 0 is
/tools/testing/selftests/vm/
Dhugetlb_reparenting_test.sh249 echo ALL PASS