aboutsummaryrefslogtreecommitdiff
path: root/tests/Android.bp
AgeCommit message (Expand)Author
2018-11-02Merge "Add test for malloc_iterate."Christopher Ferris
2018-10-30Add test for malloc_iterate.Christopher Ferris
2018-10-29Revert "bionic: Allocate a shadow call stack for each thread."Peter Collingbourne
2018-10-29bionic: Allocate a shadow call stack for each thread.Peter Collingbourne
2018-10-10Allow invoking the linker on an executable.Ryan Prichard
2018-09-27Move isolated test runner out of bionic.Christopher Ferris
2018-09-07Merge "Add android_get_device_api_level."Elliott Hughes
2018-09-06Add android_get_device_api_level.Elliott Hughes
2018-09-06libc: Add membarrier to common seccomp allowed listOrion Hodson
2018-08-30Add a test for poll with null fds.Elliott Hughes
2018-07-19Introduce api to track fd ownership in libc.Josh Gao
2018-07-05bionic: Convert res_send.c to poll()Bernie Innocenti
2018-06-27<sys/un.h>: add SUN_LEN.Elliott Hughes
2018-06-27<netinet/ip_icmp.h>: ensure struct icmphdr is available.Elliott Hughes
2018-05-30Add secondary counter in place of tls_nodelete flagdimitry
2018-03-29Add libtest_missing_symbol_child_private.Elliott Hughes
2018-03-29Fix -/_ typo.Elliott Hughes
2018-03-29Merge "Add missing shared library dependencies to bionic-unit-tests"Treehugger Robot
2018-03-29Add missing shared library dependencies to bionic-unit-testsJiyong Park
2018-03-28Add missed shared library dependency to bionic-unit-testsPirama Arumuga Nainar
2018-03-27Add missing shared library dependencies to bionic-unit-testsPirama Arumuga Nainar
2018-03-20libc: silence unsigned->signed warnings with ioctlGeorge Burgess IV
2018-02-20Build bionic/tests with cpp_std experimental.Tom Cherry
2018-02-12Merge "Add ability to read /etc/passwd and /etc/group"Tom Cherry
2018-02-08Add ability to read /etc/passwd and /etc/groupTom Cherry
2018-02-05Run bpfmt manually.Elliott Hughes
2018-01-30Add `sigset64_t` and accompanying functions.Elliott Hughes
2018-01-29Test ld-android.so directlydimitry
2018-01-25linker: Allow link namespaces without name filtersLogan Chien
2017-12-18Split properties into their own class to make testing betterTom Cherry
2017-12-14Add trivial termios tests.Elliott Hughes
2017-12-13Test POSIX 1003.1 2016 chapter 13 "Headers".Elliott Hughes
2017-12-07A few new bionic tests.Aleksandra Tsvetkova
2017-11-15Reduce unnecessary quoting for --gtest_filter.Elliott Hughes
2017-11-08Remove test that adds no coverage.Elliott Hughes
2017-11-01Use -Werror in bionic/testsChih-Hung Hsieh
2017-10-31Rename the fortify compile-time diags testGeorge Burgess IV
2017-10-30libc: Disable FORTIFY if we're using clang-tidy.George Burgess IV
2017-10-11Implement <spawn.h>.Elliott Hughes
2017-10-03Make bionic tests build for linux_bionicDan Willemsen
2017-10-03Don't run exec_with_ld_config_file* tests on non-production devicesJiyong Park
2017-09-29Merge changes I76dde1e3,I54fec461Elliott Hughes
2017-09-29Add <sys/random.h>.Elliott Hughes
2017-09-28Remove default librariesDan Willemsen
2017-09-26Add <glob.h>.Elliott Hughes
2017-09-14Use __RENAME for long double functions.Elliott Hughes
2017-09-11Remove clang: trueLennart Wieboldt
2017-08-29Add tests for all C11 headers.Elliott Hughes
2017-08-25Implement <iconv.h>.Elliott Hughes
2017-08-18Disable FORTIFY on ASAN buildsGeorge Burgess IV