Searched refs:orphaned (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | genericFunctionsAndConditionalInference.ts | 97 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at)) constant 98 AssertType(orphaned, "<F extends keyof Targets<any>>(Ops<F>) => Result<F, { lr: LR<F, string, numbe… 113 const leftOrphaned = orphaned(left) 115 AssertType(orphaned(left), "{ lr: string; }"); 116 AssertType(orphaned, "<F extends keyof Targets<any>>(Ops<F>) => Result<F, { lr: LR<F, string, numbe… 125 const rightOrphaned = orphaned(right) 127 AssertType(orphaned(right), "{ lr: number; }"); 128 AssertType(orphaned, "<F extends keyof Targets<any>>(Ops<F>) => Result<F, { lr: LR<F, string, numbe…
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/ |
D | spectrac.rb | 89 File.write(options.orphaned, fullspec.orphaned.to_yaml) if options.orphaned 94 OrphanedMd.new(fullspec.orphaned).generate(options.orphaned_md) if options.orphaned_md
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | orphaned_md.rb | 25 def initialize(orphaned) argument 27 @orphaned = orphaned
|
D | summary.rb | 68 @orphaned = @spec.orphaned.map { |f| f['file'] }.uniq
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/ |
D | CMakeLists.txt | 29 set(ORPHANED "${PROJECT_BINARY_DIR}/orphaned.yaml") 30 set(ORPHANED_MD "${PROJECT_BINARY_DIR}/orphaned.md") 41 …NON_TESTABLE} --uncovered ${UNCOVERED} --uncovered_md ${UNCOVERED_MD} --orphaned ${ORPHANED} --orp…
|
D | README.md | 29 --orphaned (-o) - output list of test files that found not relevant to the current spec (the assert… 30 --orphaned_md (-O) - same as --orphaned, but in markdown format 43 -o orphaned.yaml \
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
D | orphaned_md.erb | 18 % orphaned.each do |v|
|
D | report.erb | 17 Tests with not matching assertions: <%= rep['tests']['orphaned']%>
|