summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdio
AgeCommit message (Expand)Author
2019-07-16PR misc/54382: whenever open(2) is called with O_CREAT, make sure tomartin
2019-02-05Add 2 new tests in t_fopenkamil
2017-11-06In the fopen_regular and fopen_symlink tests, when (that is, if) akre
2017-11-06add a symlink testchristos
2014-10-19Add negative offset checks to fseekojustin
2014-10-15PR standards/49279 add tests for open_memstream, ported from OpenBSDjustin
2013-10-19fix unused variable warningschristos
2013-04-25Since the mktemp test case uses mktemp, make linker warnings non-fatal.joerg
2013-04-22new mktemp testchristos
2013-02-15look at my index fingerchristos
2012-04-11Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts.jruoho
2012-03-18Verify that PR lib/22019 is no longer an issue.jruoho
2012-03-18Move the references to PRs from code comments to the test description. Oncejruoho
2012-03-15Fix format strings to properly quote %.joerg
2012-02-26add a test to verify that snprintf float does not leak.christos
2012-02-17add positional argument testschristos
2011-09-14A test case may not assume opening /dev/tty does something sensible.martin
2011-09-12Add one more case. Also remove a double fclose(3) and do notjruoho
2011-09-11Naive tests for the naive putc(3) family.jruoho
2011-09-11Few unit tests for the fopen(3) family.jruoho
2011-09-11Couple of unit tests for fflush(3).jruoho
2011-08-22Requires stdint.h.dholland
2011-07-13Rename few test case names. No functional change.jruoho
2011-07-08Split out 't_printf' and 't_scanf' from 't_format' to gain the commonjruoho
2011-06-11Turn warns on for all tests and fix all the bugs.christos
2011-05-01Naive tests for clearerr(3).jruoho
2010-12-23Migrate a couple more tests to aftpgoyette
2010-12-23Fix the $NetBSD$ tag (missed the trailing $)pgoyette
2010-12-21Migrate a few more tests from old regress style to atfpgoyette
2010-12-01comment why vax is left out of all the funpooka
2010-11-22vax doesn't have ieee fp, so, don't try to test ieee fp on vax.mrg
2010-11-19Add testcase for PR/44113: printf(3) should ignore zero padding fornjoly
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-09-24add fmemopen(3) derrived from POSIX:2008.tnozaki