Searched refs:PASS (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/futex/include/ |
| A 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/drivers/platform/x86/intel/ifs/ |
| A D | test_ifs.sh | 25 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 D | xdp.py | 30 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 D | select_reuseport.c | 314 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 D | test_select_reuseport_common.h | 14 PASS, enumerator
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_select_reuseport_kern.c | 164 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 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/net/netfilter/ |
| A D | br_netfilter_queue.sh | 78 echo PASS: kernel not tainted
|
| A D | br_netfilter.sh | 168 echo PASS: kernel not tainted
|
| /tools/testing/selftests/ftrace/ |
| A D | ftracetest | 272 PASS=0 # The test succeeded. 331 $PASS)
|
| A D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is
|
| /tools/testing/selftests/mm/ |
| A D | hugetlb_reparenting_test.sh | 236 echo ALL PASS
|
Completed in 13 milliseconds