summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add RTLD_NOLOAD support and some related changes.Dmitriy Ivanov2014-05-203-0/+47
| |_|/ |/| |
* | | Use -fvisibility=hidden to build libm.Elliott Hughes2014-05-191-2/+0
* | | Merge "Address additional warnings found by GCC 4.9."Ben Cheng2014-05-191-6/+6
|\ \ \
| * | | Address additional warnings found by GCC 4.9.Ben Cheng2014-05-191-6/+6
| |/ /
* | | Accuracy tests for libmJingwei Zhang2014-05-1615-0/+51814
|/ /
* | Merge "Improve detection of already loaded libraries"Dmitriy Ivanov2014-05-151-0/+13
|\ \ | |/ |/|
| * Improve detection of already loaded librariesDmitriy Ivanov2014-05-141-0/+13
* | Document a known test issue in stdio_test.cpp.Calin Juravle2014-05-151-3/+5
* | Add tests for fprintf behavior when the underlying fd is bad.Elliott Hughes2014-05-141-0/+23
|/
* Add a unit test for already-fixed printf -0.0 formatting.Elliott Hughes2014-05-141-0/+7
* Add a regression test for a long-fixed pthread_once bug.Elliott Hughes2014-05-141-0/+20
* Switch to g_ for globals.Elliott Hughes2014-05-144-27/+27
* Use the NetBSD inet_ntop until the OpenBSD bug is fixed.Elliott Hughes2014-05-131-0/+20
* Flesh out <arpa/inet.h>.Elliott Hughes2014-05-132-0/+62
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-1311-22/+22
* Add getmntent_r to our collection of <mntent.h> compatibility stubs.Elliott Hughes2014-05-132-0/+35
* Add fpos_t tests.Calin Juravle2014-05-131-0/+127
* Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle2014-05-131-0/+108
* Fix use-after-free errors in stdio_test.Elliott Hughes2014-05-121-10/+6
* Merge "Align struct passwd definition with other variations of libc"Calin Juravle2014-05-121-0/+4
|\
| * Align struct passwd definition with other variations of libcCalin Juravle2014-05-091-0/+4
* | Merge "Hide the __bionic_clone and __bionic_clone_entry implementation details."Elliott Hughes2014-05-092-16/+8
|\ \
| * | Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-082-16/+8
* | | Merge "Test dlopen with symlinked .so files"Dmitriy Ivanov2014-05-092-0/+21
|\ \ \ | |/ / |/| |
| * | Test dlopen with symlinked .so filesDmitriy Ivanov2014-05-082-0/+21
* | | Merge "wchar_test.cpp: fix error between comparison signed and unsigned integer"Elliott Hughes2014-05-081-3/+3
|\ \ \ | |/ / |/| |
| * | wchar_test.cpp: fix error between comparison signed and unsigned integerYongqin Liu2014-05-091-3/+3
* | | Merge "Add basic tests for fsync/fdatasync."Elliott Hughes2014-05-071-0/+43
|\ \ \
| * | | Add basic tests for fsync/fdatasync.Elliott Hughes2014-05-071-0/+43
* | | | Merge "Add missing test for atexit test suite."Dmitriy Ivanov2014-05-073-11/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing test for atexit test suite.Dmitriy Ivanov2014-05-073-11/+70
* | | | Merge "Fix bionic-unit-tests-glibc-run target"Calin Juravle2014-05-071-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix bionic-unit-tests-glibc-run targetCalin Juravle2014-05-071-0/+1
| | |/ | |/|
* | | Merge "Test that relro sharing actually saves memory."Torne (Richard Coles)2014-05-072-0/+127
|\ \ \ | |_|/ |/| |
| * | Test that relro sharing actually saves memory.Torne (Richard Coles)2014-05-062-0/+127
* | | Merge "Fix <math.h> to quieten most of our warnings."Elliott Hughes2014-05-061-2/+0
|\ \ \ | |/ / |/| |