Home
last modified time | relevance | path

Searched refs:TestRunner (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/
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}"
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/
Dallure_reporter.rb21 module TestRunner module
51 feature = TestRunner.target
Dstring_logger.rb14 module TestRunner module
Dbase_test_reporter.rb14 module TestRunner module
Djtr_reporter.rb18 module TestRunner module
Dtest_reporter.rb17 module TestRunner module
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb14 module TestRunner module
120 TestRunner.print_exception e
Dsingle_test_runner.rb18 module TestRunner module
35 tags = TestRunner.split_separated_by_colon k
38 bugs = TestRunner.split_separated_by_colon k
Dresult.rb14 module TestRunner module