Home
last modified time | relevance | path

Searched full:puts (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb33 content.puts '# Huawei Technologies Co.,Ltd.'
34 content.puts '#'
35 content.puts '# The following comment until the empty line must be a valid YAML document'
36 … content.puts "# containing exact copies of ISA specification assertions relevant to this test.\n"
37 content.puts [isa].to_yaml.split("\n").map { |line| '#%s' % line }.join("\n")
38 content.puts "\n"
45 content.puts "## runner-option: #{s}"
47 content.puts "## runner-option: ignore" if ignore
48 content.puts "## runner-option: bugid: #{bugids.join ', '}" if bugids.length > 0
50 content.puts "## runner-option: tags: #{tags.join ', '}" if tags.length > 0
[all …]
Dsingle_test.rb51 content.puts @command[Generator::TEST_CODE_TEMPLATE]
55 content.puts @predefined.definition case_check_type
Dcommand.rb102 test_file.puts output
113 test_file.puts test.create_single_test
114 # test_file.puts @predefined.definition check_type
Dtest_case.rb133 content.puts updated
136 content.puts template
143 content.puts @predefined.definition case_check_type
Dparser.rb49 puts "Template '#{file_name}' contains several errors:"
50 puts res
/arkcompiler/runtime_core/tests/cts-generator/
Dgenerate-cts.rb29 puts "Missing option: --#{key}"
30 puts optparser
65 puts opts
102 puts "Template '#{template_path}' contains several errors:"
103 puts res
Dtest-runner.rb36 puts "Missing option: --#{key}"
37 puts optparser
45 puts "Incorrect value for option: --#{key} [#{min}, #{max}]"
46 puts optparser
53 puts "Incorrect value for option: --#{key} #{enum}"
54 puts optparser
109 puts opts
285 puts "Global timeout reached, finish test execution"
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb54 puts args if level <= $VERBOSITY
58 puts "Exception: exception class : #{exception.class}"
59 puts " exception message : #{exception.message}"
61 puts " trace : #{t}"
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgen_diagnostic.rb34 puts "Missing option: --#{key}"
35 puts optparser
50 puts opts
/arkcompiler/runtime_core/templates/
Dmerge.rb25 puts "Missing option: --#{key}"
26 puts optparser
46 puts opts
/arkcompiler/runtime_core/isa/
Dgen.rb50 puts "Missing option: --#{key}"
51 puts optparser
74 puts opts
Dcombine.rb33 puts opts
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb55 puts opts
72 puts e
73 puts optparser
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb28 @content.puts(args) if level <= $VERBOSITY
Dtest_reporter.rb39 puts output
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_gen.rb30 puts opts
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-02.pa28 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-08.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-07.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-04.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-03.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-06.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb193 puts output
198 puts output
245 puts output
250 puts output
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldarr.obj.yaml38 Load an element from array using accumulator as an index and puts it into accumulator.
48 Load an element from array using accumulator as an index and puts it into accumulator.
738 Load an element from array using accumulator as an index and puts it into accumulator.
821 Load an element from array using accumulator as an index and puts it into accumulator.
898 Load an element from array using accumulator as an index and puts it into accumulator.
Dldarr.16.yaml35 Load an element from array using accumulator as an index and puts it into accumulator.

12