Home
last modified time | relevance | path

Searched refs:testcases (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/of/unittest-data/
DMakefile1 obj-y += testcases.dtb.o
3 targets += testcases.dtb testcases.dtb.S
6 $(obj)/testcases.dtb.S \
7 $(obj)/testcases.dtb
D.gitignore1 testcases.dtb
2 testcases.dtb.S
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME3 This is a collection of testcases for ftrace tracing feature in the Linux
7 Running the ftrace testcases
11 To run all testcases:
15 To run specific testcases:
19 Or you can also run testcases under given directory:
23 Contributing new testcases
36 * You can add a directory for your testcases under test.d/ if needed.
/linux-4.4.14/Documentation/devicetree/
Dof_unittest.txt25 The Device Tree Source file (drivers/of/unittest-data/testcases.dts) contains
28 (.dtsi) are included in testcases.dts:
40 is used to compile the DT source file (testcases.dts) into a binary blob
41 (testcases.dtb), also referred as flattened DT.
44 assembly file (testcases.dtb.S).
49 The assembly file is compiled into an object file (testcases.dtb.o), and is
/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c697 test_fn_t testcases[] = { in test__hists_cumulate() local
722 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate()
723 err = testcases[i](evsel, machine); in test__hists_cumulate()
Dhists_output.c587 test_fn_t testcases[] = { in test__hists_output() local
613 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output()
614 err = testcases[i](evsel, machine); in test__hists_output()
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt75 * Have simple testcases for all of the above.
93 * Have simple testcases for every input validation failure case in your ioctl.
116 * Have testcases for the really tricky corner cases in your error recovery code
157 * Have testcases for corner-cases, especially whether the return values for
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt47 for some testcases. Consider setting probability=100 and configure
48 /sys/kernel/debug/fail*/interval for such testcases.
/linux-4.4.14/Documentation/
Drobust-futexes.txt211 robust-mutex testcases.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES596 testcases (including fsx, and even large file copy) to fail over time.