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