/arkcompiler/runtime_core/static_core/tests/cts-generator/ |
H A D | test-runner.rb | 61 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 D | test-runner.rb | 61 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 D | result.rb | 14 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 D | single_test_runner.rb | 18 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 D | runner.rb | 14 module TestRunner module 120 TestRunner.print_exception e
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
H A D | result.rb | 14 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 D | single_test_runner.rb | 18 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 D | runner.rb | 14 module TestRunner module 120 TestRunner.print_exception e
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | init.cpp | 27 static std::unique_ptr<TestRunner> g_gRunner {nullptr}; 32 g_gRunner = std::make_unique<TestRunner>(testName); in StartDebugger()
|
H A D | test_runner.h | 23 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 D | allure_reporter.rb | 21 module TestRunner module 51 feature = TestRunner.target
|
H A D | string_logger.rb | 14 module TestRunner module
|
H A D | base_test_reporter.rb | 14 module TestRunner module
|
H A D | jtr_reporter.rb | 18 module TestRunner module
|
H A D | test_reporter.rb | 17 module TestRunner module
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
H A D | allure_reporter.rb | 21 module TestRunner module 51 feature = TestRunner.target
|
H A D | string_logger.rb | 14 module TestRunner module
|
H A D | base_test_reporter.rb | 14 module TestRunner module
|
H A D | jtr_reporter.rb | 18 module TestRunner module
|
H A D | test_reporter.rb | 17 module TestRunner module
|