Home
last modified time | relevance | path

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

/art/build/apex/
Dart_apex_test.py939 def art_apex_test_main(test_args): argument
940 if test_args.host and test_args.flattened:
943 if test_args.list and test_args.tree:
946 if test_args.size and not (test_args.list or test_args.tree):
949 if not test_args.flattened and not test_args.tmpdir:
952 if not test_args.flattened and not test_args.host and not test_args.debugfs:
956 if test_args.host:
958 if test_args.flavor not in [FLAVOR_DEBUG, FLAVOR_AUTO]:
962 test_args.flavor = FLAVOR_DEBUG
965 if test_args.flavor == FLAVOR_AUTO:
[all …]
/art/tools/bisection_search/
Dbisection_search.py369 base_cmd += ['-cp', classpath, args.classname] + args.test_args