summaryrefslogtreecommitdiff
path: root/tests/usr.bin
AgeCommit message (Collapse)Author
2014-02-06Pass the correct buffer size.joerg
2014-02-04Handle another declaration after statement case for lint in c99 mode.njoly
Add the corresponding testcase.
2014-01-07Add some minimal tests of vmstat(1), to serve as regression testsgson
for PR bin/44518.
2013-08-11Add some cases pertaining to another bug I just fixed.dholland
2013-08-11Remove xfail for PR 48113.dholland
2013-08-10Add tests for tr, including an xfail one for PR 48113.dholland
2013-07-24adjust for make(1) printing the nesting level.christos
2013-05-17PR/47825: Garrett Cooper: Fix hardcoding of NetBSD in t_grep.shchristos
2013-04-07don't run with -n if you expect protocol translation from number to name.christos
2013-03-14Prevent the sed command in c2048 from getting stuck.jmmv
Provide some unused input to the sed command in the c2048 test to prevent the test from getting stuck waiting for input from stdin that will never arrive. I don't know why I'm hitting this now (might be a difference between atf-run and kyua), but this is a bug in the test.
2013-02-19Check for RUMP programs before using them.joerg
2012-12-10add a test case for PR/47306christos
2012-12-02Remove the Atffile, which should not have been added in the first place.agc
With thanks to Herbert J. Skuhra and Paul Goyette
2012-11-20descend into netpgpverify test directory tooagc
2012-11-20Add tests for netpgpverify.agc
2012-10-15Add a small testcase for PR/47068.njoly
2012-09-25Simplify the BDZ compression function, making it smaller at the samejoerg
time. Fixes a bug where non-minimal hash functions could be created. Add regression tests for BDZ, including the map output functionality.
2012-08-26Add a new "-P prefix" option to mkdep(1).jmmv
This option prepends the string given in prefix to every target filename. This is useful for programs that have source files in multiple subdirectories and a single Makefile that references all of them explicitly (without using the VPATH functionality because there can be files with the same name in each subdirectory).
2012-07-22Add basic regression test for nbperf(1)joerg
2012-07-21Add a test case that (if gcc supports it on the current arch) to compilemartin
a PIE binary and see if we can run it.
2012-06-06Add a basic test for infocmp - this would have cought todays terminfomartin
lossage (PR lib/46553).
2012-05-19Make the test pass. It appears that this however does not reproduce thejruoho
PR kern/46463, even though the command is exactly the same.
2012-05-18Add a test case for PR kern/46463. From Richard Hansen.jruoho
2012-05-07Adapt to repository move of dist from external/bsd/bzip2 towiz
external/bsd/bzip2/dist.
2012-05-07Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.wiz
2012-03-27Fix typo.jruoho
2012-03-27Append a case for (fixed) PR bin/25899. From Min Sik Kim.jruoho
2012-03-20Add missing text file. Pointed out by P. Welche.jruoho
2012-03-20Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,jruoho
all fixed long time ago.
2012-03-19As noted by christos@ in rev. 1.4 to t_awk.sh, the "period" test has beenjruoho
broken all along. Fix expected output (tested on Linux, GNU awk 1.3.3).
2012-03-19Remove check.jruoho
2012-03-19Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago.jruoho
2012-03-19Add a case also for (fixed) PR bin/42261.jruoho
2012-03-18say what happened.christos
2012-03-18Add a better check for the previous.jruoho
2012-03-18Also verify that PR bin/44179 is no longer an issue.jruoho
2012-03-18Now that this works, test also some random exit statuses.jruoho
2012-03-18Remove xfail as PR 44973 is fixed. (Note that it was Nat Sloss who diddholland
the work of figuring out what was wrong.)
2012-03-18Add some tests for selection of line ranges, based on a case that camedholland
across the POSIX list a few days ago and some related phenomena.
2012-03-18Add a case for PR bin/44973.jruoho
2012-03-18Add a test case for PR bin/28126. Does not fail with GNU sed.jruoho
2012-03-18Move more PR references from comments to ATF's "descr".jruoho
2012-03-17The problem has been fixed and the test is broken. awk always uses thechristos
C locale for LC_NUMERIC.
2012-03-17Deprecate tests/toolchain.jruoho
2012-03-17Deprecate tests/util.jruoho
2012-03-13PRs bin/41880 and bin/26453 were fixed, so remove xfails.jruoho
2012-03-11Move the existing tests from util/awk to usr.bin/awk.jruoho
2012-03-10fix typos.christos
2012-03-10PR/46155: Miguel PiƱeiro Jr: awk RS handling is broken. Add the test caseschristos
from the PR.
2011-06-14mkdep(1) needs cc(1). Make testcase check for them.njoly