Lines Matching refs:run
37 The dynamic linker. When you run a dynamically-linked executable, its ELF file
265 only purpose is to give you patterns to look for when run under strace(1).)
325 libc header change), you should run `make checkbuild`. A regular `make` will
359 a non-root user, so the unit tests must also pass when not run as root.
360 Some tests cannot do any useful work unless run as root. In this case,
372 but in cases where you really have to run CTS:
375 $ adb unroot # Because real CTS doesn't run as root.
378 run singleCommand cts --skip-preconditions -m CtsBionicTestCases
387 $ ./tests/run-on-host.sh 32
388 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.
395 just the behavior we think is correct), it is possible to run the tests against
398 $ ./tests/run-on-host.sh glibc
402 Another way to verify test behavior is to run against musl on the host. glibc
406 $ OUT_DIR=$(ANDROID_BUILD_TOP)/musl-out ./tests/run-on-host.sh musl
409 switching between glibc and musl. The first musl test run will be expensive
421 Bionic's test runner will run each test in its own process by default to prevent
425 However, this also makes it difficult to run the tests under GDB. To prevent
426 each test from being forked, run the tests with the flag `--no-isolate`.