Searched refs:test_env (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/tools/bisection_search/ |
H A D | bisection_search.py | 73 def __init__(self, base_cmd, test_env, expected_retcode=None, argument 85 self._test_env = test_env 389 test_env = DeviceTestEnv( 393 classpath = test_env.PushClasspath(classpath) 395 test_env = HostTestEnv( 402 args.check_script, args.expected_output, test_env.logfile) 409 testable = Dex2OatWrapperTestable(base_cmd, test_env, args.expected_retcode, 417 print('Error occurred.\nLogfile: {0}'.format(test_env.logfile.name)) 418 test_env.logfile.write('Exception: {0}\n'.format(e)) 429 print('Logfile: {0}'.format(test_env.logfile.name))
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | do_test.py | 341 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'), 346 print('%s %s FAILED' % (test_name, test_env),
|
/aosp12/art/test/ |
H A D | Android.bp | 578 "ti-agent/test_env.cc",
|