| /linux/lib/tests/ |
| H A D | stackinit_kunit.c | 203 #define DEFINE_TEST_DRIVER(name, var_type, which, xfail) \ argument 251 if (sum != 0 && xfail) \ 258 #define DEFINE_TEST(name, var_type, which, init_level, xfail) \ argument 301 DEFINE_TEST_DRIVER(name, var_type, which, xfail) 385 #define DEFINE_SCALAR_TEST(name, init, xfail) \ argument 387 init, xfail) 389 #define DEFINE_SCALAR_TESTS(init, xfail) \ argument 390 DEFINE_SCALAR_TEST(u8, init, xfail); \ 391 DEFINE_SCALAR_TEST(u16, init, xfail); \ 392 DEFINE_SCALAR_TEST(u32, init, xfail); \ [all …]
|
| /linux/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 138 xfail grep -q "bar" $OUTFILE 139 xfail grep -q "baz" $OUTFILE
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | lib_sh_test.sh | 59 xfail() function 100 local status_names=(pass fail xfail xpass skip) 157 local status_names=(pass fail xfail xpass skip)
|
| H A D | local_termination.sh | 276 xfail \ 294 xfail \
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 1198 struct __test_xfail *xfail; in __run_test() 1235 for (xfail = variant->xfails; xfail; xfail = xfail->next) in __run_test() 1236 if (xfail->test == t) in __run_test() 1238 if (xfail) in __run_test() 1192 struct __test_xfail *xfail; __run_test() local
|
| /linux/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/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/lib/ |
| H A D | test_vmalloc.c | 424 bool xfail; member 505 else if (ret && test_case_array[index].xfail) in test_func()
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 64 # Totals: pass:4 fail:5 xfail:0 xpass:0 skip:0 error:0
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-test-howto.rst | 197 # Totals: pass:16 fail:0 xfail:0 xpass:0 skip:0 error:0 220 # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0
|
| /linux/tools/testing/selftests/net/ |
| H A D | icmp_redirect.sh | 67 local xfail=$4 72 elif [ ${rc} -eq ${xfail} ]; then
|
| H A D | lib.sh | 478 xfail() 477 xfail() global() function
|
| /linux/tools/testing/selftests/mm/ |
| H A D | cow.c | 175 child_fn fn, bool xfail) in do_test_cow_in_parent() argument 235 } else if (xfail) { in do_test_cow_in_parent() 275 bool before_fork, bool xfail) in do_test_vmsplice_in_parent() argument 366 } else if (xfail) { in do_test_vmsplice_in_parent()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 771 @pytest.mark.xfail
|