Home
last modified time | relevance | path

Searched refs:TestRunner (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-generator/
H A Dtest-runner.rb61 TestRunner.runner_class = TestRunner::SingleTestRunner
105 TestRunner.plugins.last.add_options(opts, options)
159 TestRunner.log 2, "Path to panda: #{$path_to_panda}"
160 TestRunner.log 2, "Path to verifier debug config: #{$verifier_config}"
162 TestRunner::plugins.each { |p| p.process(options) }
180 TestRunner::log 2, "Path to tests: #{path_to_tests}"
182 TestRunner::log 2, "pandasm: #{$pandasm}"
183 TestRunner::log 2, "panda: #{$panda}"
184 TestRunner
[all...]
/arkcompiler/runtime_core/tests/cts-generator/
H A Dtest-runner.rb61 TestRunner.runner_class = TestRunner::SingleTestRunner
105 TestRunner.plugins.last.add_options(opts, options)
159 TestRunner.log 2, "Path to panda: #{$path_to_panda}"
160 TestRunner.log 2, "Path to verifier debug config: #{$verifier_config}"
162 TestRunner::plugins.each { |p| p.process(options) }
180 TestRunner::log 2, "Path to tests: #{path_to_tests}"
182 TestRunner::log 2, "pandasm: #{$pandasm}"
183 TestRunner::log 2, "panda: #{$panda}"
184 TestRunner
[all...]
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
H A Dresult.rb14 module TestRunner module
122 TestRunner.log 3, @@stats.to_yaml
123 TestRunner.log 2, 'Passed:'
124 TestRunner.log 2, @@stats[:passed][:files].sort.to_yaml.to_s
125 TestRunner.log 1, 'Failed:'
126 TestRunner.log 1, @@stats[:failed][:files].sort.to_yaml.to_s
127 TestRunner.log 1, 'Failed (coredump):'
128 TestRunner.log 1, @@stats[:core][:files].sort.to_yaml.to_s
129 TestRunner.log 1, 'Compilation error:'
130 TestRunner
[all...]
H A Dsingle_test_runner.rb18 module TestRunner module
27 @result = TestRunner::Result.new @reporter
35 tags = TestRunner.split_separated_by_colon k
38 bugs = TestRunner.split_separated_by_colon k
248 TestRunner::CommandRunner.new(cmd, @reporter).run_cmd
H A Drunner.rb14 module TestRunner module
120 TestRunner.print_exception e
/arkcompiler/runtime_core/tests/cts-generator/runner/
H A Dresult.rb14 module TestRunner module
122 TestRunner::log 3, @@stats.to_yaml
123 TestRunner::log 2, "Passed: #{@@stats[:passed][:files].sort.to_yaml}"
124 TestRunner::log 1, 'Failed:'
125 TestRunner::log 1, "#{@@stats[:failed][:files].sort.to_yaml}"
126 TestRunner::log 1, 'Failed (coredump):'
127 TestRunner::log 1, "#{@@stats[:core][:files].sort.to_yaml}"
128 TestRunner::log 1, 'Compilation error:'
129 TestRunner::log 1, "#{@@stats[:compilation_error][:files].sort.to_yaml}"
130 TestRunner
[all...]
H A Dsingle_test_runner.rb18 module TestRunner module
27 @result = TestRunner::Result.new @reporter
35 tags = TestRunner.split_separated_by_colon k
38 bugs = TestRunner.split_separated_by_colon k
255 TestRunner::CommandRunner.new(cmd, @reporter).run_cmd
H A Drunner.rb14 module TestRunner module
120 TestRunner.print_exception e
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dinit.cpp27 static std::unique_ptr<TestRunner> g_gRunner {nullptr};
32 g_gRunner = std::make_unique<TestRunner>(testName); in StartDebugger()
H A Dtest_runner.h23 class TestRunner : public PtHooks { class
25 explicit TestRunner(const char *testName) in TestRunner() function in ark::tooling::test::TestRunner
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
H A Dallure_reporter.rb21 module TestRunner module
51 feature = TestRunner.target
H A Dstring_logger.rb14 module TestRunner module
H A Dbase_test_reporter.rb14 module TestRunner module
H A Djtr_reporter.rb18 module TestRunner module
H A Dtest_reporter.rb17 module TestRunner module
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
H A Dallure_reporter.rb21 module TestRunner module
51 feature = TestRunner.target
H A Dstring_logger.rb14 module TestRunner module
H A Dbase_test_reporter.rb14 module TestRunner module
H A Djtr_reporter.rb18 module TestRunner module
H A Dtest_reporter.rb17 module TestRunner module

Completed in 8 milliseconds