| /tools/testing/selftests/futex/include/ |
| A 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/drivers/platform/x86/intel/ifs/ |
| A D | test_ifs.sh | 26 readonly FAIL="FAIL" 98 failed_info=$(grep ^"\[${FAIL}\]" "$IFS_LOG") 99 fail_num=$(grep -c ^"\[${FAIL}\]" "$IFS_LOG") 149 append_log "[$FAIL] $cmd failed. Return code is $ret" 162 EXIT_MAP[$KSFT_FAIL]=$FAIL 268 append_log "[$FAIL] Load ifs image $image_id failed with ret:$ret\n" 275 append_log "[$FAIL] current_batch:$image_info is not expected:$image_id" 279 append_log "[$FAIL] No IFS image file ${IMG_PATH}/${IMAGE_NAME}"\ 314 append_log "[$FAIL] Load invalid ifs image ret:$ret unexpectedly" 348 result="$FAIL"
|
| /tools/testing/selftests/kselftest_harness/ |
| A D | harness-selftest.expected | 14 # FAIL global.standalone_fail 25 # FAIL global.signal_fail 42 # FAIL fixture.fail 48 # FAIL fixture.timeout 61 # FAIL fixture_setup_failure.pass
|
| /tools/testing/selftests/x86/bugs/ |
| A D | its_permutations.py | 50 FAIL = '\033[91m' 57 r"^not ok \d+": FAIL, 62 r"fail:([1-9]\d*)": FAIL,
|
| /tools/testing/selftests/futex/ |
| A 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/nolibc/ |
| A D | nolibc-test.c | 160 FAIL, enumerator 311 result(llen, FAIL); in expect_syszr() 331 result(llen, FAIL); in expect_syseq() 354 result(llen, FAIL); in expect_sysne() 384 result(llen, FAIL); in expect_syserr2() 403 result(llen, FAIL); in expect_ptrzr() 422 result(llen, FAIL); in expect_ptrnz() 440 result(llen, FAIL); in expect_ptreq() 458 result(llen, FAIL); in expect_ptrne() 538 result(llen, FAIL); in expect_ptrerr2() [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_redir.c | 157 FAIL("%s: expected failure: retval=%zd", prefix, n); in try_recv() 178 FAIL("unsupported: wanted verdict pass 0, have %u", pass); in handle_unsupported() 225 FAIL("incomplete send"); in test_send_redir_recv() 252 FAIL("unexpected verdict drop/pass: wanted 0/1, have %u/%u", in test_send_redir_recv() 256 FAIL("recv(): payload check, %02x != %02x", recv_buf, send_buf[0]); in test_send_redir_recv() 426 FAIL("open_and_load"); in test_map() 440 FAIL("Unsupported bpf_map_type"); in test_map()
|
| A D | socket_helpers.h | 38 #define FAIL(fmt...) _FAIL(0, fmt) macro 44 FAIL("%s: %s", (msg), __buf); \ 210 FAIL("unsupported address family %d", family); in init_addr_loopback() 387 FAIL("Unsupported socket type %#x", sotype); in create_pair()
|
| A D | sockmap_listen.c | 183 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert() 701 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 710 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected() 715 FAIL("%s: incomplete recv", log_prefix); in redir_to_connected() 825 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 930 FAIL("incomplete write"); in redir_partial() 934 FAIL("expect %zu, received %d", sizeof(buf) - 1, n); in redir_partial() 1034 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() 1135 FAIL("want drop count 1, have %d", drop); in test_reuseport_select_connected() 1205 FAIL("want drop count 1, have %d", drop); in test_reuseport_mixed_groups() [all …]
|
| A D | sockmap_basic.c | 1007 FAIL("xrecv_nonblock"); in test_sockmap_skb_verdict_vsock_poll()
|
| /tools/time/ |
| A D | udelay_test.sh | 53 count=`grep -c FAIL $tmp_file`
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nf_conntrack_packetdrill.sh | 60 echo FAIL
|
| A D | nft_nat_zones.sh | 192 [ "$ret" -ne 0 ] && "FAIL: Ping failure from $cl" 1>&2
|
| A D | nft_concat_range.sh | 1957 printf "[FAIL]\n"
|
| /tools/testing/selftests/bpf/ |
| A D | test_kmod.sh | 51 dmesg | grep FAIL
|
| A D | README.rst | 337 …test_xdpwall:FAIL:Does LLVM have https://github.com/llvm/llvm-project/commit/ea72b0319d7b0f0c2fcf4…
|
| /tools/testing/selftests/ftrace/ |
| A D | ftracetest | 273 FAIL=1 # The test failed, but was expected to succeed. 337 $FAIL) 385 SIG_FAIL=$((SIG_BASE + FAIL))
|
| A D | README | 55 * FAIL: The test failed, but was expected to succeed. The test which exits
|
| /tools/testing/selftests/x86/ |
| A D | syscall_numbering.c | 95 msg(FAIL, fmt, ## __VA_ARGS__); \ 102 msg(FAIL, fmt, ## __VA_ARGS__); \
|
| /tools/testing/selftests/net/ |
| A D | lib.sh | 368 log_test_result "$test_name" "$opt_str" FAIL "$retmsg"
|