Home
last modified time | relevance | path

Searched refs:xfail (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/lib/tests/
H A Dstackinit_kunit.c251 if (sum != 0 && xfail) \
395 init, xfail)
398 DEFINE_SCALAR_TEST(u8, init, xfail); \
399 DEFINE_SCALAR_TEST(u16, init, xfail); \
400 DEFINE_SCALAR_TEST(u32, init, xfail); \
403 STRING, init, xfail)
408 xfail)
413 xfail)
419 DEFINE_STRUCT_TEST(packed, init, xfail)
423 xfail); \
[all …]
/linux-6.15/tools/bootconfig/
H A Dtest-bootconfig.sh36 xfail() { # fail test command function
85 xfail grep -i "failed" $OUTFILE
86 xfail grep -i "error" $OUTFILE
101 xfail $BOOTCONF -a $TEMPCONF $INITRD
109 xfail $BOOTCONF -a $TEMPCONF $INITRD
137 xfail grep -q "bar" $OUTFILE
138 xfail grep -q "baz" $OUTFILE
/linux-6.15/tools/testing/selftests/net/
H A Dcmsg_time.sh41 local xfail=$5
45 if [ "$xfail" == "xfail" ]; then
84 [ "$KSFT_MACHINE_SLOW" = yes ] && xfail=xfail
91 check_result $? "$ts" "OK" "$prot - TXTIME rel" $xfail
H A Dicmp_redirect.sh67 local xfail=$4
72 elif [ ${rc} -eq ${xfail} ]; then
H A Dlib.sh428 xfail() function
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dlib_sh_test.sh54 xfail() function
95 local status_names=(pass fail xfail xpass skip)
150 local status_names=(pass fail xfail xpass skip)
H A Dlocal_termination.sh274 xfail \
292 xfail \
/linux-6.15/tools/testing/selftests/
H A Dkselftest_harness.h1212 struct __test_xfail *xfail; in __run_test() local
1250 for (xfail = variant->xfails; xfail; xfail = xfail->next) in __run_test()
1251 if (xfail->test == t) in __run_test()
1253 if (xfail) in __run_test()
/linux-6.15/fs/xfs/scrub/
H A Dstats.c27 uint32_t xfail; member
112 (unsigned int)css->xfail, in xchk_stats_format()
210 css->xfail++; in xchk_stats_merge_one()
/linux-6.15/tools/testing/selftests/drivers/net/
H A DREADME.rst115 # # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0
136 # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:1 error:0
/linux-6.15/tools/testing/selftests/mm/
H A Dcow.c202 child_fn fn, bool xfail) in do_test_cow_in_parent() argument
252 } else if (xfail) { in do_test_cow_in_parent()
290 bool before_fork, bool xfail) in do_test_vmsplice_in_parent() argument
374 } else if (xfail) { in do_test_vmsplice_in_parent()
/linux-6.15/Documentation/PCI/endpoint/
H A Dpci-test-howto.rst197 # Totals: pass:16 fail:0 xfail:0 xpass:0 skip:0 error:0
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py771 @pytest.mark.xfail