Searched full:groups (Results 1 – 25 of 104) sorted by relevance
12345
17 "groups is undefined",18 "groups is undefined",19 "groups is undefined",20 "groups is undefined",21 "groups is undefined",22 "groups is undefined",23 "groups is undefined",24 "groups is undefined",25 "groups is undefined",26 "groups is undefined",[all …]
103 } else if (output[i].startsWith("Groups:")) {104 let tokens = output[i].replace("Groups:", "").split("\t");259 let groups = StdProcess.groups();262 let key : String = "groups" + i;266 res += attributes.get(key) == groups[i - 1] ? 0 : 1;456 failures += test(testGetGroups(attributes), "process.groups test");
30 print(result.indices.groups.first);31 print(result.indices.groups.last);32 print(result.groups.first);33 print(result.groups.last);39 print(result.indices.groups.first);40 print(result.indices.groups.last);41 print(result.groups.first);42 print(result.groups.last);47 print(result2.groups);
29 __GROUPS = "groups"47 # Test groups options49 "Test groups",50 "allowing to divide tests into groups and run groups separately")55 help='Quantity of groups used for automatic division. '61 help='run tests only of specified group number. Used only if --groups is set. '63 'If the value is more than the total number of groups the latest group is taken.')
40 @value(yaml_path="test-lists.groups.quantity", cli_name="groups", cast_to_type=_to_int)45 @value(yaml_path="test-lists.groups.number", cli_name="group_number", cast_to_type=_to_int)57 @value(yaml_path="test-lists.groups.chapters", cli_name="chapters")62 @value(yaml_path="test-lists.groups.chapters-file", cli_name="chapters_file")
46 "groups": self.groups.to_dict(),49 groups = GroupsOptions() variable in TestListsOptions
176 # Test groups options178 "Test groups",179 "allowing to divide tests into groups and run groups separately")181 '--groups', action='store', dest='groups',182 type=lambda arg: check_int(arg, "--groups", is_zero_allowed=False),184 help='Quantity of groups used for automatic division. '190 help='run tests only of specified group number. Used only if --groups is set. '192 'If the value is more than the total number of groups the latest group is taken.')
57 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",63 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",76 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",82 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",95 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",105 actual_value, refreshed_args = method(arg_list, "--groups")114 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",120 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",133 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",139 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",[all …]
35 "fail_on_verification:pre:into:post", "--groups", "1",46 'fail_on_verification:pre:into:post', '--groups', '1',57 "fail_on_verification:pre:into:post", "--groups", "1",68 option_name = "--groups"78 "--heap-verifier", "fail_on_verification:pre:into:post", "--groups", "1",84 '--heap-verifier', 'fail_on_verification:pre:into:post', '--groups',
88 std::vector<gid_t> groups(groupCount); in GetGroups() local89 groupCount = getgroups(groupCount, groups.data()); in GetGroups()94 groups.resize(groupCount); in GetGroups()97 if (std::find(groups.begin(), groups.end(), egid) == groups.end()) { in GetGroups()98 groups.push_back(egid); in GetGroups()101 return groups; in GetGroups()
99 groups = group_by_parent(re_data)120 for parent_name, nodes in groups.items():148 return groups156 groups = defaultdict(list)159 groups[parent].append(node)160 for parent in groups:161 groups[parent].sort(key=lambda x: x["ts"])162 return dict(groups)
277 if self.config.test_suite.groups.quantity > 1:283 groups = self.config.test_suite.groups.quantity284 n_group = self.config.test_suite.groups.number285 return n_group if n_group <= groups else groups288 groups = self.config.test_suite.groups.quantity290 return get_group_number(str(test.relative_to(self.test_root)), groups) == n_group324 if self.config.test_suite.filter != "*" and self.config.test_suite.groups.chapters:330 if self.config.test_suite.groups.chapters:338 for chapter in self.config.test_suite.groups.chapters:344 if path.isfile(self.config.test_suite.groups.chapters_file):[all …]
277 "Check values of filtering options: --filter, --groups and --group-number, "310 if self.config.test_lists.groups.quantity > 1:311 groups = self.config.test_lists.groups.quantity312 n_group = self.config.test_lists.groups.number313 n_group = n_group if n_group <= groups else groups314 … valid_tests = {test for test in valid_tests if get_group_number(test.test_id, groups) == n_group}340 if self.config.test_lists.filter != "*" and self.config.test_lists.groups.chapters:352 if self.config.test_lists.groups.chapters:362 for chapter in self.config.test_lists.groups.chapters:368 if path.isfile(self.config.test_lists.groups.chapters_file):[all …]
66 groups = match.groupdict()67 if "br" in groups:68 brs.append(Breakpoint(line_number=line_number, label=groups.get("br_label")))
25 groups = ["dev"]40 groups = ["dev"]52 groups = ["main", "dev"]72 groups = ["dev"]119 groups = ["dev"]145 groups = ["main", "dev"]226 groups = ["main"]241 groups = ["dev"]256 groups = ["main", "dev"]269 groups = ["main"][all …]
76 groups = [s_kw, Set.new(desc&.keyword_like), Set.new(desc&.custom_handler)]77 groups.combination(2).each { |a,b| raise "Conflicting keyword type" unless (a & b).empty? }80 groups.each { |group| active.merge(group) }
58 test262/data/other_tests/built-ins/RegExp/match-indices/indices-groups-object-undefined.js59 test262/data/other_tests/built-ins/RegExp/match-indices/indices-groups-object-unmatched.js60 test262/data/other_tests/built-ins/RegExp/match-indices/indices-groups-properties.js61 test262/data/other_tests/built-ins/RegExp/match-indices/indices-groups-object.js74 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-coerce-groups.js75 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-coerce-groups-prop.js76 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-coerce-groups-prop-err.js77 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-coerce-groups-err.js81 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/named-groups-fn.js82 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-get-groups-prop-err.js[all …]
34 nt_data['groups']&.each do |ntg|35 spec_group = @data['groups'].find { |sg| sg['title'] == ntg['title'] }61 … %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|71 @data['groups'].each do |g|211 spec_group = @data['groups'].find { |g| g['title'] == test_group['title'] }
59 { 'groups' => @uncovered_assertions }63 @spec.data['groups'].each do |g|
105 tmp = m.groups()116 if mtch.groups()[0] != self.name:118 mtch.groups()[0], self.name)119 avg_time = float(mtch.groups()[1])
88 // Nested groups94 // Mix of normal and collapsed groups
18 print(JSON.stringify(match.groups.name)); // abc
36 /** named groups names and indeces as JSON */39 /** named groups names and indeces */40 public groups: RegExpGroupsContainer | undefined = undefined112 * Parses groupsRaw_ to groups116 this.groups = undefined141 this.groups = undefined144 this.groups = result599 let namedCaptures: Object | undefined = result.groups;648 let namedCaptures: NullishType = /*result.groups*/ undefined;