summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Added ftw64, nftw64"Calin Juravle2014-02-253-10/+122
|\
| * Added ftw64, nftw64Calin Juravle2014-02-243-10/+122
* | Merge "Added mkstemp64"Calin Juravle2014-02-252-4/+22
|\ \ | |/
| * Added mkstemp64Calin Juravle2014-02-242-4/+22
* | Remove <asm/page.h>.Elliott Hughes2014-02-241-2/+2
* | Merge "Fixed int fast types for LP64"Calin Juravle2014-02-212-0/+38
|\ \ | |/
| * Fixed int fast types for LP64Calin Juravle2014-02-212-0/+38
* | Fix signbit / infinite / isinf / isnan unit tests.Narayan Kamath2014-02-191-24/+50
|/
* Add missing file from previous change.Elliott Hughes2014-02-181-0/+61
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-185-22/+125
* Fix x86 build.Elliott Hughes2014-02-181-0/+1
* bionic: fix __set_errno for arm64 syscalls that return a 64-bit valueColin Cross2014-02-181-0/+23
* Restore sys_signame for LP64.Elliott Hughes2014-02-121-1/+1
* Clean up sys_signame and sys_siglist a little.Elliott Hughes2014-02-121-0/+14
* Make sure that the same tests are on all platforms.Christopher Ferris2014-02-0620-302/+614
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-031-0/+49
* Fix pthread_test to work with gtest 1.7.0.Elliott Hughes2014-01-281-3/+7
* Fix 32-bit mmap/mmap64 handling of negative offsets.Elliott Hughes2014-01-272-0/+31
* Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX ...Elliott Hughes2014-01-241-2/+0
* bionic: rename aarch64 target to arm64Colin Cross2014-01-231-2/+2
* Fix <sys/resource.h>.Elliott Hughes2014-01-092-0/+88
* Merge "Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone"Elliott Hughes2014-01-061-1/+1
|\
| * Pass a valid stack pointer to __bionic_clone in pthread.__bionic_cloneChris Dearman2014-01-041-1/+1
* | Fix dev_t (for LP64).Elliott Hughes2014-01-032-0/+44
|/
* Don't abort in stdio.getdelim_invalid and stdio.getline_invalid.Elliott Hughes2013-12-191-0/+2
* Fix compilation of crtbegin.c and pthread_debug.cpp.Elliott Hughes2013-12-181-1/+1
* AArch64: Linker64 support for AArch64Marcus Oakland2013-12-171-3/+0
* AArch64: Add fixes to bionic/testsSerban Constantinescu2013-12-161-0/+8
* PTHREAD_KEYS_MAX cleanup.Elliott Hughes2013-12-121-0/+5
* Merge "bionic: move benchmarks out of tests directory"Colin Cross2013-12-117-667/+0
|\
| * bionic: move benchmarks out of tests directoryColin Cross2013-12-107-667/+0
* | Add strcmp/memcmp testing.Christopher Ferris2013-12-033-8/+209
* | Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEADThe Android Open Source Project2013-11-221-0/+78
|\ \
| * \ am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending."Elliott Hughes2013-10-161-17/+41
| |\ \
| * \ \ am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all p...Elliott Hughes2013-10-151-0/+33
| |\ \ \
| * \ \ \ am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask imp...Elliott Hughes2013-10-151-0/+19
| |\ \ \ \
| * \ \ \ \ am 4691325d: am abeafbd6: Merge "Wrap sprintf()/snprintf() macros to prevent ...Stephen Hines2013-10-111-0/+18
| |\ \ \ \ \
| * \ \ \ \ \ am 36959302: am 8704ada3: Merge "Fix clang warnings in bionic."Stephen Hines2013-10-113-6/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 95de0df8: am eda2679e: Merge "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-091-0/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am b35ebe3d: am 848efa9d: Merge "Revert "FORTIFY_SOURCE: fortify read()""Nick Kralevich2013-10-091-10/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 731ced6b: am c147478c: Merge "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-091-0/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 2e819c58: am 2ff3c746: Merge "Check memory size on FD_* functions"Nick Kralevich2013-10-031-0/+14
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am 2a3d760e: am 00a816e5: Merge "Fix 32-bit issues in tests, and add a trivia...Elliott Hughes2013-10-024-5/+50
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am 8598cd68: am f741e1c2: Merge "FORTIFY_SOURCE: Add __FD_* checks"Nick Kralevich2013-10-021-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ am f7da611b: am 00d51c9f: Merge "Use alloc_size attribute on *alloc functions"Nick Kralevich2013-10-021-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 34c2a9fc: Move stack unwinding test into library.Christopher Ferris2013-09-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Move stack unwinding test into library.Christopher Ferris2013-09-231-4/+14
| * | | | | | | | | | | | | | | Fix line that got removed by merge.Christopher Ferris2013-09-291-0/+1
| * | | | | | | | | | | | | | | resolved conflicts for merge of f4af9110 to klp-dev-plus-aospConley Owens2013-09-271-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Create bionic unit test library for use with CTS.Christopher Ferris2013-09-231-3/+16