Home
last modified time | relevance | path

Searched refs:orphaned (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericFunctionsAndConditionalInference.ts97 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/
Dspectrac.rb89 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/
Dorphaned_md.rb25 def initialize(orphaned) argument
27 @orphaned = orphaned
Dsummary.rb68 @orphaned = @spec.orphaned.map { |f| f['file'] }.uniq
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DCMakeLists.txt29 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…
DREADME.md29 --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/
Dorphaned_md.erb18 % orphaned.each do |v|
Dreport.erb17 Tests with not matching assertions: <%= rep['tests']['orphaned']%>