Home
last modified time | relevance | path

Searched refs:test_env (Results 1 – 2 of 2) sorted by relevance

/art/tools/bisection_search/
Dbisection_search.py73 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))
/art/test/
DAndroid.bp327 "ti-agent/test_env.cc",