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
/
stdio_test.cpp
Age
Commit message (
Expand
)
Author
2021-04-12
Switch to libbase SilentDeathTest.
Elliott Hughes
2021-02-18
Fix some bionic death tests.
Elliott Hughes
2021-02-04
Fix freopen() where the path is null.
Elliott Hughes
2020-12-08
Simplify and improve tempnam() and tmpnam().
Elliott Hughes
2020-08-12
Various coverage improvements.
Elliott Hughes
2020-06-11
Update upstream OpenBSD gdtoa.
Elliott Hughes
2020-01-07
Explicitly test printf %s with nullptr.
Elliott Hughes
2019-08-02
Add renameat2.
Elliott Hughes
2019-05-07
Add SEEK_DATA and SEEK_HOLE constants.
Elliott Hughes
2019-05-04
Revert fwalk/sfp locking to fix concurrent reads
Ryan Prichard
2019-03-12
bionic tests: use GTEST_SKIP.
Elliott Hughes
2019-02-05
Avoid writing to a zero-capacity buffer.
Elliott Hughes
2018-12-11
Fix cert-dcl16-c clang-tidy warnings in tests.
Chih-Hung Hsieh
2018-11-13
bionic tests: switch to using android-base/file.h for TemporaryFile
Mark Salyzyn
2018-09-06
Use strerror_r(3) for the printf family %m.
Elliott Hughes
2018-08-30
Add the %m GNU extension to printf/wprintf.
Elliott Hughes
2018-08-23
Fix uses of readlink in tests.
Christopher Ferris
2018-08-22
Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present.
Elliott Hughes
2018-08-02
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-19
Introduce api to track fd ownership in libc.
Josh Gao
2018-07-11
Reimplement popen(3)/pclose(3).
Elliott Hughes
2018-03-07
Call __fortify_fatal if printf sees %n.
Elliott Hughes
2018-01-19
Support %mc/%ms/%m[ in sscanf.
Elliott Hughes
2017-12-15
A few more trivial tests.
Elliott Hughes
2017-12-12
More scanf cleanup.
Elliott Hughes
2017-12-07
Add sscanf %[ tests and fix the bug that fell out.
Elliott Hughes
2017-11-07
Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB
Ryan Prichard
2017-11-02
More printf de-duplication.
Elliott Hughes
2017-11-01
Start de-duplicating the regular and wide printf implementations.
Elliott Hughes
2017-10-31
More missing _unlocked <stdio.h> functions.
Elliott Hughes
2017-08-09
Expand swprintf tests.
Dan Albert
2017-07-31
Clean up some <stdio.h> constants.
Elliott Hughes
2017-07-25
Use O_APPEND for stdio append mode.
Elliott Hughes
2017-07-24
Replace fmemopen.
Elliott Hughes
2017-01-11
Improve fmemopen tests.
Josh Gao
2016-09-15
Fix instances of '#if __LP64__'.
Josh Gao
2016-09-07
Fix sscanf/wcstod parsing of NaNs.
Elliott Hughes
2016-08-10
Fortify vsnprintf in more cases.
Elliott Hughes
2016-08-05
Reimplement remove(3) without the lstat(2).
Elliott Hughes
2016-08-01
More stdio one-liners.
Elliott Hughes
2016-06-09
Add ctermid.
Elliott Hughes
2016-02-05
Add a test for a possible overflow in *printf.
Elliott Hughes
2016-02-05
Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.
Elliott Hughes
2016-02-03
Add fopen64/freopen64/tmpfile64 aliases.
Elliott Hughes
2016-02-02
Expose ftello64.
Elliott Hughes
2016-01-26
Fix a sign extension bug in stdio.
Elliott Hughes
2016-01-26
Implement funopen64.
Elliott Hughes
2016-01-26
Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.
Elliott Hughes
2016-01-22
Add another stdio test.
Elliott Hughes
2016-01-21
Simplify fseek/ftell.
Elliott Hughes
[next]