Searched refs:PASS (Results 1 – 9 of 9) sorted by relevance
/tools/testing/selftests/futex/include/ |
D | logging.h | 51 const char *PASS = PASS_NORMAL; variable 74 PASS = PASS_COLOR; in log_color() 78 PASS = PASS_NORMAL; in log_color()
|
/tools/testing/selftests/bpf/ |
D | test_xdp_redirect_multi.sh | 32 PASS=0 44 PASS=$((PASS + 1)) 213 echo "Summary: PASS $PASS, FAIL $FAIL"
|
D | test_select_reuseport_common.h | 14 PASS, enumerator
|
/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 334 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/ |
D | test_select_reuseport_kern.c | 167 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/ |
D | README | 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 49 Result: (PASS|FAIL|ERROR)
|
/tools/testing/selftests/ftrace/ |
D | ftracetest | 252 PASS=0 # The test succeeded. 290 $PASS)
|
D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is
|
/tools/testing/selftests/vm/ |
D | hugetlb_reparenting_test.sh | 249 echo ALL PASS
|