summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2019-03-04After vmm(4) max name length has been increased, adapt vmd(8) configAlexander Bluhm
parser test for name length.
2019-03-04add kqueue pty close slave testanton
2019-03-04add support for multiple kqueue pty testsanton
2019-03-04one regress test per line to reduce future churnanton
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
from Carlos Cardenas; OK mlarkin@
2019-03-04link pthread_rwlock2 testSebastien Marie
2019-03-04add a new pthread_rwlock test based on concurrent rw/rd access on a buffer.Sebastien Marie
discussed with visa@
2019-03-03Adjust caller of sa2addr() so this compiles again.Claudio Jeker
Found by mbuhl at mbuhl dot me
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
as recommended for accessibility by the HTML 5 standard. Triggered by a similar, but slightly different suggestion from Laura Morales <lauretas at mail dot com>.
2019-02-27try to make this check work better and gather more outputSebastian Benoit
2019-02-27Test the export statement for neighborsClaudio Jeker
2019-02-26Extend ext-community test to include most of the possible wildchar supportClaudio Jeker
2019-02-22For ia32 use a volatile double to force 64 bit rounding. OtherwiseAlexander Bluhm
the i387 would use its internal 80 bit stack. This fixes getround() on i386.
2019-02-21Test that all supported TLS ciphers actually work. EstablishAlexander Bluhm
connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out.
2019-02-21a handful of new tests related to expr.c rev. 1.34Ingo Schwarze
2019-02-21Remove the #ifdef i386 special test, it does not compile there.Alexander Bluhm
2019-02-21Replace the print "not ok" with an assert macro. This is consistentAlexander Bluhm
to the other tests and causes a regress fail. Fix RCS Id. from Moritz Buhl
2019-02-21Link msun regress to build.Alexander Bluhm
2019-02-21Copy tests for our libm implementation from FreeBSD. Only passingAlexander Bluhm
tests are included, the others need some fixes in the library first. Hopefully these tests will help us to find compiler bugs earlier. from Moritz Buhl
2019-02-20Add a test that catches problems of tcp md5 signatures, like the oneSebastian Benoit
fixed in bgpd/pfkey.c rev 1.54 by claudio.
2019-02-19Use $CC instead of gcc, the latter does not exist on arm64.Alexander Bluhm
found by Moritz Buhl
2019-02-19With new Perl we have add .OBJDIR to @INC.Alexander Bluhm
2019-02-16Add tests for pkeyutlKinichiro Inoguchi
2019-02-13one more error message that should go to stderrTheo Buehler
2019-02-13Forgot a return in previous commit to actually skip the test.Alexander Bluhm
noticed by Moritz Buhl
2019-02-12Skip tests for wscons devices that do not exist on the local machine.Alexander Bluhm
from Moritz Buhl
2019-02-12Skip test if disk type is not in /etc/disktab. There is no floppyAlexander Bluhm
on arm. from Moritz Buhl
2019-02-12Skip the gcc tests on aarch64, the compiler does not exist there.Alexander Bluhm
2019-02-12rdomain is no more, change this test to validate the vpn statement now.Claudio Jeker
2019-02-11getopt(3) returns int, not char. Fix type of ch variable to preventAlexander Bluhm
sign error during arm regress.
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
instead From Pamela Mosiejczuk, many thanks! OK phessler@ deraadt@
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
and audit all its callers whether termination is handled correctly. Resulting improvements: * An escape or tab ending the macro name in a macro invocation is discarded, and argument processing is started after it. * An escape or tab ending a name in ".if d" and ".if r" is preserved. * An escape ending a name in ".ds" causes the whole request to be ignored. * A tab ending a name in ".ds" becomes part of the string. * An escape or tab ending a name in ".rm" causes the rest of the line to be ignored. * An escape or tab ending the first name in ".als", ".rn", or ".nr" causes the whole request to be ignored. Kurt Jaeger <pi at FreeBSD> made me aware of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235456#c0 and in that bug report, comment 0 item (3) is a special case of this class of issues. Yes, the "mh" manual pages are no doubt among the worst on the planet.
2019-02-04add tests for PKG_CONFIG_$PACKAGE_$VARIABLEJasper Lievisse Adriaanse
2019-02-04add tests for recently added --validateJasper Lievisse Adriaanse
2019-02-03Use malloc() and memcpy() the test X25519 x25519_peer_public value.Joel Sing
Otherwise, if tlsext_keyshare_server_build() fails we call free with a pointer to static memory and bad things happen. Reported by bcook@
2019-02-02An extra test that is known to trigger problems with some versions ofOtto Moerbeek
clang using -O0
2019-02-01make it easier to ignore incompatible device and test case combinationsanton
2019-01-31Instead of skipping the text mmap test, do a non fixed mmap in thisAlexander Bluhm
case. This gives us another test case. Make error messages more verbose. Fix white spaces.
2019-01-31Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze
test table centering in an mdoc(7) document as well. Related to tbl_term.c rev. 1.55.
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2019-01-29Skip vmd(8) tests on non amd64 machines.Alexander Bluhm
2019-01-29Tests to verify that the special case for Friday is not applied whenTodd C. Miller
the -A and -B options are used. From Andy Bradford.
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
from Carlos Cardenas; OK mlarkin@
2019-01-28The test sshd_config in in $OBJ.Darren Tucker
2019-01-28Remove leftover debugging.Darren Tucker
2019-01-28Enable ssh-dss for the agent test. Disable it for the certificateDarren Tucker
test.
2019-01-28Count the number of key types instead of assuming there are only two.Darren Tucker
2019-01-27Generate all key supported key types and enable for keyscan test.Darren Tucker
2019-01-27zap a commented out line. 0RTT will need more thought thanTheo Buehler
just uncommenting this.
2019-01-27refactor and clean up the code generating dot output.Theo Buehler