summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix unload of recursively linked libraryDmitriy Ivanov2014-09-113-6/+41
* | Merge "Refactoring: C++11 style DISABLE_ bionic marcos"Dmitriy Ivanov2014-09-123-13/+13
|\ \ | |/ |/|
| * Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-09-083-13/+13
* | Merge "Add IFUNC support for arm64 and IRELATIVE reloc"Dmitriy Ivanov2014-09-124-7/+32
|\ \
| * | Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-09-114-7/+32
| |/
* | Add posix_fadvise(3).Elliott Hughes2014-09-111-2/+23
|/
* Merge "Load libraries in breadth-first order"Dmitriy Ivanov2014-09-095-0/+330
|\
| * Load libraries in breadth-first orderDmitriy Ivanov2014-09-085-0/+330
* | Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes2014-09-081-3/+3
|/
* Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-09-055-330/+0
* Fix order of soinfo links (repairs libcxx tests).Dmitriy Ivanov2014-09-056-0/+111
* Merge "Reset enviroment for math_tests"Dmitriy Ivanov2014-09-052-9/+46
|\
| * Reset enviroment for math_testsDmitriy Ivanov2014-09-042-9/+46
* | Fix pthread_attr_getstack__main_thread.Elliott Hughes2014-09-041-0/+12
* | Fix mips signed/unsigned signal_test.cpp build breakage.Elliott Hughes2014-09-041-4/+4
|/
* Don't mask out SA_RESTORER from sa_flags.Elliott Hughes2014-09-041-5/+11
* Merge "Load libraries in breadth-first order"Dmitriy Ivanov2014-09-045-0/+330
|\