Home
last modified time | relevance | path

Searched refs:print_test_result (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/tools/runners/
Drun-test-suite.py145 util.print_test_result(tested, total, True, passed_string, test_path)
148 util.print_test_result(tested, total, False, passed_string, test_path)
183 util.print_test_result(tested, total, True, passed_string, test_path, True)
185 … util.print_test_result(tested, total, False, 'FAIL (%d)' % (returncode), test_path, True)
202 util.print_test_result(tested, total, True, passed_string, test_path, False)
205 util.print_test_result(tested, total, False, passed_string, test_path, False)
Drun-unittests.py71 util.print_test_result(tested, total, True, 'PASS', test_path)
74 util.print_test_result(tested, total, False, 'FAIL (%d)' % err.returncode, test_path)
Dutil.py58 def print_test_result(tested, total, is_passed, passed_string, test_path, is_snapshot_generation=No… function
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_tls_authentication.c102 print_test_result (errorCount, argv[0]); in main()
Dtest_https_get.c125 print_test_result (errorCount, argv[0]); in main()
Dtest_https_multi_daemon.c125 print_test_result (errorCount, "concurent_daemon_pair"); in main()
Dtls_test_common.h87 void print_test_result (int test_outcome, char *test_name);
Dtest_https_time_out.c140 print_test_result (errorCount, argv[0]); in main()
Dtest_https_session_info.c181 print_test_result (errorCount, argv[0]); in main()
Dtls_test_common.c139 print_test_result (int test_outcome, char *test_name) in print_test_result() function
/third_party/boost/libs/math/test/
Dhandle_test_result.hpp186 void print_test_result(const boost::math::tools::test_result<T>& result, in print_test_result() function
/third_party/boost/libs/math/example/
Dhandle_test_result.hpp186 void print_test_result(const boost::math::tools::test_result<T>& result, in print_test_result() function