Searched refs:FAIL (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/futex/include/ |
D | logging.h | 53 const char *FAIL = FAIL_NORMAL; variable 76 FAIL = FAIL_COLOR; in log_color() 80 FAIL = FAIL_NORMAL; in log_color() 145 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
|
/tools/testing/selftests/futex/ |
D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 45 FAIL: Reason for test failure 48 # there may be multiple ERROR or FAIL messages 49 Result: (PASS|FAIL|ERROR)
|
/tools/testing/selftests/bpf/ |
D | test_xdp_redirect_multi.sh | 33 FAIL=0 50 FAIL=$((FAIL + 1)) 213 echo "Summary: PASS $PASS, FAIL $FAIL" 214 [ $FAIL -eq 0 ] && exit 0 || exit 1
|
D | test_kmod.sh | 45 dmesg | grep FAIL
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_listen.c | 38 #define FAIL(fmt...) _FAIL(0, fmt) macro 44 FAIL("%s: %s", (msg), __buf); \ 263 FAIL("unsupported address family %d", family); in init_addr_loopback() 466 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert() 994 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 1003 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected() 1008 FAIL("%s: incomplete recv", log_prefix); in redir_to_connected() 1105 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 1114 FAIL("%s: want drop count 1, have %d", log_prefix, drop); in redir_to_listening() 1228 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() [all …]
|
/tools/time/ |
D | udelay_test.sh | 53 count=`grep -c FAIL $tmp_file`
|
/tools/testing/selftests/ftrace/ |
D | ftracetest | 253 FAIL=1 # The test failed, but was expected to succeed. 295 $FAIL) 337 SIG_FAIL=$((SIG_BASE + FAIL))
|
D | README | 55 * FAIL: The test failed, but was expected to succeed. The test which exits
|
/tools/testing/selftests/x86/ |
D | syscall_numbering.c | 94 msg(FAIL, fmt, ## __VA_ARGS__); \ 101 msg(FAIL, fmt, ## __VA_ARGS__); \
|
/tools/testing/selftests/netfilter/ |
D | nft_nat_zones.sh | 279 echo FAIL: Failure to connect for $cl 1>&2
|
D | nft_concat_range.sh | 1576 printf "[FAIL]\n"
|