Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 9 of 9) sorted by relevance

/art/test/
DREADME.chroot.md3 This file documents the use of a chroot environment in on-device testing of the
4 Android Runtime (ART). Using a chroot allows tests to run a standalone ART from
10 The Android Runtime (ART) supports testing in a chroot-based environment, by
11 setting up a chroot directory in a `ART_TEST_CHROOT` directory located under
12 `/data/local` (e.g. `ART_TEST_CHROOT=/data/local/art-test-chroot`) on a device,
14 shell chroot $ART_TEST_CHROOT <command>` to execute commands on the device
32 Note that using this chroot-based approach requires root access to the device
37 0. Unset variables which are not used with the chroot-based approach (if they
47 1. Set the chroot directory in `ART_TEST_CHROOT`:
49 export ART_TEST_CHROOT=/data/local/art-test-chroot
[all …]
DREADME.atest.md57 * by setting up a `chroot` environment on the device, and "activating" the
101 ### Running ART gtests on device using a `chroot` environment
103 You can run ART gtests on device with the chroot-based strategy by using the
112 gtests) and all the necessary dependencies for the `chroot` environment;
113 2. sets up a `chroot` environment on the device;
115 `chroot` environment;
116 4. runs the tests within the `chroot` environment; and
117 5. cleans up the environment (deactivates the APEXes and removes the `chroot`
Drun-test120 chroot=
400 chroot="$1"
401 run_args+=(--chroot "$1")
534 chroot_dex_location="$chroot$DEX_LOCATION"
663 if [ -n "$chroot" ]; then
735 if [ "$bisection_search" = "yes" -a -n "$chroot" ]; then
984 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null
1006 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null
1060 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null
DREADME.arm_fvp.md139 the standard chroot method described in test/README.chroot.md; the steps are
148 export ART_TEST_CHROOT=/data/local/art-test-chroot
DREADME.md75 recommended approach is to run these tests in a chroot environment (see
76 `README.chroot.md` in this directory).
86 ART also supports running target (device) tests in a chroot environment (see
87 `README.chroot.md` in this directory). This is currently the recommended way to
DAndroid.bp1293 test_config: "art-gtests-target-chroot.xml",
/art/tools/
Drun-gtests.sh47 tests=$("$adb" shell chroot "$ART_TEST_CHROOT" \
55 "$adb" shell chroot "$ART_TEST_CHROOT" \
/art/build/apex/
DAndroid.bp42 // Note: ART on-device chroot-based testing and benchmarking is not yet using
173 // Note: ART on-device chroot-based testing and benchmarking is not yet using
/art/test/etc/
Drun-test-jar1267 adb shell chroot "$CHROOT" sh $DEX_LOCATION/cmdline.sh