Searched refs:testlist (Results 1 – 11 of 11) sorted by relevance
| /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 | 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 | 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()
|
| /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 42 categories = set(map(lambda x: x['category'], testlist))
|
| H A D | tdc.py | 74 def get_required_plugins(self, testlist): argument 80 for t in testlist: 480 def prepare_run(pm, args, testlist): argument 481 tcount = len(testlist) 486 pm.call_pre_suite(tcount, testlist) 511 testlist = filtered_tests 512 tcount = len(testlist) 520 for tidx in testlist: 568 for tidx in testlist[count - 1:]: 661 testlist = json.load(test_data, object_pairs_hook=OrderedDict) [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:
|