summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdio
AgeCommit message (Expand)Author
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