summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdio
AgeCommit message (Expand)Author
2021-10-31Skip the test when there is insufficient disk space. Fixes PR misc/56324.gson
2021-09-11tests/stdio: normalize whitespacerillig
2021-09-09tests/stdio: disable flappy test for EINTR with _IOFBF for nowrillig
2021-09-05tests/stdio: use standard ATF tools for verifying the test outputrillig
2021-09-05tests/stdio: wrap test command with atf_checkrillig
2021-09-05tests/stdio: on test failure, print more detailsrillig
2021-07-10Use intmax_t to printf an off_tmartin
2021-07-10add more info to ease future debugging.christos
2021-07-10space before starchristos
2021-07-09Make opts.cmd const char * rather than char * -- nothing ever modifieskre
2021-07-09fixes from RVPchristos
2021-07-08fix printf format stringschristos
2021-07-08need to set BINDIRchristos
2021-07-08Add interrupted I/O tests (from RVP)christos
2020-06-29Use -Wl,--no-fatal-warnings for the mktemp(3) test.jruoho
2020-06-27Move the test for mktemp(3) to the right place.jruoho
2020-02-21Avoid undefined behavior in is_module_present()kamil
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