index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
stdio
Age
Commit message (
Expand
)
Author
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
2010-09-24
add fmemopen(3) derrived from POSIX:2008.
tnozaki