summaryrefslogtreecommitdiff
path: root/regress/bin
AgeCommit message (Expand)Author
2024-09-10Delete a test_ps() call that does not actually testIngo Schwarze
2024-08-19move ed/tests files to regress/bin/ed, where they are usedTheo de Raadt
2024-08-08instead of including a literal NUL in a string, use "x$(printf \\000)x"Theo Buehler
2023-03-09Cope with recent changes to alignment of command column.Anton Lindqvist
2023-01-09Sanitize the inherited environment by removing LC_ALL, missed in previous.Anton Lindqvist
2023-01-08cope with recent thread name changesAnton Lindqvist
2022-10-16Add new failing read/signal testKlemens Nanni
2022-10-16Add new trap/errexit/signal test simulating interactive usageKlemens Nanni
2022-10-16move/rename usr1 test to new signal block, tweak other nameKlemens Nanni
2022-10-16Always pass the test program as PROG env var, fix synopsisKlemens Nanni
2022-10-15fix comments wrt. pending ksh fixesKlemens Nanni
2022-10-14add two new errexit/trap tests, tweak wordingKlemens Nanni
2022-10-14add two new errexit/trap testsKlemens Nanni
2022-10-10Trigger ERR trap on permanent I/O redirection failureKlemens Nanni
2021-09-02regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually ...Jasper Lievisse Adriaanse
2021-07-10minor nits:anton
2021-07-06Make test more verbose to see commands and error messages in output.Alexander Bluhm
2021-07-06Make use of the existing bsd.regress.mk logic to flag root only targets,anton
2021-07-01Just in case another developer besides anton@ and myself even wants toIngo Schwarze
2021-07-01We already tested all corner cases for two-byte and three-byte UTF-8Ingo Schwarze
2021-06-30The byte \0363 is not invalid in UTF-8.Ingo Schwarze
2021-03-05Test case for read-only array being not that read-only in ksh.Vadim Zhukov
2020-12-25Fix test after change of wmesg.Visa Hankala
2020-12-18Use regress framework.Alexander Bluhm
2020-12-17Remove echo headlines.Alexander Bluhm
2020-09-20As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. WithTheo Buehler
2020-09-13Adapt regress to IFS splitting correction (eval.c -r1.66)Theo Buehler
2020-07-07Add support for set -o pipefailJeremie Courreges-Anglas
2020-05-22Add test covering revision 1.64 of c_sh, fix exit code of compound listsanton
2020-01-09All ed(1) tests which were disabled before, have been inspected andAlexander Bluhm
2018-01-14Run the tests provided in /usr/src/bin/ed/test with the regressAlexander Bluhm
2019-04-03Don't test the behavior of ^L as it depends on $TERMJeremie Courreges-Anglas
2019-02-21a handful of new tests related to expr.c rev. 1.34Ingo Schwarze
2018-12-08Fix kill [-SIGNAME | -s SIGNAME] and simplifyJeremie Courreges-Anglas
2018-12-08Basic regress test for kill -s SIG[NAME] (now failing)Jeremie Courreges-Anglas
2018-09-29test that PWD and OLDPWD are exportedanton
2018-07-09Add a test related to variable expansion that used to trigger the segfault seenanton
2018-07-08Add test covering variable expansion referencing multiple read-only variables.anton
2018-05-09After the fix to kvm_getargv(3)/kvm_getenv(3) on May 3,Ingo Schwarze
2018-04-24Add test for proper stack reallocation in time commandkn
2018-04-09Support 64 bit integers on 32 bit architectures.Tobias Stoeckmann
2018-04-02Support integers of arbitrary length.Tobias Stoeckmann
2018-03-31a few more edge case tests, aiming for complete coverageIngo Schwarze
2018-03-31Fix overflows while handling 64 bit integers.Tobias Stoeckmann
2018-01-14Link ed regress to build.Alexander Bluhm
2018-01-14Run the tests provided in /usr/src/bin/ed/test with the regressAlexander Bluhm
2018-01-12Fix tyopsJeremie Courreges-Anglas
2018-01-12Add tests for [[:foo:]] character classes in globsJeremie Courreges-Anglas
2018-01-12Add basic tests for octal and hex notation in arithmetic expansionsJeremie Courreges-Anglas
2017-12-18Add tests for the environment related commands in csh. While here, print aanton