Home
last modified time | relevance | path

Searched refs:all_test_cases (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c225 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 …]
/third_party/node/test/parallel/
Dtest-whatwg-url-setters.js38 function runURLSettersTests(all_test_cases) { argument
39 for (var attribute_to_be_set in all_test_cases) {
43 var test_cases = all_test_cases[attribute_to_be_set];
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_tests.py567 def all_test_cases(self) -> Iterator[test_case.TestCase]: member in StorageFormat
734 lambda info: StorageFormatForward(info, 0).all_test_cases(),
736 lambda info: StorageFormatV0(info).all_test_cases(),
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py71 all_test_cases = _TEST_CASES + _ADDITIONAL_TEST_CASES
77 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]