Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 20 of 20) sorted by relevance

/tools/testing/selftests/futex/include/
A Dlogging.h53 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 Dtest_ifs.sh26 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 Dharness-selftest.expected14 # 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 Dits_permutations.py50 FAIL = '\033[91m'
57 r"^not ok \d+": FAIL,
62 r"fail:([1-9]\d*)": FAIL,
/tools/testing/selftests/futex/
A DREADME37 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 Dnolibc-test.c160 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 Dsockmap_redir.c157 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 Dsocket_helpers.h38 #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 Dsockmap_listen.c183 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 Dsockmap_basic.c1007 FAIL("xrecv_nonblock"); in test_sockmap_skb_verdict_vsock_poll()
/tools/time/
A Dudelay_test.sh53 count=`grep -c FAIL $tmp_file`
/tools/testing/selftests/net/netfilter/
A Dnf_conntrack_packetdrill.sh60 echo FAIL
A Dnft_nat_zones.sh192 [ "$ret" -ne 0 ] && "FAIL: Ping failure from $cl" 1>&2
A Dnft_concat_range.sh1957 printf "[FAIL]\n"
/tools/testing/selftests/bpf/
A Dtest_kmod.sh51 dmesg | grep FAIL
A DREADME.rst337 …test_xdpwall:FAIL:Does LLVM have https://github.com/llvm/llvm-project/commit/ea72b0319d7b0f0c2fcf4…
/tools/testing/selftests/ftrace/
A Dftracetest273 FAIL=1 # The test failed, but was expected to succeed.
337 $FAIL)
385 SIG_FAIL=$((SIG_BASE + FAIL))
A DREADME55 * FAIL: The test failed, but was expected to succeed. The test which exits
/tools/testing/selftests/x86/
A Dsyscall_numbering.c95 msg(FAIL, fmt, ## __VA_ARGS__); \
102 msg(FAIL, fmt, ## __VA_ARGS__); \
/tools/testing/selftests/net/
A Dlib.sh368 log_test_result "$test_name" "$opt_str" FAIL "$retmsg"

Completed in 37 milliseconds