summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Add mkfifoat(3).Elliott Hughes2014-10-231-0/+13
* | Merge "Fix relocation to look for symbols in local group"Dmitriy Ivanov2014-10-2311-83/+564
|\ \ | |/ |/|
| * Fix relocation to look for symbols in local groupDmitriy Ivanov2014-10-2311-83/+564
* | Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3).Derek Xue2014-10-221-0/+65
|/
* bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/t...Derek Xue2014-10-221-0/+10
* Fix race condition in timer disarm/delete.Christopher Ferris2014-10-221-16/+79
* Merge "Rename library_offset to library_fd_offset"Dmitriy Ivanov2014-10-211-8/+17
|\
| * Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-211-8/+17
* | Never use ASAN.Dan Albert2014-10-211-0/+1
|/
* Correct way to specify additional dependenciesDmitriy Ivanov2014-10-173-9/+9
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-5/+18
* Build dlext_testzip as custom module.Ying Wang2014-10-082-30/+22
* Merge "Fix mma build: 'cd bionic && mma' case"Dmitriy Ivanov2014-10-081-0/+1
|\
| * Fix mma build: 'cd bionic && mma' caseDmitriy Ivanov2014-10-081-0/+1
* | Use ln(1) rather than cp(1) to set up host /system for testing.Elliott Hughes2014-10-081-4/+4
* | Fix compile-time tests for LP64.Elliott Hughes2014-10-081-6/+6
* | Add basic compile time tests for sn?printf.Dan Albert2014-10-082-1/+60
|/
* Fix 2nd arch prefix applicationDmitriy Ivanov2014-10-071-2/+2
* Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"Nick Kralevich2014-10-061-2/+1
|\
| * cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich2014-10-061-2/+1
* | Merge "Add compile time test infrastructure for bionic."Dan Albert2014-10-062-0/+58
|\ \ | |/ |/|
| * Add compile time test infrastructure for bionic.Dan Albert2014-10-062-0/+58
* | Merge "Add file_offset parameter to android_extinfo"Dmitriy Ivanov2014-10-063-19/+137
|\ \
| * | Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-063-19/+137
* | | Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"Nick Kralevich2014-10-061-0/+27
* | | cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich2014-10-041-27/+0
* | | Reimplement clock(3) using clock_gettime(3)Alex Van Brunt2014-10-031-0/+8
|/ /
* | Merge "Add RTLD_NODELETE flag support"Dmitriy Ivanov2014-10-025-0/+201
|\ \ | |/ |/|
| * Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-015-0/+201
* | Merge "Update our FreeBSD realpath(3) to upstream head."Elliott Hughes2014-09-301-0/+12
|\ \
| * | Update our FreeBSD realpath(3) to upstream head.Elliott Hughes2014-09-301-0/+12
| |/
* | Clean up the pthread key tests.Dan Albert2014-09-301-18/+52
|/
* Switch benchmarks and tests to libc++.Dan Albert2014-09-303-5/+12
* Ignore multiple symbol definition errors.Dan Albert2014-09-301-0/+6
* Fix sys_stat.mkfifo when not run as root.Christopher Ferris2014-09-241-11/+15
* CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes2014-09-234-21/+82
* Pull in upstream fixes to reject invalid bases.Elliott Hughes2014-09-233-2/+171
* Test pthread_cleanup_push(3)/pthread_cleanup_pop(3).Elliott Hughes2014-09-221-14/+44
* Merge "Unit test for abort(3)."Elliott Hughes2014-09-221-0/+5
|\
| * Unit test for abort(3).Elliott Hughes2014-09-221-0/+5
* | Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-193-1/+147
|/
* Fix lgamma_r/lgammaf_r/lgammal_r for -0.Elliott Hughes2014-09-181-0/+39
* Merge "The nextafter functions use the wrong next representable value"Elliott Hughes2014-09-181-9/+9
|\
| * The nextafter functions use the wrong next representable valueJingwei Zhang2014-09-191-9/+9
* | Stack unwinding unit tests.Elliott Hughes2014-09-173-60/+104
|/
* Add Android*.mk files to additional dependenciesDmitriy Ivanov2014-09-172-0/+4
* Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov2014-09-152-1/+37
* Add dlfcn_test to glibc test suite.Dmitriy Ivanov2014-09-155-74/+75
* Add a test for pthread_gettid_np.Elliott Hughes2014-09-121-0/+26
* Merge "Fix unload of recursively linked library"Dmitriy Ivanov2014-09-123-6/+41
|\