summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix order of soinfo links (repairs libcxx tests).Dmitriy Ivanov2014-10-016-0/+111
* Load libraries in breadth-first orderDmitriy Ivanov2014-10-015-0/+330
* Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov2014-10-011-1/+1
* Run constructors before resolving ifunc functionsDmitriy Ivanov2014-10-013-11/+56
* Added test for ifunc support in dynamic linker.Brigid Smith2014-10-013-0/+84
* Fix sys_stat.mkfifo when not run as root.Christopher Ferris2014-09-241-11/+15
* Add posix_fadvise(3).Elliott Hughes2014-09-101-2/+23
* Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes2014-09-051-3/+3
* Fix pthread_attr_getstack__main_thread.Elliott Hughes2014-09-041-0/+12
* Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-09-021-1/+4
* Fix, generalize stdatomic.h; improve test.Hans Boehm2014-09-022-7/+84
* Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-19/+12
* Merge "Fix pthread_getattr_np for the main thread." into lmp-devElliott Hughes2014-08-272-3/+87
|\
| * Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-3/+87
* | call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-272-2/+4
|/
* Fix unistd.getpid_caching_and_clone.Elliott Hughes2014-08-211-0/+4
* Revert "Add support for protected local symbol lookup."Dmitriy Ivanov2014-08-185-127/+0
* Merge "Do a second key cleanup in pthread_exit." into lmp-devChristopher Ferris2014-08-061-18/+27
|\
| * Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-18/+27
* | Merge "Proper MB_CUR_MAX." into lmp-devDan Albert2014-08-062-2/+24
|\ \
| * | Proper MB_CUR_MAX.Dan Albert2014-08-062-2/+24
* | | Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-08-061-1/+1
|/ /
* | Revert "Revert "Fix dlsym(3) to do breadth first search.""Dmitriy Ivanov2014-08-042-4/+30
|/
* Revert "Fix dlsym(3) to do breadth first search."Dmitriy Ivanov2014-08-042-30/+4
* Fix memchr with a zero length.Christopher Ferris2014-07-301-0/+8
* Only wipe TLS for user-supplied stacks.Elliott Hughes2014-07-301-0/+51
* Merge "Fix mbsrtowcs(3)'s handling of len parameter." into lmp-devDan Albert2014-07-281-0/+11
|\
| * Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert2014-07-291-0/+11
* | Fix dlsym(3) to do breadth first search.Dmitriy Ivanov2014-07-292-4/+30
|/
* Fix linkage of grantpt(3).Elliott Hughes2014-07-291-0/+99
* syscall(3)'s return type should be long.Elliott Hughes2014-07-281-0/+9
* Use vsnprintf(3) in syslog(3).Elliott Hughes2014-07-281-11/+0
* Start hiding "private/bionic_time.h".Elliott Hughes2014-07-251-37/+0
* [MIPS] Fix atomic_is_lock_free test for mips32.Raghu Gandham2014-07-241-0/+5
* Implement twalk(3), add unit tests.Elliott Hughes2014-07-242-0/+211
* debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumpingNick Kralevich2014-07-231-58/+74
* Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-211-0/+11
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-0/+42
* Implement rand/srand in terms of random/srandom.Elliott Hughes2014-07-141-7/+0
* Make jemalloc the default choice.Christopher Ferris2014-07-111-4/+6
* Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativete...Ying Wang2014-07-091-2/+2
|\
| * TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in...Ying Wang2014-07-081-2/+2
* | Add test for constructor function.Dmitriy Ivanov2014-07-081-0/+12
|/
* Merge "Load library using file handle."Dmitriy Ivanov2014-07-023-0/+40
|\
| * Load library using file handle.Dmitriy Ivanov2014-07-023-0/+40
* | Disable local/protected symbol test for lp64Dmitriy Ivanov2014-07-011-0/+5
|/
* Build all bionic test files -Werror and fix our one warning.Elliott Hughes2014-07-012-5/+5
* Native tests are now multilib=both by defaultDmitriy Ivanov2014-07-012-7/+0
* Add support for protected local symbol lookup.Dmitriy Ivanov2014-07-015-0/+121
* Add extra strchr testing.Christopher Ferris2014-06-301-0/+44