Searched refs:should_skip_test (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | runner.c | 83 static bool should_skip_test(const struct scx_test *test, const char * filter) in should_skip_test() function 175 if (!should_skip_test(&__scx_tests[i], filter)) in main() 201 if (filter && should_skip_test(test, filter)) { in main()
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | unsigned-md5.c | 50 if (needs_tcp_md5 && should_skip_test(tst_name, KCONFIG_TCP_MD5)) in try_accept() 272 if (needs_tcp_md5 && should_skip_test(tst_name, KCONFIG_TCP_MD5)) in try_connect() 422 if (needs_tcp_md5 && should_skip_test(tst_name, KCONFIG_TCP_MD5)) in try_to_preadd() 424 if (needs_vrf && should_skip_test(tst_name, KCONFIG_NET_VRF)) in try_to_preadd() 447 if (needs_tcp_md5 && should_skip_test(tst_name, KCONFIG_TCP_MD5)) in try_to_add()
|
| H A D | setsockopt-closed.c | 536 if (!should_skip_test("ao required with MD5 key", KCONFIG_TCP_MD5)) { in test_einval_ao_info()
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | aolib.h | 153 static inline bool should_skip_test(const char *tst_name, in should_skip_test() function
|