summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert2014-06-143-3/+22
* Backing this one out since the counterpart needs to be sent upstream.Dan Albert2014-06-143-22/+3
* Hides valloc(3)/pvalloc(3) on LP64.Dan Albert2014-06-133-3/+22
* Merge "Remove __memcmp16 from bionic."Elliott Hughes2014-06-121-31/+0
|\
| * Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-31/+0
* | Merge "Put all allocation functions into dispatch table."Christopher Ferris2014-06-121-23/+90
|\ \ | |/ |/|
| * Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-23/+90
* | Merge "Get the full set of PRNG functions in <stdlib.h>"Elliott Hughes2014-06-121-12/+19
|\ \
| * | Get the full set of PRNG functions in <stdlib.h>Elliott Hughes2014-06-121-12/+19
* | | Merge "Add/Remove mmap tests."Christopher Ferris2014-06-122-6/+156
|\ \ \
| * | | Add/Remove mmap tests.Christopher Ferris2014-06-122-6/+156
| |/ /
* | | Merge "Remove declaration for putw(3)/getw(3)."Dan Albert2014-06-121-4/+0
|\ \ \ | |/ / |/| |
| * | Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-4/+0
| |/
* | Fix mbrtoc32 test from tests/uchar_test.cpp for x86.Alexander Ivchenko2014-06-111-6/+6
|/
* Allow bionic-unit-tests-glibc to be built again.Christopher Ferris2014-06-102-1/+9
* AArch64: Fix memcmp16() testSerban Constantinescu2014-06-101-1/+1
* Merge "Use PRIVATE_POST_INSTALL_CMD to create symlink."Ying Wang2014-06-091-19/+5
|\
| * Use PRIVATE_POST_INSTALL_CMD to create symlink.Ying Wang2014-06-091-19/+5
* | Add a regression test for two libm bugs we didn't have.Elliott Hughes2014-06-061-0/+15
|/
* Merge "Fix the printf family for non-ASCII."Elliott Hughes2014-06-062-0/+48
|\
| * Fix the printf family for non-ASCII.Elliott Hughes2014-06-052-0/+48
* | Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik2014-06-051-0/+29
|/
* Removes wcswcs from bionic for LP64.Dan Albert2014-06-041-5/+1
* Merge "Adds functionality specified by uchar.h"Dan Albert2014-06-042-0/+413
|\
| * Adds functionality specified by uchar.hDan Albert2014-06-042-0/+413
* | Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-031-1/+1
|/
* Make atexit.dlclose work for glibcDmitriy Ivanov2014-05-303-6/+3
* Do not run dlclose test on glibc.Christopher Ferris2014-05-301-0/+4
* Fix unwinding_through_signal_frame test.Christopher Ferris2014-05-291-1/+22
* Fix wmemmove test.Christopher Ferris2014-05-291-2/+2
* Fix dprintf test.Christopher Ferris2014-05-291-8/+7
* Merge "Fix overflow testing in sbrk."Christopher Ferris2014-05-291-6/+67
|\
| * Fix overflow testing in sbrk.Christopher Ferris2014-05-291-6/+67
* | Fixes stdatomic.h test to match C11 specDan Albert2014-05-281-9/+9
|/
* Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-281-0/+11
|\
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+11
* | Add C11 <stdatomic.h>.Elliott Hughes2014-05-232-0/+166
|/
* Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-11/+0
* Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+11
* Cleaned up pthread rwlocks implementation.Calin Juravle2014-05-231-2/+2
* Fix dlsym_failure NULL handle testDmitriy Ivanov2014-05-221-7/+3
* Merge "Add dprintf test"Calin Juravle2014-05-221-0/+19
|\
| * Add dprintf testCalin Juravle2014-05-221-0/+19
* | Merge "Removed dlsym handle != NULL check for lp64"Dmitriy Ivanov2014-05-221-0/+3
|\ \
| * | Removed dlsym handle != NULL check for lp64Dmitriy Ivanov2014-05-211-0/+3
* | | Merge "Mutex-free implementation of pthread_rwlock"Calin Juravle2014-05-221-0/+37
|\ \ \ | |/ / |/| |
| * | Mutex-free implementation of pthread_rwlockCalin Juravle2014-05-221-0/+37
* | | Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-202-1/+20
* | | Merge "denver: optimize memmove"Christopher Ferris2014-05-201-0/+66
|\ \ \
| * | | denver: optimize memmoveShu Zhang2014-05-201-0/+66