Home
last modified time | relevance | path

Searched refs:test_filtering (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_test_filtering.py49 def test_filtering(self, changed_files=[], labels=_LIST_OF_LANGUAGE_LABELS): member in TestFilteringTest
98 self.test_filtering(['ffffoo/bar.baz'], [_LIST_OF_LANGUAGE_LABELS])
100 self.test_filtering(['src/core/foo.bar'], [_LIST_OF_LANGUAGE_LABELS])
102 self.test_filtering(['test/core/foo.bar'], [
107 self.test_filtering(['src/cpp/foo.bar'], [
111 self.test_filtering(['src/csharp/foo.bar'], [
115 self.test_filtering(['src/objective-c/foo.bar'], [
119 self.test_filtering(['src/php/foo.bar'], [
123 self.test_filtering(['src/python/foo.bar'], [
127 self.test_filtering(['src/ruby/foo.bar'], [
[all …]
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_test_filtering.py56 def test_filtering(self, changed_files=[], labels=_LIST_OF_LANGUAGE_LABELS): member in TestFilteringTest
107 self.test_filtering(["ffffoo/bar.baz"], [_LIST_OF_LANGUAGE_LABELS])
109 self.test_filtering(["src/core/foo.bar"], [_LIST_OF_LANGUAGE_LABELS])
111 self.test_filtering(
121 self.test_filtering(
129 self.test_filtering(
138 self.test_filtering(
147 self.test_filtering(
155 self.test_filtering(
164 self.test_filtering(
[all …]
/external/cronet/tot/testing/scripts/rust/
Dtest_filtering_unittests.py14 import test_filtering
15 from test_filtering import _TestFilter
16 from test_filtering import _TestFiltersGroup
17 from test_filtering import _SetOfTestFiltersGroups
222 test_filtering.add_cmdline_args(parser)
229 test_filtering.filter_tests(
243 test_filtering.add_cmdline_args(parser)
248 test_filtering.filter_tests(
256 output_test_list = test_filtering._shard_tests(input_test_list, input_env)
Dmain_program.py31 import test_filtering
42 test_filtering.add_cmdline_args(argparse_parser)
68 return test_filtering.filter_tests(argparse_parsed_args, env, tests)
/external/cronet/stable/testing/scripts/rust/
Dtest_filtering_unittests.py14 import test_filtering
15 from test_filtering import _TestFilter
16 from test_filtering import _TestFiltersGroup
17 from test_filtering import _SetOfTestFiltersGroups
222 test_filtering.add_cmdline_args(parser)
229 test_filtering.filter_tests(
243 test_filtering.add_cmdline_args(parser)
248 test_filtering.filter_tests(
256 output_test_list = test_filtering._shard_tests(input_test_list, input_env)
Dmain_program.py31 import test_filtering
42 test_filtering.add_cmdline_args(argparse_parser)
68 return test_filtering.filter_tests(argparse_parsed_args, env, tests)
/external/rust/android-crates-io/crates/criterion/tests/
Dcriterion_tests.rs262 fn test_filtering() { in test_filtering() function