summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move stack unwinding test into library.Christopher Ferris2013-09-231-4/+14
* Create bionic unit test library for use with CTS.Christopher Ferris2013-09-231-3/+16
* Change hard-coded directory.Christopher Ferris2013-09-231-2/+2
* Change hard-coded temporary directory.Christopher Ferris2013-09-232-4/+4
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-101-0/+54
* Fix pthread_getcpuclockid.Jeff Hao2013-08-262-1/+11
* Work around tzcode's reliance on signed overflow.Elliott Hughes2013-08-221-0/+13
* Add futimens.Elliott Hughes2013-08-082-0/+54
* am 3287dccf: Merge "Add ssse3 implementation of __memcmp16."Elliott Hughes2013-08-021-23/+77
|\
| * Add ssse3 implementation of __memcmp16.Alexander Ivchenko2013-08-021-23/+77
* | am 5148661f: am 67750c85: Merge "Fix pthread_getattr_np, pthread_attr_setguar...Elliott Hughes2013-07-151-0/+93
|\ \ | |/
| * Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-151-0/+93
* | am 7e56f462: am 3db1f359: Merge "Add a trivial gmtime(3) test."Elliott Hughes2013-07-121-0/+12
|\ \ | |/
| * Add a trivial gmtime(3) test.Elliott Hughes2013-07-121-0/+12
* | am 731f7c2d: am 9d476716: Merge "Add <sys/statvfs.h>."Elliott Hughes2013-07-112-0/+72
|\ \ | |/
| * Add <sys/statvfs.h>.Elliott Hughes2013-07-092-0/+72
* | am 7c808b29: am feec97a7: Merge "Fix inttypes.h PRI?PTR and SCN?PTR macros."Elliott Hughes2013-07-022-0/+45
|\ \ | |/
| * Fix inttypes.h PRI?PTR and SCN?PTR macros.Elliott Hughes2013-07-022-0/+45
* | am 28d298a6: am 413eef71: Merge "More FORTIFY_SOURCE functions under clang"Nick Kralevich2013-07-011-0/+48
|\ \ | |/
| * More FORTIFY_SOURCE functions under clangNick Kralevich2013-06-291-0/+48
* | am 2018cfa8: am 394df35e: Merge "Reorganize FORTIFY_SOURCE tests."Nick Kralevich2013-06-285-1049/+306
|\ \ | |/
| * Reorganize FORTIFY_SOURCE tests.Nick Kralevich2013-06-285-1049/+306
* | am f9ef0106: am 78a7bf99: Merge "stdio.h: enable vs?printf clang FORTIFY_SOURCE"Nick Kralevich2013-06-274-0/+219
|\ \ | |/
| * stdio.h: enable vs?printf clang FORTIFY_SOURCENick Kralevich2013-06-274-0/+219
* | am d31287d6: am 7d624e9a: Merge "Kernel dso support for \'dl_iterate_phdr\' f...Elliott Hughes2013-06-253-1/+121
|\ \ | |/
| * Kernel dso support for 'dl_iterate_phdr' functionSergey Melnikov2013-06-253-1/+121
* | am 71802135: am bfacb603: Merge "libc: enable FORTIFY_SOURCE snprintf under c...Nick Kralevich2013-06-254-0/+44
|\ \ | |/
| * 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
* | bionic: revert to a single (larger) property areaGreg Hackmann2013-06-252-18/+10
* | bionic: add hierarchical properties testGreg Hackmann2013-06-251-0/+78
* | am 95448039: am 0ea1d5c0: Merge "libc: enable sprintf FORTIFY_SOURCE under cl...Nick Kralevich2013-06-254-0/+47
|\ \ | |/
| * libc: enable sprintf FORTIFY_SOURCE under clangNick Kralevich2013-06-244-0/+47
* | Revert "bionic: add hierarchical properties test"Greg Hackmann2013-06-241-78/+0
* | Revert "bionic: revert to a single (larger) property area"Greg Hackmann2013-06-242-10/+18
* | bionic: revert to a single (larger) property areaGreg Hackmann2013-06-242-18/+10
* | bionic: add hierarchical properties testGreg Hackmann2013-06-241-0/+78
* | am 5fed0eea: am 0ce28d20: Merge "libc: enable FORTIFY_SOURCE clang strlcpy"Nick Kralevich2013-06-203-0/+40
|\ \ | |/
| * libc: enable FORTIFY_SOURCE clang strlcpyNick Kralevich2013-06-203-0/+40
* | bionic: make property area expandableGreg Hackmann2013-06-192-27/+105
|/
* 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