Searched refs:spec (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/runtime_core/tests/cts-coverage-tool/ |
D | spectrac.gemspec | 20 Gem::Specification.new do |spec| 21 spec.name = 'spectrac' 22 spec.version = Spectrac::VERSION 23 spec.authors = ['Huawei'] 24 # spec.email = ['undef@huawei.com'] 26 spec.summary = 'Tool for measuring ISA specification coverage by CTS tests.' 27 # spec.description = %q{} 28 # spec.homepage = '' 32 # if spec.respond_to?(:metadata) 33 # spec.metadata['allowed_push_host'] = 'TODO: Set to 'http://mygemserver.com'' [all …]
|
D | README.md | 3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu… 23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required 25 --full (-f) - output the full spec in yaml format with additional fields showing the coverage data … 27 --uncovered (-u) - output yaml document listing the spec areas not covered by tests 29 …t files that found not relevant to the current spec (the assertions in test file aren't found in t…
|
D | CMakeLists.txt | 40 COMMENT "Compute ISA spec coverage by CTS tests" 41 …COMMAND ${SPECTRAC} --spec ${ISA_FILE} --testglob ${TESTS_GLOB_GENERATED} --testdir ${TESTS_DIR} -…
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/ |
D | spectrac.rb | 68 check_files(options.spec) 77 spec = options.spec.map { |f| YAML.load_file(File.expand_path(f)) } 79 fullspec = Spec.new(spec)
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | full_md.rb | 25 def initialize(spec) argument 27 @full = spec
|
D | summary.rb | 19 def initialize(spec) argument 20 @spec = spec
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | specedNoStackBlown.ts | 28 …xtends SpecValue<ROOTINPUT, ROOTINPUT> = SpecValue<ROOTINPUT, ROOTINPUT>>(spec: SPEC, input: ROOTI…
|
/arkcompiler/toolchain/build/third_party_gn/googletest/ |
D | BUILD.gn | 118 "$googlemock_dir/include/gmock/gmock-spec-builders.h", 129 "$googlemock_dir/src/gmock-spec-builders.cc",
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_codegen.cpp | 559 DILineInfoSpecifier spec; in GetCalleeReg2Offset() local 560 spec.FNKind = DINameKind::ShortName; in GetCalleeReg2Offset() 562 DILineInfo info = ctx->getLineInfoForAddress(secAddr, spec); in GetCalleeReg2Offset()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …nction t(t){this._alternatives=t?e.Debug.checkDefined(p(t),"Invalid range spec."):e.emptyArray}ret…
|