Searched refs:print_summary (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/scripts/ |
H A D | es2panda_pre_test.py | 31 def print_summary(log_lines, searched_words, end_word=""): function 164 print_summary(parser_log, ["New failures at", "Summary("]) 167 print_summary(runtime_log, ["New failures at", "Summary("]) 170 print_summary(functional_log, ["Summary("]) 173 print_summary(ets_cts_log, ["New failures at", "Summary("]) 179 print_summary(clang_tidy_log,["Clang-tidy was passed successfully!", "Failed:"], "Done clang-tidy:")
|
/arkcompiler/ets_frontend/arkguard/scripts/ |
H A D | grammar_test.py | 329 def print_summary(self): member in Runner 511 runner.print_summary()
|
H A D | combination_test.py | 213 runner.print_summary()
|
Completed in 2 milliseconds