summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Load libraries in breadth-first orderDmitriy Ivanov2014-09-035-0/+330
* | Merge "Make string tests check all alignment combinations"Dmitriy Ivanov2014-09-031-101/+88
|\ \
| * | Make string tests check all alignment combinationsDmitriy Ivanov2014-08-141-101/+88
* | | Don't fail a test just because we aren't root.Dan Albert2014-09-031-0/+5
* | | Merge "Add some missing dlclose(.)"Dmitriy Ivanov2014-09-031-0/+2
|\ \ \
| * | | Add some missing dlclose(.)Dmitriy Ivanov2014-09-021-0/+2
| | |/ | |/|
* | | Start math tests with a clean fenv.Dan Albert2014-09-0214-0/+42
* | | Prevent a few test pthread keys from leaking.Dan Albert2014-09-021-0/+2
|/ /
* | Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-08-291-1/+4
* | The host prebuilt glibc is 2.11, so remove workarounds for 2.9.Elliott Hughes2014-08-281-17/+0
* | Add GNU-compatible strerror_r.Elliott Hughes2014-08-284-11/+89
* | Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-19/+12
* | Merge "Add missing type casts before comparison."Chih-Hung Hsieh2014-08-271-4/+5
|\ \
| * | Add missing type casts before comparison.Chih-Hung Hsieh2014-08-271-4/+5
* | | call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-272-2/+4
* | | Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov2014-08-261-1/+1
* | | Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-3/+87
|/ /
* | Merge "Fix, generalize stdatomic.h; improve test."Hans Boehm2014-08-222-7/+84
|\ \
| * | Fix, generalize stdatomic.h; improve test.Hans Boehm2014-08-222-7/+84
* | | Merge "Implement malloc_info(3)."Dan Albert2014-08-222-0/+57
|\ \ \
| * | | Implement malloc_info(3).Dan Albert2014-08-222-0/+57
* | | | Fix unistd.getpid_caching_and_clone.Elliott Hughes2014-08-221-0/+4
* | | | Run constructors before resolving ifunc functionsDmitriy Ivanov2014-08-213-11/+56
|/ / /