Home
last modified time | relevance | path

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

/tools/testing/selftests/futex/include/
A 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/drivers/platform/x86/intel/ifs/
A Dtest_ifs.sh25 readonly PASS="PASS"
101 pass_num=$(grep -c ^"\[${PASS}\]" "$IFS_LOG")
161 EXIT_MAP[$KSFT_PASS]=$PASS
250 append_log "[$PASS] IFS sysfs $IFS_SCAN_SYSFS_PATH entry is created\n"
273 append_log "[$PASS] load IFS current_batch:$image_info"
312 append_log "[$PASS] Load invalid ifs image failed with ret:$ret not 0 as expected"
346 result="$PASS"
/tools/testing/selftests/drivers/net/
A Dxdp.py30 PASS = 0 # Pass the packet up to the stack variable in XDPAction
40 PASS = 1 # Count of packets passed up to the stack variable in XDPStats
187 elif stats_dump[key]["formatted"]["key"] == XDPStats.PASS.value:
188 stats_formatted[XDPStats.PASS.value] = val
212 _set_xdp_map("map_xdp_setup", TestConfig.MODE.value, XDPAction.PASS.value)
219 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.PASS.value], "RX and PASS stats mismatch")
381 if stats[XDPStats.RX.value] != stats[XDPStats.PASS.value]:
/tools/testing/selftests/bpf/prog_tests/
A Dselect_reuseport.c314 case PASS: in result_to_str()
379 RET_ERR(err != len && expected >= PASS, in send_data()
398 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
399 RET_IF((nev <= 0 && expected >= PASS) || in do_test()
400 (nev > 0 && expected < PASS), in do_test()
409 if (expected < PASS) in do_test()
479 expected_results[PASS]++; in test_pass()
481 do_test(type, family, &cmd, PASS); in test_pass()
497 expected_results[PASS] += 2; in test_syncookie()
510 do_test(type, family, &cmd, PASS); in test_syncookie()
[all …]
/tools/testing/selftests/bpf/
A Dtest_select_reuseport_common.h14 PASS, enumerator
/tools/testing/selftests/bpf/progs/
A Dtest_select_reuseport_kern.c164 GOTO_DONE(PASS); in _select_by_skb_data()
180 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
/tools/testing/selftests/futex/
A DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
49 Result: (PASS|FAIL|ERROR)
/tools/testing/selftests/net/netfilter/
A Dbr_netfilter_queue.sh78 echo PASS: kernel not tainted
A Dbr_netfilter.sh168 echo PASS: kernel not tainted
/tools/testing/selftests/ftrace/
A Dftracetest272 PASS=0 # The test succeeded.
331 $PASS)
A DREADME52 * PASS: The test succeeded as expected. The test which exits with 0 is
/tools/testing/selftests/mm/
A Dhugetlb_reparenting_test.sh236 echo ALL PASS

Completed in 13 milliseconds