Home
last modified time | relevance | path

Searched defs:failed_tests (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py147 failed_tests = 0 variable
160 c2p_sizes, passed_tests, failed_tests, c2p_res = run_c2p( variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py152 failed_tests = 0 variable
165 c2p_sizes, passed_tests, failed_tests, c2p_res = run_c2p( variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/
Drun_micro_benchmarks.py260 def dump_pass_rate(logger, skiplist_name, passed_tests, failed_tests): argument