summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add fortified implementations of pread/pread64Daniel Micay2015-04-161-0/+16
* Merge "Call __cxa_thread_finalize for the main thread."Dmitriy Ivanov2015-04-161-0/+23
|\
| * Call __cxa_thread_finalize for the main thread.Dmitriy Ivanov2015-04-151-0/+23
* | Merge "Change on handling of SIGEV_THREAD timers."Yabin Cui2015-04-161-69/+71
|\ \
| * | Change on handling of SIGEV_THREAD timers.Yabin Cui2015-04-151-69/+71
* | | Hide emutls* symbols in libc.soDmitriy Ivanov2015-04-151-1/+1
| |/ |/|
* | Merge "Prevent using static-allocated pthread keys before creation."Yabin Cui2015-04-141-0/+13
|\ \ | |/ |/|
| * Prevent using static-allocated pthread keys before creation.Yabin Cui2015-04-141-0/+13
* | Merge "Fix dl* tests to run-on-host"Dmitriy Ivanov2015-04-112-2/+10
|\ \
| * | Fix dl* tests to run-on-hostDmitriy Ivanov2015-04-092-2/+10
* | | Merge "Provide writer preference option in rwlock."Yabin Cui2015-04-091-2/+136
|\ \ \ | |/ / |/| |
| * | Provide writer preference option in rwlock.Yabin Cui2015-04-081-2/+136
| |/
* | Fix x86_64 buildDmitriy Ivanov2015-04-061-1/+1
* | Merge "Add realpath for soinfo"Dmitriy Ivanov2015-04-073-21/+122
|\ \
| * | Add realpath for soinfoDmitriy Ivanov2015-04-063-21/+122
* | | Merge "Add a test for getdelim(3) on a directory."Elliott Hughes2015-04-061-0/+9
|\ \ \ | |_|/ |/| |
| * | Add a test for getdelim(3) on a directory.Elliott Hughes2015-04-051-0/+9
* | | Merge "Fix bug for recursive/errorcheck mutex on 32-bit devices."Yabin Cui2015-04-043-18/+51
|\ \ \ | |_|/ |/| |
| * | Fix bug for recursive/errorcheck mutex on 32-bit devices.Yabin Cui2015-04-033-18/+51
* | | Add libdl dependency for target librariesDmitriy Ivanov2015-04-031-6/+3
| |/ |/|
* | Merge "Add ANDROID_DLEXT_FORCE_LOAD flag"Dmitriy Ivanov2015-04-031-0/+34
|\ \ | |/ |/|
| * Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-0/+34
* | Merge "Look into local group on dlsym with RTLD_DEFAULT"Dmitriy Ivanov2015-04-023-1/+61
|\ \
| * | Look into local group on dlsym with RTLD_DEFAULTDmitriy Ivanov2015-04-023-1/+61
| |/
* | Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices."Yabin Cui2015-04-021-2/+5
|\ \
| * | Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices.Yabin Cui2015-04-011-2/+5
* | | Merge "gtest_repeat should allow negative values."Christopher Ferris2015-04-021-11/+10
|\ \ \ | |_|/ |/| |
| * | gtest_repeat should allow negative values.Christopher Ferris2015-04-021-11/+10
| |/
* | Fix ftw tests when run as non-root.Elliott Hughes2015-04-011-3/+3
* | Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-311-2/+1
|/
* Add test for thread_local keyword.Dmitriy Ivanov2015-03-272-0/+34
* Merge "Revert "Cause Fatal error when invalid pthread_id is detected.""Yabin Cui2015-03-261-39/+7
|\
| * Revert "Cause Fatal error when invalid pthread_id is detected."Yabin Cui2015-03-261-39/+7
* | Merge "Initial implementation of __cxa_thread_atexit_impl"Dmitriy Ivanov2015-03-262-0/+76
|\ \
| * | Initial implementation of __cxa_thread_atexit_implDmitriy Ivanov2015-03-252-0/+76
* | | Hide internal of pthread_mutex_t.Yabin Cui2015-03-251-50/+82
| |/ |/|
* | Cause Fatal error when invalid pthread_id is detected.Yabin Cui2015-03-251-7/+39
|/
* Add test for pthread types alignment check.Yabin Cui2015-03-201-0/+58
* Return EINVAL when calling pthread_detach for joined thread.Yabin Cui2015-03-191-1/+4
* Move open from zip tests to dlextDmitriy Ivanov2015-03-182-69/+50
* Implement lookup by DT_SONAMEDmitriy Ivanov2015-03-182-0/+37
* Merge "Hide statfs/fstatfs' ST_VALID flag from userspace."Elliott Hughes2015-03-182-0/+12
|\
| * Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-0/+12
* | Merge "Support loading shared libraries from zip files"Dimitry Ivanov2015-03-182-3/+51
|\ \ | |/ |/|
| * Support loading shared libraries from zip filesSimon Baldwin2015-03-162-3/+51
* | set errno to ENOENT in getauxval per glibc 2.19Daniel Micay2015-03-171-0/+3
* | Merge "Remove duplication in pthread_mutex.cpp."Yabin Cui2015-03-171-17/+79
|\ \ | |/ |/|
| * Remove duplication in pthread_mutex.cpp.Yabin Cui2015-03-121-17/+79
* | Remove obsolete test_isolated wrapper functionDmitriy Ivanov2015-03-163-101/+51
* | Merge "Hide content of pthread_cond_t in pthread_cond_internal_t."Yabin Cui2015-03-161-5/+67
|\ \