History log of /netbsd/tests/usr.bin/Makefile (Results 1 – 25 of 37)
Revision Date Author Comments
# e159b4ad 21-Jul-2022 kre <kre@NetBSD.org>

Add ATF tests for realpath(1)

Note that realpath can act differently for root than for other users
(where an ordinary user will see EACCESS root just barrels right through).

The tests adapt themsel

Add ATF tests for realpath(1)

Note that realpath can act differently for root than for other users
(where an ordinary user will see EACCESS root just barrels right through).

The tests adapt themselves, when run as root, less error cases can be
tested than when run as some other user.

show more ...


# 18877136 22-May-2022 rillig <rillig@NetBSD.org>

tests/compress: demonstrate truncation of target file

Reported by Giorgos Keramidas in PR#19722.


# 6831e1a1 12-Oct-2021 nia <nia@NetBSD.org>

Fix release builds with MKARGON2=yes

This changes argon2 from a separately built library into a private
dependency of libcrypt and removes the argon2(1) utility (we already
have pwhash(1)). Giving l

Fix release builds with MKARGON2=yes

This changes argon2 from a separately built library into a private
dependency of libcrypt and removes the argon2(1) utility (we already
have pwhash(1)). Giving libcrypt more library dependencies
complicates things (e.g. libcrypt is a dependency of openssl).
pthreads support gets disabled in argon2 for similar reasons.

For testing argon2, we rely on the libcrypt test suite.

show more ...


# c1815883 01-Nov-2020 christos <christos@NetBSD.org>

Add unit-tests for col from FreeBSD


# dad29d7d 03-Jul-2020 jruoho <jruoho@NetBSD.org>

Add a check for PR bin/54692.


# c1746843 27-Jun-2020 jruoho <jruoho@NetBSD.org>

Add a test case for PR kern/53767.


# 8970e3e7 24-Jun-2020 jruoho <jruoho@NetBSD.org>

Also install new tests.


# 7c93b587 17-Jan-2020 christos <christos@NetBSD.org>

new tests for libarchive


# a3a6dc27 14-Oct-2019 jhigh <jhigh@NetBSD.org>

adding argon2 tests


# 015bbe08 05-Oct-2019 jhigh <jhigh@NetBSD.org>

adding full scheme comparison to libcrypt:crypt and pwhash tests


# 15f7a2fd 04-Apr-2019 kamil <kamil@NetBSD.org>

Upgrade indent(1)

Merge all the changes from the recent FreeBSD HEAD snapshot
into our local copy.

FreeBSD actively maintains this program in their sources and their
repository contains over 100 co

Upgrade indent(1)

Merge all the changes from the recent FreeBSD HEAD snapshot
into our local copy.

FreeBSD actively maintains this program in their sources and their
repository contains over 100 commits with changes.

Keep the delta between the FreeBSD and NetBSD versions to absolute
minimum, mostly RCS Id and compatiblity fixes.

Major chages in this import:

- Added an option -ldi<N> to control indentation of local variable names.
- Added option -P for loading user-provided files as profiles
- Added -tsn for setting tabsize
- Rename -nsac/-sac ("space after cast") to -ncs/-cs
- Added option -fbs Enables (disables) splitting the function declaration and opening brace across two lines.
- Respect SIMPLE_BACKUP_SUFFIX environment variable in indent(1)
- Group global option variables into an options structure
- Use bsearch() for looking up type keywords.
- Don't produce unneeded space character in function declarators
- Don't unnecessarily add a blank before a comment ends.
- Don't ignore newlines after comments that follow braces.

Merge the FreeBSD intend(1) tests with our ATF framework.
All tests pass.

Upgrade prepared by Manikishan Ghantasala.
Final polishing by myself.

show more ...


# 6873dfc7 05-Sep-2018 kre <kre@NetBSD.org>

Add ATF tests for printf(1)

Two new test programs, one for the version of printf in /bin/sh
and one for the command /usr/bin/printf (t_builtin and t_command)

Each test program has 28 test cases (th

Add ATF tests for printf(1)

Two new test programs, one for the version of printf in /bin/sh
and one for the command /usr/bin/printf (t_builtin and t_command)

Each test program has 28 test cases (the same in each) of which
currently 27 pass, and 1 is skipped.

See the test scripts themselves for more information.

show more ...


# 0d70570b 14-May-2017 kamil <kamil@NetBSD.org>

Add new c++ ATF tests in usr.bin/c++: t_hello

This is a copy of t_hello from usr.bin/cc.

Added tests:
- hello
- hello_pic
- hello_pie
- hello32

These tests do not use c++ runtime library funct

Add new c++ ATF tests in usr.bin/c++: t_hello

This is a copy of t_hello from usr.bin/cc.

Added tests:
- hello
- hello_pic
- hello_pie
- hello32

These tests do not use c++ runtime library functions.

Protect these tests with MKCXX.

show more ...


# 2ff8278b 21-Feb-2017 kre <kre@NetBSD.org>

PR bin/50934

Add a test program for the bug described in this PR.
This is the first pkill/pgrep/prenice test (more would be good!)

This test has been confirmed to work once the bug described in the

PR bin/50934

Add a test program for the bug described in this PR.
This is the first pkill/pgrep/prenice test (more would be good!)

This test has been confirmed to work once the bug described in the PR
has been fixed, so the test is not marked "expected to fail" even
though initially that is what should happen.

Note: the test cana also fail if the system running the tests happens
to be running processes with names that match the patterns searched for
by the test, other than the test program itself. This is expected to be
unlikely.

show more ...


# 427ae6b6 02-Jan-2017 christos <christos@NetBSD.org>

mixerctl tests from Charlotte Koch


# 7182e33e 22-Oct-2016 abhinav <abhinav@NetBSD.org>

Add tests for uniq(1) based on the example test cases provided in the POSIX man page.
Ok christos


# e2140365 08-Apr-2016 gson <gson@NetBSD.org>

Add regression tests for some past gdb bugs.


# 334e840c 14-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Minimal linker script test.


# 9aa1c346 07-Jan-2014 gson <gson@NetBSD.org>

Add some minimal tests of vmstat(1), to serve as regression tests
for PR bin/44518.


# efd1d65e 10-Aug-2013 dholland <dholland@NetBSD.org>

Add tests for tr, including an xfail one for PR 48113.


# 7a2ea6d4 20-Nov-2012 agc <agc@NetBSD.org>

descend into netpgpverify test directory too


# 04d8ba55 22-Jul-2012 joerg <joerg@NetBSD.org>

Add basic regression test for nbperf(1)


# 305812b0 06-Jun-2012 martin <martin@NetBSD.org>

Add a basic test for infocmp - this would have cought todays terminfo
lossage (PR lib/46553).


# af98463d 18-May-2012 jruoho <jruoho@NetBSD.org>

Add a test case for PR kern/46463. From Richard Hansen.


# 8346595d 20-Mar-2012 jruoho <jruoho@NetBSD.org>

Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,
all fixed long time ago.


12