Home
last modified time | relevance | path

Searched refs:test_results (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/tools/scripts/
H A Duconfig_vars_test.py61 test_results = {}
79 test_results = {f: {'unit_test': False, 'hdr_test': False, 'u_log_tail': '', 'h_log_tail': ''}
81 test_results['all_flags'] = {'unit_test': False, 'hdr_test' : False, 'u_log_tail': '',
84 return uconfig_no_flags_all, test_results
93 def RunUnitTests(uconfig_no_list, test_results):
99 test_results: dictionary to record test run results.
102 test_results: updated test result entries.
114 test_results[uconfig_no]['unit_test'] = (exit_code == 0)
115 test_results[uconfig_no]['u_log_tail'] = \
130 test_results['all_flag
[all...]
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info-stats-print.h74 test_results_t test_results = {{0}, in get_main_thread_test_results() local
79 stats_to_buffer(test_results.stats_before_allocations); in get_main_thread_test_results()
81 snprintf(test_results.threads[0], MAX_TID_LEN, "%d", (pid_t) syscall(__NR_gettid)); in get_main_thread_test_results()
87 stats_to_buffer(test_results.stats_after_allocations); in get_main_thread_test_results()
91 stats_to_buffer(test_results.stats_after_free); in get_main_thread_test_results()
92 return test_results; in get_main_thread_test_results()
97 test_results_t test_results = {{0}, in get_different_threads_test_results() local
102 stats_to_buffer(test_results.stats_before_allocations); in get_different_threads_test_results()
105 return test_results; in get_different_threads_test_results()
108 return test_results; in get_different_threads_test_results()
143 validate_main_thread_test_results(test_results_t *test_results) validate_main_thread_test_results() argument
169 validate_different_threads_test_results(test_results_t *test_results) validate_different_threads_test_results() argument
194 validate_and_report( test_results_t *test_results, int (*validate_test_results_func)(test_results_t *), const char *message) validate_and_report() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py335 def _run_tests(args, tests, extra_flags, env, screenshot_dir, results, test_results):
396 test_results[trace] = {'expected': expected_result, 'actual': result}
398 test_results[trace]['artifacts'] = artifacts
404 for _, trace_results in test_results.items():
473 test_results = {}
494 results, test_results):
498 results, test_results):
503 test_results):
511 if test_results:
512 results['tests']['angle_restricted_trace_gold_tests'] = test_results
[all...]
/third_party/node/tools/
H A Dv8-json-to-junit.py66 test_results = json.load(sys.stdin)
72 failing_tests = {result["name"]: result for result in test_results["results"]}
73 all_tests = {result["name"]: result for result in test_results["slowest_tests"]}
80 assert len(all_tests) == len(test_results["slowest_tests"])
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb170 test_results = $cfg['compiler']['build_path'] + test_base
171 test_results += if output.match(/OK$/m).nil?
176 File.open(test_results, 'w') { |f| f.print output }
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb250 test_results = $cfg['compiler']['build_path'] + test_base
252 test_results += '.testfail'
255 test_results += '.testpass'
257 File.open(test_results, 'w') { |f| f.print output }
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharnessreport.js21 var test_results = tests.map(function(x) {
25 tests:test_results,
/third_party/unity/test/
H A Drakefile_helper.rb192 test_results = File.join('build',test_base)
194 test_results += '.testfail'
197 test_results += '.testpass'
199 File.open(test_results, 'w') { |f| f.print output }
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb211 test_results = $cfg['compiler']['build_path'] + test_base
212 test_results += if output.match(/OK$/m).nil?
217 File.open(test_results, 'w') { |f| f.print output }
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb217 test_results = $cfg['compiler']['build_path'] + test_base
218 test_results += if output.match(/OK$/m).nil?
223 File.open(test_results, 'w') { |f| f.print output }
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderIsolines.cpp502 _test_results& test_results = m_test_results[vertex_spacing_mode]; in findTestResult() local
506 for (_test_results_iterator test_results_iterator = test_results.begin(); in findTestResult()
507 test_results_iterator != test_results.end(); test_results_iterator++) in findTestResult()
/third_party/python/Lib/test/
H A Dtest_statistics.py2546 def test_results(self): member in TestCorrelationAndCovariance
2576 def test_results(self): member in TestLinearRegression

Completed in 15 milliseconds