Searched defs:test_report (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/scan-build-py/tests/unit/
H A D__init__.py11 from . import test_report namespace
22 suite.addTests(loader.loadTestsFromModule(test_report))
/external/autotest/server/cros/dynamic_suite/
H A Dreporting_unittest.py28 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
[all...]
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_modulegraph.py873 def test_report(self): member in class:TestModuleGraph

Completed in 579 milliseconds