Lines Matching refs:RUN
44 export RUN="${progdir}/etc/push-and-run-test-jar"
45 export DEX_LOCATION=/data/run-test/${test_dir}
61 run="run"
226 RUN="${progdir}/etc/reference-run-test-classes"
232 RUN="${progdir}/etc/host-run-test-jar"
239 RUN="${progdir}/etc/push-and-run-prebuilt-test-jar"
299 # will get passed to the test run.
308 echo " $prog [options] [test-name] Run test normally."
316 echo " -O Run non-debug rather than debug build (off by default)."
320 echo " --gdb Run under gdb; incompatible with some tests."
329 echo " --prebuild Run dex2oat on the files before starting test. (default)"
330 echo " --no-prebuild Do not run dex2oat on the files before starting"
342 echo " --64 Run the test in 64-bit mode"
343 echo " --trace Run with method tracing"
365 # copy the test to a temp dir and run it
377 if [ '!' -r "$run" ]; then
378 cp "${progdir}/etc/default-run" run
386 chmod 755 "$run"
412 "./${run}" $run_args "$@" 2>&1
414 echo "run exit status: $run_exit" 1>&2
424 "./${run}" $run_args "$@" >"$output" 2>&1
452 "./${run}" $run_args "$@" >"$output" 2>&1