Searched refs:xfail (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | stackinit_kunit.c | 251 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 D | test-bootconfig.sh | 36 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 D | cmsg_time.sh | 41 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 D | icmp_redirect.sh | 67 local xfail=$4 72 elif [ ${rc} -eq ${xfail} ]; then
|
| H A D | lib.sh | 428 xfail() function
|
| /linux-6.15/tools/testing/selftests/net/forwarding/ |
| H A D | lib_sh_test.sh | 54 xfail() function 95 local status_names=(pass fail xfail xpass skip) 150 local status_names=(pass fail xfail xpass skip)
|
| H A D | local_termination.sh | 274 xfail \ 292 xfail \
|
| /linux-6.15/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 1212 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 D | stats.c | 27 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 D | README.rst | 115 # # 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 D | cow.c | 202 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 D | pci-test-howto.rst | 197 # Totals: pass:16 fail:0 xfail:0 xpass:0 skip:0 error:0
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 771 @pytest.mark.xfail
|