Home
last modified time | relevance | path

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

/art/build/apex/
Dart_apex_test.py1108 def art_apex_test_main(test_args): argument
1109 if test_args.host and test_args.flattened:
1112 if test_args.list and test_args.tree:
1115 if test_args.size and not (test_args.list or test_args.tree):
1118 if not test_args.flattened and not test_args.tmpdir:
1121 if not test_args.flattened and not test_args.host and not test_args.debugfs:
1125 if test_args.host:
1127 if test_args.flavor not in [FLAVOR_DEBUG, FLAVOR_AUTO]:
1131 test_args.flavor = FLAVOR_DEBUG
1134 if test_args.flavor == FLAVOR_AUTO:
[all …]
/art/tools/bisection_search/
Dbisection_search.py369 base_cmd += ['-cp', classpath, args.classname] + args.test_args