summaryrefslogtreecommitdiff
path: root/tests/stdlib_test.cpp
AgeCommit message (Expand)Author
2021-04-12Switch to libbase SilentDeathTest.Elliott Hughes
2021-03-08Improve system() coverage.Elliott Hughes
2021-02-04Fix freopen() where the path is null.Elliott Hughes
2020-08-12Various coverage improvements.Elliott Hughes
2020-01-23Merge "Reimplement realpath."Elliott Hughes
2020-01-23Initialize __progname correctly.Elliott Hughes
2020-01-22Reimplement realpath.Elliott Hughes
2019-03-01Make aligned_alloc match the standard.Christopher Ferris
2019-01-30Updates for glibc 2.17.Elliott Hughes
2018-12-18Make stdlib.getloadavg more resiliant.Elliott Hughes
2018-11-13bionic tests: switch to using android-base/file.h for TemporaryFileMark Salyzyn
2018-11-06Disable a few bionic tests under HWASan.Evgenii Stepanov
2018-10-23Add getloadavg(3).Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-02-07Add aligned_alloc to libc.Christopher Ferris
2017-12-21Simplify atoi*/strto* for signed integers.Elliott Hughes
2017-12-19Use std::to_string instead of std::stringstream.Elliott Hughes
2017-12-19Refactor the ato* and strto* family.Elliott Hughes
2017-12-15A few more trivial tests.Elliott Hughes
2017-12-07A few new bionic tests.Aleksandra Tsvetkova
2017-11-08Add trivial ttyname(3) test.Elliott Hughes
2017-09-07Trivial tests for <inttypes.h>/<stdlib.h> *abs and *div functions.Elliott Hughes
2017-08-14libc fortify: error on realpath(NULL, foo)George Burgess IV
2017-07-13Apply recent strto* fix, add new tests.Elliott Hughes
2017-06-15Update posix_memalign testing.Christopher Ferris
2016-12-02Fix wcsto* where strings begin with whitespace.Dan Albert
2016-09-07Fix sscanf/wcstod parsing of NaNs.Elliott Hughes
2016-04-28Implement mblen(3).Elliott Hughes
2016-04-04Add POSIX getsubopt(3).Elliott Hughes
2016-01-26Factor out the waiting for children in bionic tests.Elliott Hughes
2014-11-06Add POSIX lcong48.Elliott Hughes
2014-11-06make all bionic death tests not dumpableYabin Cui
2014-10-28Extra strtod/strtof tests.Elliott Hughes
2014-09-30Update our FreeBSD realpath(3) to upstream head.Elliott Hughes
2014-09-23CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes
2014-09-23Pull in upstream fixes to reject invalid bases.Elliott Hughes
2014-07-25Fix linkage of grantpt(3).Elliott Hughes
2014-07-14Implement rand/srand in terms of random/srandom.Elliott Hughes
2014-06-12Get the full set of PRNG functions in <stdlib.h>Elliott Hughes
2014-05-13Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes
2014-04-29Adds quick_exit(3) and at_quick_exit(3) from freebsdDan Albert
2014-04-08Implement _Exit(3).Elliott Hughes
2014-03-17Use the float/double assert macros.Christopher Ferris
2014-03-12Ensure we always have symbols for atof, strtof, strtold.Elliott Hughes
2014-03-12Include what you use.Elliott Hughes
2014-03-11Add a basic unit test for system(3).Elliott Hughes
2014-02-24Added mkstemp64Calin Juravle
2013-11-18Fix pthread_join.Elliott Hughes
2013-04-11Switch to current FreeBSD qsort.Elliott Hughes
2013-03-01Move realpath.c to upstream-freebsd.Elliott Hughes