summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2017-04-17Test syslogd(8) "last message repeated" feature and -r option.Alexander Bluhm
2017-04-17test display of long URIsIngo Schwarze
2017-04-17Skip objc tests with clang.Mark Kettenis
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-16Make sure these tests print "SKIPPED" if the necessary variables aren't set.Mark Kettenis
2017-04-16Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.Mark Kettenis
2017-04-16Define DEF_WEAK like we do for ld.so to fix building this with clang.Mark Kettenis
2017-04-16Use %zu to print a size_t.Mark Kettenis
2017-04-16Remove unused rnd_seed variable. Upstream made the same change 4 days ago.Mark Kettenis
2017-04-14adjust .Lk tests after groff and mandoc .Lk improvementsIngo Schwarze
2017-04-14Add test for IP payload compression. It is sending small and bigAlexander Bluhm
2017-04-14Add tests with the ipsec.conf SA bundle keyword.Alexander Bluhm
2017-04-12Add comment what the test does.Alexander Bluhm
2017-04-12The pledge sigkill test is an outdated copy of sigabrt. Remove theAlexander Bluhm
2017-04-12Add comment how the test works.Alexander Bluhm
2017-04-10Rework and significantly extend TLS name verification tests to matchJoel Sing
2017-04-09Improve unknown protocol version handling.Joel Sing
2017-04-07In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.Alexander Bluhm
2017-04-07Adapt test to new syslogd's local message priority.Alexander Bluhm
2017-04-06Check that local syslog messages have the the expected priority.Alexander Bluhm
2017-04-05Syslogd's debug and error messages have changed a bit, adapt test.Alexander Bluhm
2017-03-28Make the test also work with obj directory.Alexander Bluhm
2017-03-28Link pledge sockopt regression tests to build.Alexander Bluhm
2017-03-28Call get/setsockopt(2) with various sockets and check which optionsAlexander Bluhm
2017-03-25Update regress to match changes to tls1_PRF().Joel Sing
2017-03-24Check that syslogd(8) is still running if non critical errors happenAlexander Bluhm
2017-03-24correct my email address. thanks fcambus@Sebastian Benoit
2017-03-23Add tests for SA grouped in bundles.Alexander Bluhm
2017-03-23Allow to override location of ipsecctl tool with IPSECCTL environment.Alexander Bluhm
2017-03-20remove /usr/bin/time calls around tests, makes diffing test runs harder.Damien Miller
2017-03-18Use --disable-new-dtags here as well.Mark Kettenis
2017-03-18The prog3 sub-tests tests DT_RPATH behaviour. Add --disable-new-dtags toMark Kettenis
2017-03-18Update regress and remove temporary buffer to match changes in tls_PRF().Joel Sing
2017-03-16Enable tests for +/-LLONG_MAX and add tests for other boundary conditions.Darren Tucker
2017-03-15Add tests for scaled overflow and underflow and the exact overflow andDarren Tucker
2017-03-15Clean up errno handling in fmt_scaled test:Darren Tucker
2017-03-14copy /etc/services in test directoryEric Faurot
2017-03-14Add unit test for convtime().Darren Tucker
2017-03-14Add ASSERT_LONG_* helpers.Darren Tucker
2017-03-11regress tests for loading certificates without public keys;Damien Miller
2017-03-11test infinite recursion in eqn(7) "define" statementsIngo Schwarze
2017-03-11In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze
2017-03-10refresh the test infrastructure a bit.Eric Faurot
2017-03-10Add a unit test for tls1_PRF().Joel Sing
2017-03-09remove bogus variable expansionEric Faurot
2017-03-09missing includeEric Faurot
2017-03-08Now that markdown output is tested for almost everything, test allIngo Schwarze
2012-07-13import regression suite for asrEric Faurot
2017-03-08format string mishandlingTheo de Raadt
2017-03-08warning cleanups; ok guentherTheo de Raadt