Home
last modified time | relevance | path

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

/art/build/apex/
Dart_apex_test.py892 def art_apex_test_main(test_args): argument
893 if test_args.host and test_args.flattened:
896 if test_args.list and test_args.tree:
899 if test_args.size and not (test_args.list or test_args.tree):
902 if not test_args.flattened and not test_args.tmpdir:
905 if not test_args.flattened and not test_args.host:
906 if not test_args.deapexer:
909 if not test_args.debugfs:
912 if not test_args.fsckerofs:
916 if test_args.host:
[all …]
/art/test/909-attach-agent/
Drun.py32 test_args=[f"agent:{agent}=909-attach-agent"])
39 test_args=[f"agent:{agent}=909-attach-agent"])
43 test_args=[f"agent:{agent}=909-attach-agent"],
48 test_args=[f"agent:{agent}=909-attach-agent", "disallow-debugging"],
/art/test/1971-multi-force-early-return/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
23 ctx.default_run(args, jvmti=True, test_args=test_args)
/art/test/1968-force-early-return/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
23 ctx.default_run(args, jvmti=True, test_args=test_args)
/art/test/1970-force-early-return-long/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
23 ctx.default_run(args, jvmti=True, test_args=test_args)
/art/test/137-cfi/
Drun.py26 test_args=["--test-local", "--test-remote"])
34 test_args=["--test-local", "--test-remote"])
43 test_args=["--test-remote"])
/art/test/1954-pop-frame-jit/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
23 ctx.default_run(args, jvmti=True, test_args=test_args)
/art/test/1953-pop-frame/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
23 ctx.default_run(args, jvmti=True, test_args=test_args)
/art/test/1956-pop-frame-jit-calling/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
29 test_args=test_args)
/art/test/1955-pop-frame-jit-called/
Drun.py21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else []
29 test_args=test_args)
/art/test/846-multidex-data-image/
Drun.py23 ctx.default_run(args, app_image=False, test_args=["--second-run"])
/art/test/845-data-image/
Drun.py24 ctx.default_run(args, app_image=False, relocate=True, test_args=["--second-run"])
/art/test/004-ThreadStress/
Drun.py28 test_args=["--locks-only -o 100"],
/art/tools/
Dbisect_profile.py116 test_args = shlex.split(args.test_exec)
117 print(" ".join(map(shlex.quote, test_args)))
118 answer = subprocess.run(test_args)
/art/tools/bisection_search/
Dbisection_search.py369 base_cmd += ['-cp', classpath, args.classname] + args.test_args
/art/test/
Ddefault_run.py353 for arg in args.test_args: