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