Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-07 | When syslogd is not running, check that no syslog priority or dropped | Alexander Bluhm | |
message is logged to the console by the kernel. | |||
2016-01-05 | Regression suite for ul(1). | Ingo Schwarze | |
Even though this is testing UTF-8, the test file is 7-bit clean. Will be enabled once the ul(1) program is fixed. | |||
2015-12-30 | Test logging to console by redirecting the system's console into a | Alexander Bluhm | |
file. All subtests get an additional /dev/console entry in syslog.conf, then check that messages appear in the console file. Add a test that stops syslogd, calls sendsyslog2() with LOG_CONS and checks that the message appears in the console file. | |||
2015-12-28 | initialize pointer to avoid undefined free on failure | Brent Cook | |
ok beck@ | |||
2015-12-23 | Add my machines' configuration files as an example to the readme. | Alexander Bluhm | |
That should make it easier for others to set up the test. | |||
2015-12-22 | Test suite for colrm(1) including tests for single byte characters, | Ingo Schwarze | |
tabs, backspaces, multibyte characters of width 1, 0, and 2, invalid bytes and non-printable characters. All tests are run both with the UTF-8 and the C locale. About half the tests are currently broken, and not only the multibyte tests, but also half of the tab and backspace tests. The program is expected to be fixed soon, and the suite will be hooked up after that. | |||
2015-12-22 | Correct expected results on v6 mcast bind on ANY, and add comments to | Vincent Gross | |
explain why they are expected. | |||
2015-12-21 | add parsing tests that must not segfault based on Jonathan Gray initial | Marc Espie | |
report. | |||
2015-12-15 | test some valid UTF-8, but in the C locale | Ingo Schwarze | |
2015-12-15 | test encoding of a few invalid UTF-8 sequences | Ingo Schwarze | |
2015-12-15 | test vis(3)ing | Ingo Schwarze | |
2015-12-15 | tests for the following keywords: cwd login group rgroup ruser user | Ingo Schwarze | |
2015-12-15 | regression suite for the "command" keyword | Ingo Schwarze | |
2015-12-09 | add multicast test suites | Vincent Gross | |
2015-12-09 | add a quick test for utf-8 handling | Ted Unangst | |
2015-12-07 | Add regression tests for in_pcbbind. | Vincent Gross | |
2015-12-07 | basic unit tests for rsa-sha2-* signature types | Damien Miller | |
2015-12-06 | test suite for fmt(1) written from scratch | Ingo Schwarze | |
2015-12-06 | Check .Xr links by forking "man -f" rather than manually looking | Ingo Schwarze | |
through manual page directories. It's slower but more robust because it doesn't require MLINKS. Fragility noticed and patch OK'ed by jmc@. | |||
2015-12-05 | simplistic regress test for KEVENT_TIMER kqueue(2) calls | Bret Lambert | |
ok and prodding tedu@ | |||
2015-12-04 | Comment all existing ARP test cases describing what is going on. | Alexander Bluhm | |
Add a new test that creates proxy ARP entries on a second interface. Requests for that from the first interfaces must not be answered. | |||
2015-12-04 | Enter a static ARP entry for a fake address which is not published | Alexander Bluhm | |
by the ARP proxy. The kernel must not answer ARP requests for such addresss. This test triggers a misbehavior in ART as it currently answers in such situations. Radix tree works fine as it uses 33 bit IPv4 entries for ARP proxy. | |||
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm | |
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested. | |||
2015-12-04 | tweak wc test to include a nonbreaking space | Ted Unangst | |
2015-12-04 | Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2) | Alexander Bluhm | |
directly. | |||
2015-12-04 | add a test for wc -m | Ted Unangst | |
(this may not be the best place for these tests. perhaps they all belong in the regular usr.bin hierarchy. for now, keeping them all together.) | |||
2015-12-04 | Sync after rt_mask() removal. | Martin Pieuchot | |
2015-12-03 | Sync to recent changes including SRP protection of rtable_get(), use | Martin Pieuchot | |
of a SRPL for the multipath list and rtable_delete() API change. | |||
2015-12-02 | KNF and use ${SUDO} when needed. | Martin Pieuchot | |
ok vgross@ | |||
2015-12-02 | quicky test for cut | Ted Unangst | |
2015-12-02 | add a tiny utf8 test (for tr, failing) | Ted Unangst | |
more to come? | |||
2015-12-02 | Fix the mandoc test suite after afresh1@ changed wcwidth(3) in libc | Ingo Schwarze | |
for the private use area starting at U+E000. Sometimes, even i'm surprised how much stuff these tests keep track of. Originally, they were only intended to catch regressions in mandoc... Issue noticed by daniel@, thanks! | |||
2015-12-02 | Check that routes to the same destination but with a different priority | Martin Pieuchot | |
are inserted in the right order. Currently failing with ART. | |||
2015-12-01 | sync and update the list of supported archs; | Jason McIntyre | |
feedback/ok schwarze | |||
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt | |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
discussed with jsg | |||
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze | |
seperation of parsing and validation modules. I originally intended to mop this up when the parser reorg is complete, but since the work stalled a bit, i should not leave this lying around broken for weeks. Reminded by daniel@. | |||
2015-11-30 | Rewrite the "netmask" rule testing the "-dst" and "-net" options | Martin Pieuchot | |
of route(8) to populate the test routing table (number 5) and use different subnets since we're not passing the "-mpath" flags. Breakage reported by daniel@ | |||
2015-11-29 | now that targets are dedup'd, we can fix that one too. | Marc Espie | |
2015-11-24 | add some more tail tests, from Martijn van Duren | Ted Unangst | |
2015-11-19 | hint: compile before commit | Theo de Raadt | |
2015-11-17 | Drop a few NULL-checks before free() | mmcc | |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat | |
2015-11-14 | regress: pledge: update SYS_kill syscall number | Sebastien Marie | |
2015-11-12 | ART-specific bits to make sure root tables are properly freed. | Martin Pieuchot | |
While here make sure we test the special "default route" case. | |||
2015-11-09 | Match recent rtalloc(9) rewrite. | Martin Pieuchot | |
Gateway routes are now cached the first time they are used and no longer when they are added. This allows to track down which multipath route is being selected as next-hop. | |||
2015-11-08 | Make sure we use a sigjmp_buf in the sigsetjmp() part of the test. | Miod Vallat | |
2015-11-08 | groupling tests that now pass | Marc Espie | |
2015-11-07 | Emulate loops performed in the software crypto driver more closely | Mike Belopuhov | |
2015-11-06 | The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@ | Ingo Schwarze | |
fixed wcwidth(3) for various unusual characters. |