summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2020-04-13initial framework for ipv6 source address selection testingpamela
with and OK florian, hints phessler
2020-04-10Add tests for TOKEN expansion of LocalForward and RemoteForward.Darren Tucker
2020-04-09The -6 option is ignored and will be removed in the future.tobhe
2020-04-09Revise test to handle the fact that TLSv1.3 cipher suites are now beingJoel Sing
included in the output from `openssl ciphers`.
2020-04-09Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.Joel Sing
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
with NODE_HREF) from the target element of the link (still marked with NODE_ID). In many cases, use this to move the target to the beginning of the paragraph, such that readers don't get dropped into the middle of a sentence.
2020-04-07Do not create /hooray as part of the regress test. Regress testsClaudio Jeker
should not create random files in the root partition. OK beck@
2020-04-07For open with O_CREAT pass a mask of 0644 with else files are createdClaudio Jeker
with somewhat random filemodes. OK beck@
2020-04-07Unified diff makes it easier to understand where regressions are.Martin Pieuchot
2020-04-06Re-enable the client test now that it passes again.Joel Sing
2020-04-06Minor code improvements.Joel Sing
2020-04-06Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.Joel Sing
This allows the test to pass again.
2020-04-06Zero the client random field in the TLSv1.2 golden value.Joel Sing
2020-04-06Improve comparision with test data.Joel Sing
First check the client random against the zeroed value, then zero the client random in the client hello, before comparing with the golden value. This makes failures more obvious and the test code more readable.
2020-04-06Dump the test data when the lengths differ in order to aid debugging.Joel Sing
2020-04-06Use errx() if we fail to build the client hello.Joel Sing
2020-04-06Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze
In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content.
2020-04-06Add utf8.c for asmprintf used by krl.cDarren Tucker
2020-04-06Update my email address.Paul Irofti
2020-04-04Indicate if we're using a cached key in trace output.Darren Tucker
2020-04-04Some platforms don't have "hostname -s", so use cut to trim short hostnameDarren Tucker
instead.
2020-04-04automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze
in the same way as it was done for .Sh and .Ss in mdoc(7)
2020-04-03Don't #include <machine/cpufunc.h>, not available on all archsJeremie Courreges-Anglas
Thankfully it doesn't appear needed on amd64 and sparc64, and probably others. ok mpi@
2020-04-03Make signify regress work without obj dir. Avoid including theAlexander Bluhm
output archive by reducing the input file list to text files only. from Christian Ludwig; OK beck@
2020-04-03Compute hash locally and re-enable %C tests.Darren Tucker
2020-04-03Temporarily remove tests for '%C' since the hash contains the localDarren Tucker
hostname and it doesn't work on any machine except mine... spotted by djm@
2020-04-03this needs utf8.c tooDamien Miller
2020-04-03Add percent_expand test for 'Match Exec'.Darren Tucker
2020-04-03Add regression test for percent expansions where possible.Darren Tucker
2020-04-02Copy tagged strings before marking hyphens as breakable.Ingo Schwarze
For example, this makes ":tCo-processes" work in ksh(1).
2020-04-01Properly handle multiple CERTREQ payloads in CA process. Only for thetobhe
last CERTREQ a mismatch should trigger the fallback case, otherwise the following CERTREQs are ignored. ok markus@
2020-04-01Just like we are already doing it in HTML output, automatically tagIngo Schwarze
section and subsection headers in terminal output, too. Even though admittedly, commands like "/SEE" and "/ Subsec" work, too, there is no downside, and besides, with the recent improvements in the tagging framework, implementation cost is negligible.
2020-04-01Add ulimit -c unlimited to the commands that plan to produce a coredump.Claudio Jeker
This way the regress tests work also in the case where the invoking shell has ulimit -c 0.
2020-03-31For roa-set and origin-set the following statements get joined into oneClaudio Jeker
10/8 source-as 3 10/8 maxlen 24 source-as 3 Only 10/8 maxlen 24 source-as 3 remains in the output since this is the set that covers both cases. This was changed in bgpd some time ago since the previous version where both networks where present resulted in lookup issues since the source-as can only be present once per prefix.
2020-03-26Add support for "alpha" suffixes in package versionsJeremie Courreges-Anglas
We already supported "beta" releases but not "alpha", probably to discourage people from pushing "alpha-quality" software in the ports tree. We have 30 ports with distfiles matching "alpha", and people just work around the lack of explicit support for "alpha" releases with mixes of crafted PKGNAME and REVISION/EPOCH. This looks needlessly complicated and a bit unfair when compared to GH_COMMIT support. Pointers from landry@ and sthen@, lgtm landry@, no objection from espie@
2020-03-23Add a test program for getopt(3) that is adequate for manual testingIngo Schwarze
and a compact test suite for getopt(3) intended automated regression testing, both written from scratch. The suite is intended to provide full coverage, except that it doesn't test manual changes of optind and optreset and except that it so far avoids the situation where we have a known bug.
2020-03-21test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze
related to tags.c rev. 1.30
2020-03-19Regression for unnamed map.Martin Pieuchot
2020-03-16Adapt to tls13_record_layer.c r1.30 (the sequence number shouldn't wrap).Theo Buehler
2020-03-16Enable tests now that the original parent see the exit status after theMartin Pieuchot
debugger.
2020-03-13Increment a few more sequence numbers where the carry is close toTheo Buehler
crossing a byte boundary.
2020-03-13Add regress for TLSv1.3 sequence number handling.Joel Sing
2020-03-13Add missing $OpenBSD$ tag.Joel Sing
2020-03-13Add regress for CBB_add_space().Joel Sing
2020-03-13some more speeling mistakes fromDamien Miller
https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
2020-03-13typos resulted in two tests not being runIngo Schwarze
2020-03-13Split tagging into a validation part including prioritizationIngo Schwarze
in tag.{h,c} and {mdoc,man}_validate.c and into a formatting part including command line argument checking in term_tag.{h,c}, html.c, and {mdoc|man}_{term|html}.c. Immediate functional benefits include: * Improved prioritization of automatic tags for .Em and .Sy. * Avoiding bogus automatic tags when .Em, .Fn, or .Sy are explicitly tagged. * Explicit tagging of .Er and .Fl now works in HTML output. * Automatic tagging of .IP and .TP now works in HTML output. But mainly, this patch provides clean earth to build further improvements on. Technical changes: * Main program: Write a tag file for ASCII and UTF-8 output only. * All formatters: There is no more need to delay writing the tags. * mdoc(7)+man(7) formatters: No more need for elaborate syntax tree inspection. * HTML formatter: If available, use the "string" attribute as the tag. * HTML formatter: New function to write permalinks, to reduce code duplication. Style cleanup in the vicinity while here: * mdoc(7) terminal formatter: To set up bold font for children, defer to termp_bold_pre() rather than calling term_fontpush() manually. * mdoc(7) terminal formatter: Garbage collect some duplicate functions. * mdoc(7) HTML formatter: Unify <code> handling, delete redundant functions. * Where possible, use switch statements rather than if cascades. * Get rid of some more Yoda notation. The necessity for such changes was first discussed with kn@, but i didn't bother him with a request to review the resulting -673/+782 line patch.
2020-03-12Add a regression test for vnd(4).Visa Hankala
2020-03-11output the name of each targetanton
2020-03-10Update to follow handshake enum removal.Joel Sing