summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-04-29Cleanup makefile so that tests are similar. Link pair to build.Alexander Bluhm
2022-04-29Link pf_opts to the tree.Alexander Bluhm
2022-04-29Check that IGMP and ICMP6 MLD packets with router alert option pass.Alexander Bluhm
2022-04-28Use $(( )) arithmetic expansion instead of `expr something`Jeremie Courreges-Anglas
2022-04-28Add tests that decode sequences into ASN.1 strings.Joel Sing
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28Environment variables must be passed through env(1) while using sudo.Anton Lindqvist
2022-04-28oops, fix wrong .TH nameIngo Schwarze
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-28Get rid of set but not used compiler warning.Anton Lindqvist
2022-04-27The timeout in ospf6d regress seems to be too short. Increase itAlexander Bluhm
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-27Add test case capable of triggering the recently fixed use after free,Anton Lindqvist
2022-04-27Ensure we clear the error stack before running tests that print errors.Joel Sing
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.Joel Sing
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27add a test case for the Imath update, along with notes about what'sMarc Espie
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-23Add ASN1_INTEGER test coverage.Joel Sing
2022-04-23Fix compilation on octeon, arm64, and riscv64.mbuhl
2022-04-23Verify sizes before arithmetic operationsTobias Stoeckmann
2022-04-22Remove some of the workarounds for the tests by inputing the right numbersOtto Moerbeek
2022-04-22arm64 has real IEEE quads, it needs more digits when reading theOtto Moerbeek
2022-04-22Only run agent-ptrace.sh if gdb is available as all architectures do notAnton Lindqvist
2022-04-21In vmm regress skip all corner cases that do not support vmm. LinkAlexander Bluhm
2022-04-21Add missing self. From antonTheo Buehler
2022-04-21-current recognizes that a symlink was deleted and just keep going withMarc Espie
2022-04-21It looks like we can't completely avoid waiting for processes toDarren Tucker
2022-04-20While I'm here, prepare regress for claudio's upcoming diffTheo Buehler
2022-04-20Fix rpki-client regress after -j -f changeTheo Buehler
2022-04-20Use ssh -f and ControlPersist to start up test forwards and ssh -O stopDarren Tucker
2022-04-20Add vmm(4) regress, disabled for now. ok rob@Dave Voutila
2022-04-20register new tests, they don't pass yetMarc Espie
2022-04-20it also breaks somewhat differently when files vanish, we still needMarc Espie
2022-04-20add a symlink test that currently fails, I want to fix it soonishMarc Espie
2022-04-20reinstate temp-error3: do an update that will force temp files to beMarc Espie
2022-04-20better error report when I botch some test writingMarc Espie
2022-04-20Simplify forward-control test. Since we no longer need to support SSH1Darren Tucker
2022-04-19Add dummy implementation for rt_timer_init(). Kernel sources areAlexander Bluhm
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze
2022-04-12Adjust regress for x509_location() changeTheo Buehler
2022-04-11Adjust regress: test-cert now needs mft.c for rtype_from_file_extension().Theo Buehler
2022-04-10Print the strerror of the expected error. errno is not valid here sinceClaudio Jeker