Searched refs:excludes (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
H A D | chapters.py | 32 excludes: List[str] 78 def __parse_item(includes: List[str], excludes: List[str], yaml_item: Union[str, dict]) -> None: 84 excludes.extend(sub_items) 100 excludes: List[str] = [] 102 Chapters.__parse_item(includes, excludes, yaml_item) 104 return Chapter(name, includes, excludes) 133 for exc in chapter.excludes: 160 for item in chapter.includes + chapter.excludes:
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | arktsconfig.cpp | 414 static bool MatchExcludes(const fs::path &path, const std::vector<ArkTsConfig::Pattern> &excludes) in MatchExcludes() argument 416 for (auto &e : excludes) { in MatchExcludes() 427 auto excludes = arktsConfig->Exclude(); in GetSourceList() local 437 excludes.emplace_back("**/*", arktsConfig->OutDir()); in GetSourceList() 458 if (include.Match(traverseRoot.string()) && !MatchExcludes(traverseRoot, excludes)) { in GetSourceList() 464 if (include.Match(dirEntry.path().string()) && !MatchExcludes(dirEntry, excludes)) { in GetSourceList()
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
H A D | command.rb | 68 excludes = template_case[Generator::TEST_TEMPLATE_CASE_EXCLUDE_VAL] || [] 77 if !excludes.include? current_case[Generator::CASE_ID]
|
/arkcompiler/runtime_core/tests/cts-generator/generator/ |
H A D | command.rb | 68 excludes = template_case[Generator::TEST_TEMPLATE_CASE_EXCLUDE_VAL] || [] 77 if !excludes.include? current_case[Generator::CASE_ID]
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/chapters_test/ |
H A D | chapters_neg_test.py | 51 len_excludes = len(ch1.excludes)
|
Completed in 3 milliseconds