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