summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Simple google3-compatible benchmarking.Elliott Hughes2013-02-151-2/+30
| | | | | | | | Based on our open-source RE2 benchmarking code. Includes benchmarks for a handful of <string.h> functions. Change-Id: I30eb70d25dbf4ad5f2ca44976a8ce3b1ff7dad01
* Add tests for Android-specific stubsKenny Root2012-09-131-0/+1
| | | | | | | Also fix problem with multi-user IDs that the home directory was returned as "/data" instead of "/" unlike all the other uids. Change-Id: I914d22052e5a86552989f8969b85aadbc748c65d
* Merge "Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and ↵Elliott Hughes2012-09-131-0/+1
|\ | | | | | | psiginfo(3)."
| * Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and ↵Irina Tirdea2012-09-131-0/+1
| | | | | | | | | | | | psiginfo(3). Change-Id: I426109db25e907980d6cb3a7a695796e45783b78
* | Fix Mac build.Elliott Hughes2012-09-131-0/+2
|/ | | | Change-Id: Id625806fab0f2f7f90f9508c5fce649afe970414
* Added new test for dlopen which is failing for MIPS.jeffhao2012-09-121-5/+12
| | | | Change-Id: I2240faefb387a11647f49b1a15699907a40f98c1
* Don't corrupt the thread list in static executables.Elliott Hughes2012-09-051-1/+13
| | | | | | | | | Several previous changes conspired to make a mess of the thread list in static binaries. This was most obvious when trying to call pthread_key_delete(3) on the main thread. Bug: http://code.google.com/p/android/issues/detail?id=36893 Change-Id: I2a2f553114d8fb40533c481252b410c10656da2e
* Add missing dependencies.Elliott Hughes2012-09-051-0/+2
| | | | Change-Id: I53c1cfb59ac7a89952a8d6b906b2b9e16a66624f
* bionic: Fix TINY_ANDROID buildBenoit Goby2012-09-041-1/+5
| | | | | | (cherry-pick of 545d5dbbcb0dc9e44323c4f2e687a3aace75a483.) Change-Id: Ifc91e84ffed5a3a287accabd7f08b02752688db6
* Don't over-generalize makefiles. Host modules always build. This isn't ↵Joe Onorato2012-08-161-9/+2
| | | | | | needed on eng builds. Change-Id: I5821ced7a8a9042fd2094204e07470d8002263ca
* Enhance getcwd(3) to handle NULL like glibc.Elliott Hughes2012-08-161-0/+1
| | | | | Bug: http://code.google.com/p/android/issues/detail?id=36085 Change-Id: I960a1b585887eb66176c61d29c5c61c239a4003f
* Switch to the current NetBSD regex implementation.Elliott Hughes2012-08-151-0/+43
Change-Id: If32b28dd85d6a7ab8957ab81d19fa4c0de9499d5