Home
last modified time | relevance | path

Searched refs:print_test_summary (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tools/runners/
Dutil.py48 def print_test_summary(summary_string, total, passed, failed): function
Drun-unittests.py79 … util.print_test_summary(os.path.join(os.path.relpath(args.path), "unit-*"), total, passed, failed)
Drun-test-suite.py121 util.print_test_summary(' '.join(summary_list), total, passed, failed)