summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2017-08-13actually add the files needed by my test. noted by bluhm@, thxSebastian Benoit
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
ok jsing@
2017-08-12If the user running doas regress is not in the wobj group, switchAlexander Bluhm
to the build user. This allows to run doas with a suitable user and tests pass when started as root.
2017-08-12Add regress coverage for the TLS signature algorithms extension.Joel Sing
2017-08-12Forgot to commit updated Makefile for regress test changes using obj directory.rob
2017-08-12Rewrite session ticket TLS extension handling using CBB/CBS and the newDoug Hogan
extension framework. ok jsing@ beck@
2017-08-12Remove NPN test coverage.Joel Sing
2017-08-12errant whitespaceBob Beck
2017-08-12Use the login name from id -p to compare with ps -o login. ThisAlexander Bluhm
makes the test pass when invoked by doas.
2017-08-12fix resource leaks, ok @guentherBrent Cook
2017-08-12Use obj directory instead of a handcrafted working directory.rob
Pointers from tb@
2017-08-12Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@.rob
Ok benno@
2017-08-12Use vether instead of physical interfaces for temporary carp creation.rob
Recommended by and discussed with many.
2017-08-12Update the TLSv1.2 Client Hello messages, due to the removal of DSAJoel Sing
sigalgs.
2017-08-12snmpe runs as user _snmpd not _snmp.rob
2017-08-11add option -N (no domain resolution)Sebastian Benoit
manpage wording and reminder about usage() jmc@ ok florian@ henning@
2017-08-11Add a wait call between different invocations of snmpd test runs to avoidrob
failed to bind errors due to SNMP UDP socket: Address already in use. Discussed and ok jca@.
2017-08-11Be consistent with goto labels, failure flag and use of FAIL macro.Joel Sing
2017-08-11doug@ added code in here as well.Joel Sing
2017-08-11Sort by extension/function name.Joel Sing
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newDoug Hogan
extension framework. input + ok jsing@
2017-08-11Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet.rob
Ok benno@, tb@
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
new extension framework. input + ok jsing@
2017-08-10Objective-C has been removed from base, do not test whether compilingAlexander Bluhm
it works.
2017-08-10first draft of tests for newlocale(3), duplocale(3), uselocale(3)Ingo Schwarze
2017-08-10Use "! cmd" for commands that are expected to fail.Martin Pieuchot
Suggested by bluhm@
2017-08-10Test that 'route change' has no effect on a RTF_LOCAL route.Martin Pieuchot
2017-08-08Mandoc no longer uses names that only occur in the SYNOPSIS.Alexander Bluhm
Adapt test. OK schwarze@
2017-08-07Clang does not support -ffloat-store, so libm fenv test failed onAlexander Bluhm
i386. Gcc uses this option it to store x87 registers to memory. This reduces precision and enforces rounding which this test checks. The same effect can be achieved by using a volatile double variable for the result. This works for both compilers. OK kettenis@
2017-08-07Silence most clang warnings in ld.so regress.Alexander Bluhm
OK kettenis@
2017-08-07In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr.Alexander Bluhm
Adapt regress test.
2017-08-07Remove obsolete privsep=no fallback test.Darren Tucker
2017-08-07Remove non-privsep test since disabling privsep is now deprecated.Darren Tucker
2017-08-06use %Lf for printing long double; silences clang warningRobert Nagy
ok kettenis@
2017-08-04Use C stdio instead of C++ iostream as we cannot use the latter inMark Kettenis
constructors for an "initfirst" object as the iostream objects have not been constructed yet. ok bluhm@
2017-08-04Use ${CC}=${CXX} here as well.Mark Kettenis
ok bluhm@
2017-08-04Use volatile to keep clang from optimizing things too much. Force linkingMark Kettenis
with the c++ command instead of cc by setting CC=${CXX}. This is a hack and a better solution is under development. Linking with c++ is necessary to make the shared libraries depend up libc++.so such that the iostream objects are constructed before we use them. ok bluhm@
2017-08-02Split up source code to keep clang from optimizing this into failure.Mark Kettenis
ok millert@
2005-09-28two new regresses for dlclose. double dlopen("foo") with singleKurt Miller
dlclose(foo). mozilla lazy binding example (load_object confusion)
2017-08-01A fix is coming in the future, but in the meantime we should never declareTheo de Raadt
a section(".openbsd.randomdata") variable as static or const, because the compiler optimizes out access.
2017-07-31Tweak demoted state test, ok jca@rob
2017-07-31Fix whitespace, ok jca@rob
2017-07-30Add shebangJeremie Courreges-Anglas
2017-07-29Remove unused function and variable to shut up warning. Put backAlexander Bluhm
a status print that was lost in previous.
2017-07-29repair regress for more aggressive post fork checking in library.Ted Unangst
we should not be checking that things explicitly forbidden work. prompted by bluhm
2017-07-29Use linker flags that build and run the test with gcc and clang.Alexander Bluhm
Add missing #include to fix clang warning.
2017-07-28fix dateIngo Schwarze
2017-07-28Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze
and it is causing too much trouble in -portable.
2017-07-28Don't call fatal from stop_sshd since it calls cleanup which calls stop_sshdDarren Tucker
which will probably fail in the same way. Instead, just bail. Differentiate between sshd dying without cleanup and not shutting down.
2017-07-27Sort subdir, run getaddrinfo test, remove vax case.Alexander Bluhm