index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
bin
Age
Commit message (
Expand
)
Author
2015-01-09
Add test suites for SHA-224 and SHA-384.
Lawrence Teo
2014-11-25
don't fail, even if running as root.
Daniel Dickman
2014-07-14
Add sendsyslog too, and sort
Philip Guenther
2014-07-14
Update systrace policies for arc4random changes
Philip Guenther
2014-03-26
Remove sum test since sum(1) is gone; add sha512 test
Lawrence Teo
2014-03-20
Enable ps regression tests
Lawrence Teo
2014-03-20
Basic tests for ps(1) to check for valid/invalid keywords
Lawrence Teo
2013-12-02
Move ksh test files into regress.
Todd C. Miller
2013-06-17
Irony: forgetting to link in the 'ln' tests
Philip Guenther
2013-06-09
Add test for "true && true && false" and "set -e".
Todd C. Miller
2013-06-08
POSIX specifies that for an AND/OR list, only the last command's
Todd C. Miller
2013-06-07
stuff that currently doesn't match what posix says, naddy agrees
Marc Espie
2013-03-12
Add support for the -L and -P options.
Philip Guenther
2012-08-21
Use $(.CURDIR) to locate source files so tests still work with 'make
Matthew Dempsky
2011-07-09
Move test(1) test into regress.
Nicholas Marriott
2010-08-08
remove rmd160 and add cksum, sha256, and sum while here
David Krause
2010-03-24
tests for ${name#pat} and ${name%pat} issue.
Federico G. Schwindt
2009-01-29
pass "xerrok" status across the execution call stack to more closely
Jared Yanovich
2006-08-10
failing qt4 test case.
Marc Espie
2006-07-21
Test that "cpio -o" does not segfault when called with no input.
Ray Lai
2006-01-25
append without a file list should not corrupt a tar file;
Markus Friedl
2005-06-13
Add regression test for writing old-style tar headers containing names
Otto Moerbeek
2005-04-30
Test various edge cases reading ustar archives.
Otto Moerbeek
2005-04-15
t1: only do a short listing, t2: test for tar.c, rev 1.36
Markus Friedl
2005-04-14
Initial pax regression tests. OK otto
Chad Loder
2004-08-07
update policy for libc changes (getrlimit)
marius eriksen
2004-01-15
add simple systrace regresssion test
Nikolay Sturm
2003-12-15
Regression test for PR 2450.
Otto Moerbeek
2003-02-09
a common construct that ksh fails.
Marc Espie
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-02-27
Add regress test for ksh bug, crash trigger provided by nino@. ok espie@
Daniel Hartmeier
2002-02-23
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
Artur Grabowski
2002-02-18
A complete rewrite.
Artur Grabowski
2002-01-01
trivial conversions to bsd.regress.mk
Artur Grabowski
2001-06-05
Add a Makefile that will recurse
Niklas Hallqvist
2001-06-04
trivial regression tests for md5/sha1/rmd160 driver
Todd C. Miller