aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-29Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert
2014-07-29Fix linkage of grantpt(3).Elliott Hughes
2014-07-28syscall(3)'s return type should be long.Elliott Hughes
2014-07-28Use vsnprintf(3) in syslog(3).Elliott Hughes
2014-07-25Start hiding "private/bionic_time.h".Elliott Hughes
2014-07-29Fix dlsym(3) to do breadth first search.Dmitriy Ivanov
2014-07-24[MIPS] Fix atomic_is_lock_free test for mips32.Raghu Gandham
2014-07-24Implement twalk(3), add unit tests.Elliott Hughes
2014-07-23debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumpingNick Kralevich
2014-07-21Rewrite syslog(3) to use Android logging.Elliott Hughes
2014-07-16Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes
2014-07-14Implement rand/srand in terms of random/srandom.Elliott Hughes
2014-07-11Make jemalloc the default choice.Christopher Ferris
2014-07-09Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativete...Ying Wang
2014-07-08TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in...Ying Wang
2014-07-08Add test for constructor function.Dmitriy Ivanov
2014-07-02Merge "Load library using file handle."Dmitriy Ivanov
2014-07-02Load library using file handle.Dmitriy Ivanov
2014-07-01Build all bionic test files -Werror and fix our one warning.Elliott Hughes
2014-07-01Disable local/protected symbol test for lp64Dmitriy Ivanov
2014-07-01Native tests are now multilib=both by defaultDmitriy Ivanov
2014-07-01Add support for protected local symbol lookup.Dmitriy Ivanov
2014-06-30Add extra strchr testing.Christopher Ferris
2014-06-25Add a new pthread_key_delete test.Elliott Hughes
2014-06-24Add splice, tee, and vmsplice.Elliott Hughes
2014-06-23Fix getpid caching across a clone.Elliott Hughes
2014-06-20Cache getpid.Elliott Hughes
2014-06-17Fix weak function lookupsDmitriy Ivanov
2014-06-17Move libraries for unit-tests to separate folderDmitriy Ivanov
2014-06-16Use a separate config.h for config like defines.Christopher Ferris
2014-06-14Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert
2014-06-14Backing this one out since the counterpart needs to be sent upstream.Dan Albert
2014-06-13Hides valloc(3)/pvalloc(3) on LP64.Dan Albert
2014-06-12Merge "Remove __memcmp16 from bionic."Elliott Hughes
2014-06-12Remove __memcmp16 from bionic.Elliott Hughes
2014-06-12Merge "Put all allocation functions into dispatch table."Christopher Ferris
2014-06-12Put all allocation functions into dispatch table.Christopher Ferris
2014-06-12Merge "Get the full set of PRNG functions in <stdlib.h>"Elliott Hughes
2014-06-12Get the full set of PRNG functions in <stdlib.h>Elliott Hughes
2014-06-12Merge "Add/Remove mmap tests."Christopher Ferris
2014-06-12Add/Remove mmap tests.Christopher Ferris
2014-06-12Merge "Remove declaration for putw(3)/getw(3)."Dan Albert
2014-06-11Remove declaration for putw(3)/getw(3).Dan Albert
2014-06-10Allow bionic-unit-tests-glibc to be built again.Christopher Ferris
2014-06-11Fix mbrtoc32 test from tests/uchar_test.cpp for x86.Alexander Ivchenko
2014-06-10AArch64: Fix memcmp16() testSerban Constantinescu
2014-06-09Merge "Use PRIVATE_POST_INSTALL_CMD to create symlink."Ying Wang
2014-06-09Use PRIVATE_POST_INSTALL_CMD to create symlink.Ying Wang
2014-06-06Add a regression test for two libm bugs we didn't have.Elliott Hughes
2014-06-06Merge "Fix the printf family for non-ASCII."Elliott Hughes