| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | cpumodel_subfuncs_test.c | 238 } testlist[] = { variable 281 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 282 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 283 if (test_facility(testlist[idx].facility_bit)) { in main() 284 u8 *array = malloc(testlist[idx].array_size); in main() 286 testlist[idx].test((u8 (*)[testlist[idx].array_size])array); in main() 288 TEST_ASSERT_EQ(memcmp(testlist[idx].subfunc_array, in main() 289 array, testlist[idx].array_size), 0); in main() 291 ksft_test_result_pass("%s\n", testlist[idx].subfunc_name); in main() 295 testlist[idx].subfunc_name); in main()
|
| H A D | debug_test.c | 141 } testlist[] = { variable 154 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 155 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 156 testlist[idx].test(); in main() 157 ksft_test_result_pass("%s\n", testlist[idx].name); in main()
|
| H A D | user_operexec.c | 121 } testlist[] = { variable 134 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 135 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 136 testlist[idx].test(); in main() 137 ksft_test_result_pass("%s\n", testlist[idx].name); in main()
|
| H A D | resets.c | 288 } testlist[] = { variable 300 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 302 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 303 if (!testlist[idx].needs_cap || has_s390_vcpu_resets) { in main() 304 testlist[idx].test(); in main() 305 ksft_test_result_pass("%s\n", testlist[idx].name); in main() 308 testlist[idx].name); in main()
|
| H A D | cmma_test.c | 651 } testlist[] = { variable 687 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 689 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 690 testlist[idx].test(); in main() 691 ksft_test_result_pass("%s\n", testlist[idx].name); in main()
|
| H A D | memop.c | 1090 } testlist[] = { in main() local 1174 ksft_set_plan(ARRAY_SIZE(testlist)); in main() 1176 for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { in main() 1177 if (testlist[idx].requirements_met) { in main() 1178 testlist[idx].test(); in main() 1179 ksft_test_result_pass("%s\n", testlist[idx].name); in main() 1182 testlist[idx].name, extension_cap); in main()
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc_helper.py | 34 def list_test_cases(testlist): argument 36 for curcase in testlist: 40 def list_categories(testlist): argument 43 for t in testlist:
|
| H A D | tdc.py | 74 def get_required_plugins(self, testlist): argument 80 for t in testlist: 483 def prepare_run(pm, args, testlist): 484 tcount = len(testlist) 489 pm.call_pre_suite(tcount, testlist) 514 testlist = filtered_tests 515 tcount = len(testlist) 523 for tidx in testlist: 571 for tidx in testlist[count - 1:]: 664 testlist 480 prepare_run(pm, args, testlist) global() argument 819 filter_tests_by_id(args, testlist) global() argument 832 filter_tests_by_category(args, testlist) global() argument [all...] |
| H A D | TdcPlugin.py | 8 def pre_suite(self, testcount, testlist): argument 11 self.testlist = testlist
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | rootPlugin.py | 13 def pre_suite(self, testcount, testlist): argument 15 super().pre_suite(testcount, testlist)
|
| H A D | valgrindPlugin.py | 30 self.testidlist = [tidx['id'] for tidx in testlist] 31 super().pre_suite(testcount, testlist)
|
| H A D | nsPlugin.py | 25 def pre_suite(self, testcount, testlist): argument 26 super().pre_suite(testcount, testlist)
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-test.rst | 124 2. **testlist**: 130 cat /sys/kernel/debug/mmc0/mmc0:0001/testlist
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1764 def stitchTouchingThreads(self, testlist): argument 1772 for data in testlist:
|