HomeSort by relevance Sort by last modified time
    Searched full:test_report (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/gold/testsuite/
test.h 29 class Test_report;
47 run(const char* name, bool (*pfn)(Test_report*));
49 // Get the current Test_report. This is used by the test support
51 static Test_report*
56 friend class Test_report;
66 // Current Test_report. This is a static variable valid while a
68 static Test_report* current_report;
82 class Test_report
85 Test_report(Test_framework* tf)
108 Register_test(const char* name, bool (*pfn)(Test_report*));
    [all...]
test.cc 36 Test_report* Test_framework::current_report;
41 Test_framework::run(const char *name, bool (*pfn)(Test_report*))
46 Test_report tr(this);
90 Register_test::Register_test(const char* name, bool (*pfn)(Test_report*))
object_unittest.cc 65 Object_test(Test_report*)
leb128_unittest.cc 37 Leb128_test(Test_report*)
binary_unittest.cc 145 Binary_test(Test_report*)
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 93 test_report = tab.EvaluateJavaScript('test_report')
96 '../../results/default/graphics_WebGLPerformance/test_report.html')
98 f.write(test_report)
  /external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/
all_reports.html 13 <link rel="import" href="/perf_insights/ui/reports/test_report.html">
  /external/autotest/client/deps/webgl_perf/files/
0001-Patch-index.html.patch 22 + var test_report = "Tests did not complete.";
35 + test_report = t;
  /external/autotest/server/cros/dynamic_suite/
reporting_unittest.py 28 test_report = { variable in class:ReportingTest
53 @return: a failure object initialized with values from test_report.
57 self.test_report.get('build'),
58 self.test_report.get('suite'),
59 self.test_report.get('test'))
61 test_name = self.test_report.get('test')
62 expected_result = job_status.Status(self.test_report.get('status'),
64 reason=self.test_report.get('reason'),
65 job_id=self.test_report.get('job_id'),
66 owner=self.test_report.get('owner')
    [all...]
suite_unittest.py 459 test_report = self._get_bad_test_report(result_status)
460 test_predicates = test_report.predicates
461 test_fallout = test_report.fallout
615 test_report = collections.namedtuple('test_report',
617 return test_report(predicates(result_status, 'bad_test',
    [all...]
  /external/chromium-trace/catapult/catapult_build/perfbot_stats/
chrome_perf_step_timings.py 64 'test_report',
  /external/autotest/site_utils/
test_runner_utils.py 691 with open(os.path.join(results_directory, 'test_report.log'),
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_modulegraph.py 873 def test_report(self): member in class:TestModuleGraph
    [all...]

Completed in 392 milliseconds