summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2012-10-13we are now warning about this !Marc Espie
2012-10-13fix test now that we forbid unclosed specsMarc Espie
2012-10-09- adjust missing-req-4 test to properly failJasper Lievisse Adriaanse
2012-10-09- add a (currently failing) test for nonexistant modules in Requires.private.Jasper Lievisse Adriaanse
2012-10-09- allow PKG_CONFIG to be overriden and remove the commented fd.o PKG_CONFIG ↵Jasper Lievisse Adriaanse
variable.
2012-10-05Add umac-128@openssh.com to the list of MACs to be testedDarren Tucker
2012-10-05Use 'kill -0' to test for the presence of a pid since it's more portableDarren Tucker
2012-09-17sync with transform-name-fixMarkus Friedl
2012-09-15sync with recent ipsecctl changes/fixesMarkus Friedl
2012-09-10use -Ocheck and waiting for completions by PID to make multiplexing testDarren Tucker
less racy and (hopefully) more reliable on slow hardware.
2012-09-10Log -O cmd output to the log file and make logging consistent with the otherDarren Tucker
tests. Test clean shutdown of an existing channel when testing "stop".
2012-09-09Add test for ssh -OstopDarren Tucker
2012-09-08Link init_priority into the regress tree now that it passes (exceptMatthew Dempsky
mysteriously on m88k).
2012-09-07Give this a chance to build with gcc2. ok matthew@Miod Vallat
2012-09-06Add a (currently failing) regress test for GNU C++'s init_priorityMatthew Dempsky
attribute. See "info --index-search=init_priority gcc" for details on how this feature is supposed to work.
2012-09-06Move the commented out test program in pkcs5_pbkdf2.c into a properMatthew Dempsky
regress test.
2012-09-06Restore missing space.Darren Tucker
2012-09-05run regress with the local env tooEric Faurot
2012-09-05use LDSTATIC for building static executablesEric Faurot
2012-08-23recognise "beagle";Jason McIntyre
2012-08-22correct check.Federico G. Schwindt
2012-08-22Link ld.so-cookie back into the regress build now that ld.so's __guardMatthew Dempsky
value is actually initialized.
2012-08-21Use $(.CURDIR) to locate source files so tests still work with 'makeMatthew Dempsky
obj'. ok nicm
2012-08-21Link randomdata tests into the regress build now that I've committed support forMatthew Dempsky
.openbsd.randomdata, but comment out randomdata/ld.so-cookie for now since I haven't yet switched ld.so's __guard to use it.
2012-08-20consensus says this should be an errorMarc Espie
2012-08-19document some more disabled tests.Federico G. Schwindt
2012-08-19Switch to -lpthread.Federico G. Schwindt
2012-08-17make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests toMarc Espie
succeed as they should...
2012-08-17fix after signatures changeMarc Espie
2012-08-17oops, shouldn't go interactive (found by matthew@)Marc Espie
2012-08-17ouch, this should not workMarc Espie
2012-08-17Double check that we're not testing libc's __guard. Changing ld.so'sMatthew Dempsky
__guard symbol to HIDDEN causes dlsym() to return a pointer to libc's __guard instead, which can cause the test to wrongly pass even if ld.so's random data segments are not being initialized properly.
2012-08-16Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we getMatthew Dempsky
a reference to the already loaded ld.so instead of loading another instance.
2012-08-16turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-staticMatthew Dempsky
2012-08-16Add regression test to check that PIEs work too.Matthew Dempsky
2012-08-16Add a test case to verify ld.so's randomdata section is initializedMatthew Dempsky
too, since interpreters will be initialized by a slightly different code path than executables.
2012-08-16basic randomdata regression testsMatthew Dempsky
2012-08-07allow to choose an alternate regress scriptEric Faurot
2012-08-04Add a test for caching of stacks with the default attributesPhilip Guenthe
2012-07-29add a flag to choose between gethostbyname and gethostbyaddrEric Faurot
2012-07-29in addition to backslash-tilda,Ingo Schwarze
test the more portable backslash-space as well
2012-07-28lint is with us no more; remove regress testsPhilip Guenthe
2012-07-18enable more tests, some were forgotten along the wayIngo Schwarze
2012-07-18Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze
Issue first reported by naddy@ in rsync(1).
2012-07-18Drop .sp and .br right after .SH and .SS.Ingo Schwarze
Fixes vertical spacing after "OPTIONS" in gcc(1). Issue first reported by naddy@ in rsync(1).
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8).
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
* When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. Improves formatting of 40 pages, e.g. grep(1), ksh(1), netstat(1), ath(4), bsd.port.mk(5), pf.conf(5), mount(8), crypto(9).
2012-07-18The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze
that's stupid because it may break enclosing font changes, but let's do the same for groff bug compatibility. --> Never use \*(Ba, use just plain "|"! <-- Also, predefined strings are already expanded by the roff(7) parser, so the mdoc(7) parser has to look for the expanded string. Formatting improvements in ksh(1), less(1), atan2(3), hostapd.conf(5), snmpd.conf(5), and mknod(8).
2012-07-17test the actual object file instead of the wrapper scriptJasper Lievisse Adriaanse
ok espie@
2012-07-16Release polishing: finally fix the perl(1) SYNOPSIS.Ingo Schwarze
In flush-left mode of both man(7) and mdoc(7), when an output line is broken at the position of a literal tab, the tab indents the following line. Reminded by deraadt@ in Pest, Ujlipotvaros, Csanady utza.