Home
last modified time | relevance | path

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

/bionic/tests/
Drun-on-host.sh7 m -j bionic-unit-tests-glibc
12 ${HOST_OUT}/nativetest64/bionic-unit-tests-glibc/bionic-unit-tests-glibc $@
22 prepare $1 bionic-unit-tests
31 ${NATIVETEST}/bionic-unit-tests/bionic-unit-tests $@
DAndroid.bp47 // Ensure that the tests exercise shadow call stack support and
63 // Use the bootstrap version of bionic because some tests call private APIs
75 // Prebuilt shared libraries for use in tests.
286 // All standard tests.
537 // Fortify tests.
600 name: "libfortify1-tests-clang",
615 name: "libfortify2-tests-clang",
646 name: "libfortify1-new-tests-clang",
661 name: "libfortify2-new-tests-clang",
677 // Library of all tests (excluding the dynamic linker tests).
[all …]
Dmake_fortify_compile_test.mk11 LOCAL_MODULE := bionic-compile-time-tests$(FORTIFY_LEVEL)-clang++
/bionic/
DREADME.md48 #### tests/ --- unit tests
50 The `tests/` directory contains unit tests. Roughly arranged as one file per
171 5. Add at least basic tests. Even a test that deliberately supplies
205 either, as `make tests` covers a few additional modules, but generally speaking
209 ## Running the tests
211 The tests are all built from the tests/ directory.
213 ### Device tests argument
217 $ adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests
219 /data/nativetest/bionic-unit-tests-static/bionic-unit-tests-static
221 $ adb shell /data/nativetest64/bionic-unit-tests/bionic-unit-tests
[all …]
/bionic/libc/malloc_debug/
DAndroid.bp120 "tests/backtrace_fake.cpp",
121 "tests/log_fake.cpp",
122 "tests/libc_fake.cpp",
123 "tests/malloc_debug_config_tests.cpp",
124 "tests/malloc_debug_unit_tests.cpp",
127 local_include_dirs: ["tests"],
171 "tests/malloc_debug_system_tests.cpp",
186 test_suites: ["general-tests"],
/bionic/libc/malloc_hooks/
DAndroid.bp54 "tests/malloc_hooks_tests.cpp",
61 local_include_dirs: ["tests"],
74 test_suites: ["general-tests"],
/bionic/tests/libs/
DAndroid.bp133 // Library used by dlext tests - with GNU RELRO program header
144 // Library used by dlext tests - without GNU RELRO program header
155 // Library used by dlext tests - recursive use of RELRO sharing
166 // Library used by dlext tests - different name non-default location
179 // Libraries used by dlext tests for open from a zip-file
209 // Library used by dlext tests - zipped and aligned
211 // In Android.mk to support zipped and aligned tests
214 // Library used by dlfcn tests
223 // Library used by dlext direct unload on the namespace boundary tests
234 // Library used by dlext indirect unload on the namespace boundary tests
[all …]
/bionic/benchmarks/
DAndroid.bp118 name: "bionic-benchmarks-tests",
122 "tests/benchmark_test.cpp",
123 "tests/interface_test.cpp",
DREADME.md9 tests into suites.
80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
81 `/data/nativetest[64]/bionic-benchmarks-tests`
/bionic/docs/
Dlibc_assembler.md7 * Update the routine, run the bionic unit tests to verify the routine doesn't
69 It can take a long time to run these tests since it attempts to test a
102 of issues, you can run a subset of the tests again. At the very least, it's
124 Run the bionic tests to verify that the new routines are valid. However,
141 If there are not sufficient tests for a new routine, there are a set of helper
143 header **bionic/tests/buffer\_tests.h** for these routines and look at
144 **bionic/tests/string\_test.cpp** for examples of how to use it.
Dnative_allocator.md48 tests for this funcion in `bionic/tests/malloc_itearte_test.cpp`.
86 These are the tests that should be run to verify an allocator is
90 The bionic unit tests contain a small number of allocator tests. These
91 tests are primarily verifying Android extensions and non-standard behavior
95 To run all of the compliance tests:
97 adb shell /data/nativetest64/bionic-unit-tests/bionic-unit-tests --gtest_filter="malloc*"
98 adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests --gtest_filter="malloc*"
100 The allocation tests are not meant to be complete, so it is expected
101 that a native allocator will have its own set of tests that can be run.
104 The libmemunreachable tests verify that the iterator functions are working
[all …]
Dstatus.md13 You can see the current status with respect to POSIX in the form of tests:
14 https://android.googlesource.com/platform/bionic/+/master/tests/headers/posix/
17 is guarded with tests for `__linux__`. Other functionality is not
18 supported by bionic or glibc, and guarded with tests for `__BIONIC__`
/bionic/tools/versioner/
Drun_tests.py65 tests = os.listdir(test_dir) variable
76 for test in sorted(tests):
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_u32.h44 struct xt_u32_test tests[XT_U32_MAXSIZE + 1]; member
/bionic/libfdtrack/
DAndroid.bp25 test_suites: ["device-tests"],
/bionic/linker/
DAndroid.bp429 name: "linker-unit-tests",