tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
regress
/
usr.bin
/
at
jcs
50 folders
1 file
apply
Fix .CURDIR to run with obj directory. Avoid useless sub shell in make command. Be more verbose as such tests are easier to debug. Use absolute path by default to see which apply is tested.
8 years ago
basename
Adapt test for "" now that we have reverted back to the old behaviour.
21 years ago
bc
Remove some of the workarounds for the tests by inputing the right numbers (without impliciit conversion from int to long double).
4 years ago
calendar
Test that "calendar -A 0" on a Friday doesn't include weekend events. From Andy Bradford
7 years ago
colrm
tests for double backspace after double-width characters
10 years ago
column
Stop overriding the regress target and use REGRESS_TARGETS instead.
3 years ago
ctfdump
Cope with recent ctfdump output changes.
2 years ago
cut
Fix overflow in list value parsing.
8 years ago
cvs
cvs(1) populates the author keyword using getlogin(2), therefore favor logname(1) when normalizing the output.
3 years ago
dc
Adapt to change in 0Z
8 years ago
diff
Sweep up more softdep crumbs.
2 years ago
diff3
regress test for diff3prog handling of unchanged files
20 years ago
dirname
Tests for dirname(1). From NetBSD with some local changes.
21 years ago
doas
regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually very specific behaviour
4 years ago
file
Delete variable REGRESS_TARGET, missing plural S is a typo and it is not used. Convert tests into a common style. OK anton@
8 years ago
fmt
Stop overriding the regress target and use REGRESS_TARGETS instead.
3 years ago
fold
Stop overriding the regress target and use REGRESS_TARGETS instead.
3 years ago
ftp
Revert previous, making nc silent again.
1 year ago
grep
Add expected output files, missed in previous commit. I hope our grep is producing the wanted output at this point.
2 years ago
gzip
Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"
2 years ago
join
- Fix UTF-8 regression test when running with LC_{CTYPE,ALL}=C by setting LC_ALL to UTF-8. - Add explicit regression test for when locale C
7 years ago
jot
slightly tweak the jot regress tests to avoid file name clashes on case insensitive file systems.
5 years ago
lam
some regression tests for lam(1) including width measurements; will be fixed soon and then linked to the build
7 years ago
lastcomm
Add endbr64/bti instruction at the start of the gadget, otherwise we'll get a SIGILL when the gadget gets call. Fix the instruction that sets the syscall number on arm64.
2 years ago
libtool
Do not remove files from CVS tree during make clean.
8 years ago
m4
ifelse is special, fix argv parsing to avoid segfault problem noticed by Matthew Green (netbsd), slightly different fix so that argc counting makes more sense.
8 years ago
mail
regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually very specific behaviour
4 years ago
make
regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually very specific behaviour
4 years ago
mandoc
test resetting of line length before the page footer; related to man_term.c rev. 1.202 and mdoc_term.c rev. 1.287
3 months ago
nc
In sleep related tests, allow nc process to be in both idle and sleeping state.
11 months ago
netstat
Add missing removal of network interfaces in regress cleanup targets. Reducing the risk tests conflicting with each other.
2 years ago
openssl
openssl appstest: remove to-do item for compress/uncompress
3 months ago
patch
some love for patch regress
3 years ago
pkg-config
favor REGRESS_EXPECTED_FAILURES
2 years ago
rcs
ci(1) populates the author keyword using getlogin(2), therefore favor logname(1) when normalizing the output.
4 years ago
rev
Stop overriding the regress target and use REGRESS_TARGETS instead.
3 years ago
rsync
Some open rsync tests fail when run as regular user. If running as root, switch to build user to cover that case with new test13b_perms. Fix the original test6_perms and test13_perms to pass as root and regular user. Note that ports rsync does not have this problem.
2 years ago
rsync-unit
Include the test pattern that resulted in an infinite loop before rmatch.c rev 1.4.
2 years ago
sdiff
Replace (remaining) systrace policy files with columns of numbers for the tab spacing regression test; from Ray Lai.
9 years ago
sed
Cope with recent changes to sed "c" command.
1 year ago
seq
All hooked up regress directories must at least support make obj and clean in order to not break the tree. Therefore make use of bsd.regress.mk.
2 years ago
signify
Make signify regress work without obj dir. Avoid including the output archive by reducing the input file list to text files only. from Christian Ludwig; OK beck@
6 years ago
snmp
Only use the first egress interface in $IFIDX and $IFLLADDR. Systems can have more then one interface. This only works if ther first egress interface is a ethernet interface (P2P interfaces have no LLADDR) but that was already buggy before this. OK bluhm@ martijn@
2 years ago
sort
Silence compiler warnings in the K&R style test code.
7 years ago
ssh
Add basic test for keyboard-interactive auth. Not enabled by default since it requires some setup on the host.
1 month ago
tail
Replace poor man's synchronization primitive (i.e. sleep) with a wait until construct in the hopes of making these tests less flaky.
1 year ago
tsort
These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.
4 years ago
ul
adjust sgr0 escape sequence after ncurses update; ok nicm@
2 years ago
wc
For -w output in -m mode, tweak the handling of bytes that do not form valid UTF-8: treat them as "not a whitespace character" and hence "not a word boundary" in the same way as non-printable characters and NUL bytes.
7 years ago
xargs
xargs: fix parsing of empty fields when "xargs -0" is used. Previously, these fields would be skipped. From Hiltjo Posthuma.
2 years ago
Makefile
Unlink pkg-config regress for now
11 months ago