| Age | Commit message (Expand) | Author |
| 2021-10-31 | Skip the test when there is insufficient disk space. Fixes PR misc/56324. | gson |
| 2021-09-11 | tests/stdio: normalize whitespace | rillig |
| 2021-09-09 | tests/stdio: disable flappy test for EINTR with _IOFBF for now | rillig |
| 2021-09-05 | tests/stdio: use standard ATF tools for verifying the test output | rillig |
| 2021-09-05 | tests/stdio: wrap test command with atf_check | rillig |
| 2021-09-05 | tests/stdio: on test failure, print more details | rillig |
| 2021-07-10 | Use intmax_t to printf an off_t | martin |
| 2021-07-10 | add more info to ease future debugging. | christos |
| 2021-07-10 | space before star | christos |
| 2021-07-09 | Make opts.cmd const char * rather than char * -- nothing ever modifies | kre |
| 2021-07-09 | fixes from RVP | christos |
| 2021-07-08 | fix printf format strings | christos |
| 2021-07-08 | need to set BINDIR | christos |
| 2021-07-08 | Add interrupted I/O tests (from RVP) | christos |
| 2020-06-29 | Use -Wl,--no-fatal-warnings for the mktemp(3) test. | jruoho |
| 2020-06-27 | Move the test for mktemp(3) to the right place. | jruoho |
| 2020-02-21 | Avoid undefined behavior in is_module_present() | kamil |
| 2019-07-16 | PR misc/54382: whenever open(2) is called with O_CREAT, make sure to | martin |
| 2019-02-05 | Add 2 new tests in t_fopen | kamil |
| 2017-11-06 | In the fopen_regular and fopen_symlink tests, when (that is, if) a | kre |
| 2017-11-06 | add a symlink test | christos |
| 2014-10-19 | Add negative offset checks to fseeko | justin |
| 2014-10-15 | PR standards/49279 add tests for open_memstream, ported from OpenBSD | justin |
| 2013-10-19 | fix unused variable warnings | christos |
| 2013-04-25 | Since the mktemp test case uses mktemp, make linker warnings non-fatal. | joerg |
| 2013-04-22 | new mktemp test | christos |
| 2013-02-15 | look at my index finger | christos |
| 2012-04-11 | Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts. | jruoho |
| 2012-03-18 | Verify that PR lib/22019 is no longer an issue. | jruoho |
| 2012-03-18 | Move the references to PRs from code comments to the test description. Once | jruoho |
| 2012-03-15 | Fix format strings to properly quote %. | joerg |
| 2012-02-26 | add a test to verify that snprintf float does not leak. | christos |
| 2012-02-17 | add positional argument tests | christos |
| 2011-09-14 | A test case may not assume opening /dev/tty does something sensible. | martin |
| 2011-09-12 | Add one more case. Also remove a double fclose(3) and do not | jruoho |
| 2011-09-11 | Naive tests for the naive putc(3) family. | jruoho |
| 2011-09-11 | Few unit tests for the fopen(3) family. | jruoho |
| 2011-09-11 | Couple of unit tests for fflush(3). | jruoho |
| 2011-08-22 | Requires stdint.h. | dholland |
| 2011-07-13 | Rename few test case names. No functional change. | jruoho |
| 2011-07-08 | Split out 't_printf' and 't_scanf' from 't_format' to gain the common | jruoho |
| 2011-06-11 | Turn warns on for all tests and fix all the bugs. | christos |
| 2011-05-01 | Naive tests for clearerr(3). | jruoho |
| 2010-12-23 | Migrate a couple more tests to aft | pgoyette |
| 2010-12-23 | Fix the $NetBSD$ tag (missed the trailing $) | pgoyette |
| 2010-12-21 | Migrate a few more tests from old regress style to atf | pgoyette |
| 2010-12-01 | comment why vax is left out of all the fun | pooka |
| 2010-11-22 | vax doesn't have ieee fp, so, don't try to test ieee fp on vax. | mrg |
| 2010-11-19 | Add testcase for PR/44113: printf(3) should ignore zero padding for | njoly |
| 2010-11-03 | add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing | christos |