summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "support _POSIX_CPUTIME"Yabin Cui2014-12-012-2/+31
|\
| * support _POSIX_CPUTIMEYabin Cui2014-11-262-2/+31
* | bionic tests: add setjmp/_setjmp/sigsetjmp tests.Yongqin Liu2014-11-262-0/+148
|/
* Merge "flesh out sysconf(3) and the _POSIX_* constants"Yabin Cui2014-11-241-131/+281
|\
| * flesh out sysconf(3) and the _POSIX_* constantsYabin Cui2014-11-211-131/+281
* | Rename test_forked -> test_isolatedDmitriy Ivanov2014-11-202-2/+9
* | Merge "Add test_forked() option"Dmitriy Ivanov2014-11-212-13/+49
|\ \
| * | Add test_forked() optionDmitriy Ivanov2014-11-202-13/+49
* | | Merge "Make the ftw(3) tests a bit more thorough."Elliott Hughes2014-11-201-29/+27
|\ \ \ | |/ / |/| |
| * | Make the ftw(3) tests a bit more thorough.Elliott Hughes2014-11-191-29/+27
| |/
* | Merge "Yet another relocation test"Dmitriy Ivanov2014-11-195-1/+107
|\ \
| * | Yet another relocation testDmitriy Ivanov2014-11-195-1/+107
| |/
* | Merge "fix shared gid support in getpwnam/getgrnam"Yabin Cui2014-11-191-44/+192
|\ \ | |/ |/|
| * fix shared gid support in getpwnam/getgrnamYabin Cui2014-11-181-44/+192
* | Fix jump to unmapped memory on atexitDmitriy Ivanov2014-11-181-0/+16
* | Merge "libc: Fix mktime returns an uncorrect time in empty TZ case"Elliott Hughes2014-11-171-0/+24
|\ \ | |/ |/|
| * libc: Fix mktime returns an uncorrect time in empty TZ caseSatoru Takeuchi2014-11-141-0/+24
* | Merge "bionic/test: migrate sysconf tests from system/extras to bionic/tests"Dmitriy Ivanov2014-11-171-4/+135
|\ \
| * | bionic/test: migrate sysconf tests from system/extras to bionic/testsDerek Xue2014-11-151-4/+135
| |/
* | Merge "Add getaddrinfo(3) tests for NULL arguments."Elliott Hughes2014-11-171-0/+17
|\ \
| * | Add getaddrinfo(3) tests for NULL arguments.Elliott Hughes2014-11-161-0/+17
* | | Merge "Allow asan for glibc tests."Dan Albert2014-11-152-0/+5
|\ \ \ | |_|/ |/| |
| * | Allow asan for glibc tests.Dan Albert2014-11-142-0/+5
* | | Add functions in sysinfo.h.Yabin Cui2014-11-142-0/+34
* | | Merge "Increase support of pathconf options."Yabin Cui2014-11-141-0/+21
|\ \ \ | |/ / |/| |
| * | Increase support of pathconf options.Yabin Cui2014-11-141-0/+21
* | | Fix host build for arm/arm64Dmitriy Ivanov2014-11-141-2/+7
* | | Add test for --hash-style=sysvDmitriy Ivanov2014-11-143-4/+35
* | | Merge "Add missing function prototypes wcpcpy/wcpncpy."Christopher Ferris2014-11-141-5/+75
|\ \ \
| * | | Add missing function prototypes wcpcpy/wcpncpy.Christopher Ferris2014-11-131-5/+75
| | |/ | |/|
* | | Fix our <mntent.h> implementation.Elliott Hughes2014-11-131-8/+14
|/ /
* | Assume glibc >= 2.15.Elliott Hughes2014-11-122-57/+1
* | Merge "Fix glibc 2.15 build."Elliott Hughes2014-11-133-23/+16
|\ \
| * | Fix glibc 2.15 build.Elliott Hughes2014-11-123-23/+16
| |/
* | Add support for hash-style=gnuDmitriy Ivanov2014-11-122-12/+25
|/
* Merge "implement missing seekdir and telldir"Yabin Cui2014-11-122-1/+48
|\
| * implement missing seekdir and telldirYabin Cui2014-11-072-1/+48
* | Merge "gethostname.c: change to report ENAMETOOLONG error when buflen is less"Elliott Hughes2014-11-121-6/+8
|\ \
| * | gethostname.c: change to report ENAMETOOLONG error when buflen is lessYongqin Liu2014-11-121-6/+8
* | | Merge "bionic tests: migrate gethostname test to unistd_test.cpp from system/...Elliott Hughes2014-11-121-0/+22
|\ \ \ | |/ /
| * | bionic tests: migrate gethostname test to unistd_test.cpp from system/extrasDerek Xue2014-11-121-0/+22
* | | Add align/overread tests for strlcpy/strlcat.Christopher Ferris2014-11-101-9/+93
|/ /
* | Add sethostname(2).Elliott Hughes2014-11-071-0/+8
* | Implement all the POSIX _l functions.Elliott Hughes2014-11-061-0/+31
* | Add POSIX lcong48.Elliott Hughes2014-11-061-0/+66
* | Merge "Fix our <complex.h> support."Elliott Hughes2014-11-062-0/+261
|\ \ | |/ |/|
| * Fix our <complex.h> support.Elliott Hughes2014-11-062-0/+261
* | make all bionic death tests not dumpableYabin Cui2014-11-067-96/+80
|/
* Merge "check invalid file offset when loading library"Yabin Cui2014-11-051-3/+17
|\
| * check invalid file offset when loading libraryYabin Cui2014-11-041-3/+17