Searched refs:testcases (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/ftrace/ | 
| D | README | 3 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-v5.4/tools/testing/selftests/tc-testing/ | 
| D | tdc_helper.py | 10     testcases = dict() 13         testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15     return(testcases)
  | 
| D | tdc.py | 689     ucat, idlist, testcases, alltests = get_test_cases(args)
  | 
| /Linux-v5.4/tools/testing/selftests/vm/ | 
| D | va_128TBswitch.c | 42 static struct testcase testcases[] = {  variable 285 	ret = run_test(testcases, ARRAY_SIZE(testcases));  in main()
  | 
| /Linux-v5.4/Documentation/devicetree/ | 
| D | of_unittest.txt | 25 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-v5.4/tools/testing/selftests/powerpc/stringloops/ | 
| D | memcmp.c | 148 static int testcases(void)  in testcases()  function 158 	return test_harness(testcases, "memcmp");  in main()
  | 
| /Linux-v5.4/drivers/of/unittest-data/ | 
| D | Makefile | 2 obj-y += testcases.dtb.o
  | 
| /Linux-v5.4/tools/perf/tests/ | 
| D | hists_cumulate.c | 700 	test_fn_t testcases[] = {  in test__hists_cumulate()  local 726 	for (i = 0; i < ARRAY_SIZE(testcases); i++) {  in test__hists_cumulate() 727 		err = testcases[i](evsel, machine);  in test__hists_cumulate()
  | 
| D | hists_output.c | 586 	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-v5.4/Documentation/ioctl/ | 
| D | botching-up-ioctls.rst | 81  * Have simple testcases for all of the above. 99  * Have simple testcases for every input validation failure case in your ioctl. 122  * Have testcases for the really tricky corner cases in your error recovery code 163  * Have testcases for corner-cases, especially whether the return values for
  | 
| /Linux-v5.4/Documentation/gpu/ | 
| D | vkms.rst | 62 relevant igt testcases work on vkms.
  | 
| D | drm-uapi.rst | 86   userspace project. For e.g. mesa this means piglit testcases and review on the 248 should have driver-agnostic testcases in IGT for that feature, if such a test
  | 
| D | todo.rst | 195 Might be good to also have some igt testcases for this. 397 including tons of testcases for corner-cases in the modesetting API. It would
  | 
| /Linux-v5.4/Documentation/fault-injection/ | 
| D | fault-injection.rst | 64 	for some testcases.  Consider setting probability=100 and configure 65 	/sys/kernel/debug/fail*/interval for such testcases.
  | 
| /Linux-v5.4/Documentation/ | 
| D | robust-futexes.txt | 215 robust-mutex testcases.
  |