summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Check memory size on FD_* functionsNick Kralevich2013-10-031-0/+14
* Fix 32-bit issues in tests, and add a trivial test for the FD_* macros.Elliott Hughes2013-10-024-5/+50
* FORTIFY_SOURCE: Add __FD_* checksNick Kralevich2013-10-021-0/+7
* Use alloc_size attribute on *alloc functionsNick Kralevich2013-10-021-0/+14
* Merge "libc: fortify recvfrom()"Nick Kralevich2013-09-271-0/+8
|\
| * libc: fortify recvfrom()Nick Kralevich2013-09-241-0/+8
* | Add a unit test for %n.Elliott Hughes2013-09-241-0/+12
|/
* Fix %hhd formats in the printf family.Elliott Hughes2013-09-231-0/+127
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-201-0/+55
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-194-0/+144
* Fix host tests that need the shell.Elliott Hughes2013-09-191-0/+1
* Add bionic-unit-tests-run-on-host special targetPavel Chupin2013-09-181-0/+21
* Move stack unwinding test into library.Christopher Ferris2013-08-291-4/+14
* FORTIFY_SOURCE: introduce __strncpy_chk2Nick Kralevich2013-08-281-0/+60
* Change hard-coded directory.Christopher Ferris2013-08-271-2/+2
* Create bionic unit test library for use with CTS.Christopher Ferris2013-08-271-3/+16
* Work around tzcode's reliance on signed overflow.Elliott Hughes2013-08-221-0/+13
* Merge "Change hard-coded temporary directory."Christopher Ferris2013-08-162-4/+4
|\
| * Change hard-coded temporary directory.Christopher Ferris2013-08-152-4/+4
* | Fix pthread_getcpuclockid.Jeff Hao2013-08-152-1/+11
|/
* Add futimens.Elliott Hughes2013-08-082-0/+54
* Add ssse3 implementation of __memcmp16.Alexander Ivchenko2013-08-021-23/+77
* Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-151-0/+93
* Add a trivial gmtime(3) test.Elliott Hughes2013-07-121-0/+12
* Add <sys/statvfs.h>.Elliott Hughes2013-07-092-0/+72
* Fix inttypes.h PRI?PTR and SCN?PTR macros.Elliott Hughes2013-07-022-0/+45
* More FORTIFY_SOURCE functions under clangNick Kralevich2013-06-291-0/+48
* Reorganize FORTIFY_SOURCE tests.Nick Kralevich2013-06-285-1049/+306
* stdio.h: enable vs?printf clang FORTIFY_SOURCENick Kralevich2013-06-274-0/+219
* Kernel dso support for 'dl_iterate_phdr' functionSergey Melnikov2013-06-253-1/+121
* libc: enable FORTIFY_SOURCE snprintf under clangNick Kralevich2013-06-254-0/+44
* bionic: revert to a single (larger) property areaGreg Hackmann2013-06-242-18/+10
* bionic: make property area expandableGreg Hackmann2013-06-242-27/+105
* libc: enable sprintf FORTIFY_SOURCE under clangNick Kralevich2013-06-244-0/+47
* libc: enable FORTIFY_SOURCE clang strlcpyNick Kralevich2013-06-203-0/+40
* Merge "Fix FORTIFY_SOURCE unittests."Nick Kralevich2013-06-192-4/+12
|\
| * Fix FORTIFY_SOURCE unittests.Nick Kralevich2013-06-192-4/+12
* | bionic: add __system_property_foreachGreg Hackmann2013-06-181-0/+19
|/
* Merge "libc: add limited FORTIFY_SOURCE support for clang"Nick Kralevich2013-06-185-0/+545
|\
| * libc: add limited FORTIFY_SOURCE support for clangNick Kralevich2013-06-185-0/+545
* | bionic: fix deleting property arrays in property benchmarkColin Cross2013-06-181-4/+4
* | bionic: change properties benchmarks to read a single propertyColin Cross2013-06-181-6/+6
|/
* bionic: add tests for propertiesColin Cross2013-06-173-0/+347
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-0/+22
* fix unittests.Nick Kralevich2013-06-113-35/+35
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-072-0/+236
* Add tests for __strcpy_chk()Nick Kralevich2013-06-043-0/+136
* FORTIFY_SOURCE: strcat / strncat optimizeNick Kralevich2013-05-313-0/+312
* Add strncpy FORTIFY_SOURCE tests.Nick Kralevich2013-05-302-0/+48
* libc: cleanup strchrNick Kralevich2013-05-022-0/+16