/Linux-v5.15/tools/testing/selftests/ |
D | kselftest_harness.h | 32 * FIXTURE(my_fixture) { 191 .fixture = &_fixture_global, \ 211 * Almost always, you want just FIXTURE() instead (see below). 212 * This call may be used when the type of the fixture data 219 * FIXTURE() - Called once per fixture to setup the data and 222 * @fixture_name: fixture name 226 * FIXTURE(fixture_name) { 234 #define FIXTURE(fixture_name) \ macro 246 * FIXTURE_SETUP() - Prepares the setup function for the fixture. 249 * @fixture_name: fixture name [all …]
|
/Linux-v5.15/drivers/usb/misc/ |
D | Kconfig | 194 tristate "USB EHSET Test Fixture driver" 196 Say Y here if you want to support the special test fixture device 199 When the test fixture is connected, it can enumerate as one of several 201 the downstream port to which the test fixture is attached.
|
D | ehset.c | 131 MODULE_DESCRIPTION("USB Driver for EHSET Test Fixture");
|
/Linux-v5.15/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 60 * The fixture setup is completed at this point. The tests will run. in __child() 65 * side has closed the sk. This occurs during fixture teardown time, in __child() 116 FIXTURE(child) in FIXTURE() function
|
D | pidfd_setns_test.c | 52 FIXTURE(current_nsset) in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/exec/ |
D | non-regular.c | 36 FIXTURE(file) { in FIXTURE() function 170 FIXTURE(sock) in FIXTURE() function
|
/Linux-v5.15/scripts/kconfig/tests/ |
D | conftest.py | 9 This provides fixture functions commonly used from test files. 292 @pytest.fixture(scope="module")
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/ |
D | arm,integrator.yaml | 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
|
/Linux-v5.15/tools/testing/selftests/perf_events/ |
D | sigtrap_threads.c | 103 FIXTURE(sigtrap_threads) in FIXTURE() function
|
D | remove_on_exec.c | 69 FIXTURE(remove_on_exec) in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 228 FIXTURE(move_mount_set_group) { in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/sgx/ |
D | main.c | 110 FIXTURE(enclave) { in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/landlock/ |
D | ptrace_test.c | 62 FIXTURE(hierarchy) { }; in FIXTURE() function
|
D | fs_test.c | 224 FIXTURE(layout1) { in FIXTURE() function 2073 FIXTURE(layout1_bind) { in FIXTURE() function 2414 FIXTURE(layout2_overlay) { in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/rtc/ |
D | rtctest.c | 26 FIXTURE(rtc) { in FIXTURE() function
|
/Linux-v5.15/Documentation/dev-tools/ |
D | kselftest.rst | 335 :functions: TH_LOG TEST TEST_SIGNAL FIXTURE FIXTURE_DATA FIXTURE_SETUP
|
/Linux-v5.15/drivers/zorro/ |
D | zorro.ids | 45 6100 A3000 Test Fixture [Miscellaneous Expansion Card]
|
/Linux-v5.15/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1033 FIXTURE(TRAP) { in FIXTURE() function 1144 FIXTURE(precedence) { in FIXTURE() function 1634 FIXTURE(TRACE_poke) { in FIXTURE() function 1998 FIXTURE(TRACE_syscall) { in FIXTURE() function 2458 * later join attempt during fixture teardown. Any remaining threads 2472 FIXTURE(TSYNC) { in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 378 FIXTURE(mount_setattr) { in FIXTURE() function 1003 FIXTURE(mount_setattr_idmapped) { in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/net/ |
D | tls.c | 69 FIXTURE(tls_basic) in FIXTURE() function 139 FIXTURE(tls) in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/vm/ |
D | hmm-tests.c | 56 FIXTURE(hmm) in FIXTURE() function 63 FIXTURE(hmm2) in FIXTURE() function
|
/Linux-v5.15/tools/testing/selftests/nci/ |
D | nci_dev.c | 298 FIXTURE(NCI) { in FIXTURE() function
|
/Linux-v5.15/include/kunit/ |
D | test.h | 224 * test case, similar to the notion of a *test fixture* or a *test class*
|