Searched refs:all_test_cases (Results 1 – 4 of 4) sorted by relevance
225 struct all_test_cases;226 void do_EEXIST(struct all_test_cases *tc_ptr);227 void do_ENOENT(struct all_test_cases *tc_ptr);228 void do_ELOOP(struct all_test_cases *tc_ptr);229 void do_ENOTDIR(struct all_test_cases *tc_ptr);230 void do_EXDEV(struct all_test_cases *tc_ptr);231 void do_ENAMETOOLONG(struct all_test_cases *tc_ptr);232 void do_EINVAL(struct all_test_cases *tc_ptr);233 void do_readlink(struct all_test_cases *tc_ptr);234 void do_stat(struct all_test_cases *tc_ptr);[all …]
38 function runURLSettersTests(all_test_cases) { argument39 for (var attribute_to_be_set in all_test_cases) {43 var test_cases = all_test_cases[attribute_to_be_set];
567 def all_test_cases(self) -> Iterator[test_case.TestCase]: member in StorageFormat734 lambda info: StorageFormatForward(info, 0).all_test_cases(),736 lambda info: StorageFormatV0(info).all_test_cases(),
71 all_test_cases = _TEST_CASES + _ADDITIONAL_TEST_CASES77 if not all([test_case in all_test_cases for test_case in test_cases]):80 return [x for x in all_test_cases if x in test_cases]