Lines Matching refs:tests
48 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
107 To run all of the tests:
117 In addition to the bionic tests, there is also a CTS test that is designed