Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-16 | ENTRY() requires END() | Theo de Raadt | |
2017-08-16 | test locale priorities and overrides | Ingo Schwarze | |
2017-08-16 | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | Ingo Schwarze | |
wctrans_l(3), towctrans_l(3), wcscasecmp_l(3), wcsncasecmp_l(3), and strerror_l(3) | |||
2017-08-16 | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | Ingo Schwarze | |
2017-08-15 | refactor in preparation for testing more functions; no functional change | Ingo Schwarze | |
2017-08-15 | Add test cases for msdosfs bug | Stefan Fritsch | |
Add a test that writes a big file, reads it again, and compares the result. This detects the bug that briefly was in msdosfs. Also add tests that create lots of files in a directory. Do this in the root dir and a subdir because these work completely differently on msdosfs. Need to enlarge the used disk images for this test. ok bluhm@ | |||
2017-08-15 | Add tests for pf divert-packet. Currently UDP packets are tested | Alexander Bluhm | |
with in and out rules. A single packet, the initial packet or the response packet are diverted and reinjected. | |||
2017-08-15 | add static test too | Jasper Lievisse Adriaanse | |
2017-08-15 | add tests for filter system directories | Jasper Lievisse Adriaanse | |
2017-08-14 | Add a very basic test for ctfdump(1) on amd64 | Uwe Stuehler | |
If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm | |||
2017-08-13 | actually add the files needed by my test. noted by bluhm@, thx | Sebastian Benoit | |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck | |
ok jsing@ | |||
2017-08-12 | If the user running doas regress is not in the wobj group, switch | Alexander Bluhm | |
to the build user. This allows to run doas with a suitable user and tests pass when started as root. | |||
2017-08-12 | Add regress coverage for the TLS signature algorithms extension. | Joel Sing | |
2017-08-12 | Forgot to commit updated Makefile for regress test changes using obj directory. | rob | |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan | |
extension framework. ok jsing@ beck@ | |||
2017-08-12 | Remove NPN test coverage. | Joel Sing | |
2017-08-12 | errant whitespace | Bob Beck | |
2017-08-12 | Use the login name from id -p to compare with ps -o login. This | Alexander Bluhm | |
makes the test pass when invoked by doas. | |||
2017-08-12 | fix resource leaks, ok @guenther | Brent Cook | |
2017-08-12 | Use obj directory instead of a handcrafted working directory. | rob | |
Pointers from tb@ | |||
2017-08-12 | Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@. | rob | |
Ok benno@ | |||
2017-08-12 | Use vether instead of physical interfaces for temporary carp creation. | rob | |
Recommended by and discussed with many. | |||
2017-08-12 | Update the TLSv1.2 Client Hello messages, due to the removal of DSA | Joel Sing | |
sigalgs. | |||
2017-08-12 | snmpe runs as user _snmpd not _snmp. | rob | |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit | |
manpage wording and reminder about usage() jmc@ ok florian@ henning@ | |||
2017-08-11 | Add a wait call between different invocations of snmpd test runs to avoid | rob | |
failed to bind errors due to SNMP UDP socket: Address already in use. Discussed and ok jca@. | |||
2017-08-11 | Be consistent with goto labels, failure flag and use of FAIL macro. | Joel Sing | |
2017-08-11 | doug@ added code in here as well. | Joel Sing | |
2017-08-11 | Sort by extension/function name. | Joel Sing | |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan | |
extension framework. input + ok jsing@ | |||
2017-08-11 | Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet. | rob | |
Ok benno@, tb@ | |||
2017-08-11 | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | Doug Hogan | |
new extension framework. input + ok jsing@ | |||
2017-08-10 | Objective-C has been removed from base, do not test whether compiling | Alexander Bluhm | |
it works. | |||
2017-08-10 | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | Ingo Schwarze | |
2017-08-10 | Use "! cmd" for commands that are expected to fail. | Martin Pieuchot | |
Suggested by bluhm@ | |||
2017-08-10 | Test that 'route change' has no effect on a RTF_LOCAL route. | Martin Pieuchot | |
2017-08-08 | Mandoc no longer uses names that only occur in the SYNOPSIS. | Alexander Bluhm | |
Adapt test. OK schwarze@ | |||
2017-08-07 | Clang does not support -ffloat-store, so libm fenv test failed on | Alexander 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-07 | Silence most clang warnings in ld.so regress. | Alexander Bluhm | |
OK kettenis@ | |||
2017-08-07 | In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr. | Alexander Bluhm | |
Adapt regress test. | |||
2017-08-07 | Remove obsolete privsep=no fallback test. | Darren Tucker | |
2017-08-07 | Remove non-privsep test since disabling privsep is now deprecated. | Darren Tucker | |
2017-08-06 | use %Lf for printing long double; silences clang warning | Robert Nagy | |
ok kettenis@ | |||
2017-08-04 | Use C stdio instead of C++ iostream as we cannot use the latter in | Mark Kettenis | |
constructors for an "initfirst" object as the iostream objects have not been constructed yet. ok bluhm@ | |||
2017-08-04 | Use ${CC}=${CXX} here as well. | Mark Kettenis | |
ok bluhm@ | |||
2017-08-04 | Use volatile to keep clang from optimizing things too much. Force linking | Mark 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-02 | Split up source code to keep clang from optimizing this into failure. | Mark Kettenis | |
ok millert@ | |||
2005-09-28 | two new regresses for dlclose. double dlopen("foo") with single | Kurt Miller | |
dlclose(foo). mozilla lazy binding example (load_object confusion) | |||
2017-08-01 | A fix is coming in the future, but in the meantime we should never declare | Theo de Raadt | |
a section(".openbsd.randomdata") variable as static or const, because the compiler optimizes out access. |