Home
last modified time | relevance | path

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

/system/update_engine/
Dtestrunner.cc50 int test_result = RUN_ALL_TESTS(); in main() local
51 LOG(INFO) << "unittest return value: " << test_result; in main()
52 return test_result; in main()
/system/extras/simpleperf/scripts/test/
Ddo_test.py341 def _write_result(self, test_name: str, test_env: str, test_result: bool):
343 '%s %s %s' % (test_name, test_env, 'OK' if test_result else 'FAILED'),
345 if not test_result:
Dapp_test.py79 self.__class__.test_result = result