Searched refs:TestRunner (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/runtime_core/tests/cts-generator/ |
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}" 223 runner = TestRunner.create_runner(file, id, reporter_factory, $root_dir, $report_dir) 228 TestRunner.print_exception e 231 TestRunner.print_exception e 234 TestRunner.print_exception e 277 TestRunner.print_exception e 282 runner = TestRunner.create_runner(file, 1, reporter_factory, $root_dir, $report_dir) [all …]
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
D | allure_reporter.rb | 21 module TestRunner module 51 feature = TestRunner.target
|
D | string_logger.rb | 14 module TestRunner module
|
D | base_test_reporter.rb | 14 module TestRunner module
|
D | jtr_reporter.rb | 18 module TestRunner module
|
D | test_reporter.rb | 17 module TestRunner module
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
D | runner.rb | 14 module TestRunner module 120 TestRunner.print_exception e
|
D | single_test_runner.rb | 18 module TestRunner module 35 tags = TestRunner.split_separated_by_colon k 38 bugs = TestRunner.split_separated_by_colon k
|
D | result.rb | 14 module TestRunner module
|