Home
last modified time | relevance | path

Searched full:fixture (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/tools/testing/selftests/
Dkselftest_harness.h32 * FIXTURE(my_fixture) {
187 .fixture = &_fixture_global, \
207 * Almost always, you want just FIXTURE() instead (see below).
208 * This call may be used when the type of the fixture data
215 * FIXTURE(fixture_name) - Called once per fixture to setup the data and
218 * @fixture_name: fixture name
222 * FIXTURE(fixture_name) {
230 #define FIXTURE(fixture_name) \ macro
242 * FIXTURE_SETUP(fixture_name) - Prepares the setup function for the fixture.
245 * @fixture_name: fixture name
[all …]
/Linux-v5.10/drivers/usb/misc/
DKconfig194 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.
Dehset.c143 MODULE_DESCRIPTION("USB Driver for EHSET Test Fixture");
/Linux-v5.10/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c60 * 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
Dpidfd_setns_test.c52 FIXTURE(current_nsset) in FIXTURE() function
/Linux-v5.10/tools/testing/selftests/exec/
Dnon-regular.c36 FIXTURE(file) { in FIXTURE() function
170 FIXTURE(sock) in FIXTURE() function
/Linux-v5.10/scripts/kconfig/tests/
Dconftest.py9 This provides fixture functions commonly used from test files.
288 @pytest.fixture(scope="module")
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/Linux-v5.10/tools/testing/selftests/rtc/
Drtctest.c26 FIXTURE(rtc) { in FIXTURE() function
/Linux-v5.10/Documentation/dev-tools/
Dkselftest.rst335 :functions: TH_LOG TEST TEST_SIGNAL FIXTURE FIXTURE_DATA FIXTURE_SETUP
/Linux-v5.10/drivers/zorro/
Dzorro.ids45 6100 A3000 Test Fixture [Miscellaneous Expansion Card]
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1029 FIXTURE(TRAP) { in FIXTURE() function
1140 FIXTURE(precedence) { in FIXTURE() function
1630 FIXTURE(TRACE_poke) { in FIXTURE() function
1985 FIXTURE(TRACE_syscall) { in FIXTURE() function
2445 * later join attempt during fixture teardown. Any remaining threads
2459 FIXTURE(TSYNC) { in FIXTURE() function
/Linux-v5.10/tools/testing/selftests/net/
Dtls.c28 FIXTURE(tls_basic) in FIXTURE() function
98 FIXTURE(tls) in FIXTURE() function
/Linux-v5.10/tools/testing/selftests/vm/
Dhmm-tests.c52 FIXTURE(hmm) in FIXTURE() function
59 FIXTURE(hmm2) in FIXTURE() function
/Linux-v5.10/include/kunit/
Dtest.h176 * test case, similar to the notion of a *test fixture* or a *test class*