summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2011-06-07- add extensive testing for various versioned suffix combinationsJasper Lievisse Adriaanse
- put pkg-config in a variable so it's easier to test with fd.o pkg-config too
2011-06-07add test for spaces in the Name field which currently get mangledJasper Lievisse Adriaanse
2011-06-07sensible Name fieldsJasper Lievisse Adriaanse
2011-06-07Remove comment, this test passes now.Jasper Lievisse Adriaanse
2011-06-06hookup the previously added (and failing) tests; it's better to knowJasper Lievisse Adriaanse
what fails instead of silently skipping them
2011-06-06add failing tests for whitespace and Requires abuseJasper Lievisse Adriaanse
2011-06-06hookup pkg-config testsJasper Lievisse Adriaanse
ok deraadt@
2011-06-06missed in previousJasper Lievisse Adriaanse
2011-06-06first set of version comparison testsJasper Lievisse Adriaanse
2011-06-06tidyJasper Lievisse Adriaanse
2011-06-06use ${.OBJDIR} instead of poluting ${.CURDIR}Jasper Lievisse Adriaanse
2011-06-06add currently failing test for PKG_CONFIG_LOGJasper Lievisse Adriaanse
2011-06-06add tests for PKG_CONFIG_SYSROOTJasper Lievisse Adriaanse
2011-06-06- add some more tests for printing stuff about the pkgconfig filesJasper Lievisse Adriaanse
- tidy Makefile
2011-06-06initial batch of tests for pkg-config(1), which are loong overdue.Jasper Lievisse Adriaanse
this is far from complete, so tests will be added along the way. ok sthen@
2011-06-03use OBJ to find test configs, patch from Tim RiceDarren Tucker
2011-06-03Retry establishing the port forwarding after a small delay, should makeDarren Tucker
the tests less flaky when the previous test is slow to shut down and free up the port.
2011-06-02Add the quadruple-precision constants; testvect works better nowMartynas Venckus
on sparc64.
2011-05-31Test lint warnings about empty non-compound selection statements.Martynas Venckus
2011-05-31When running "make obj" before "make regress", the desired outputIngo Schwarze
files *.out_ascii and the actual output files *.mandoc_ascii do not live in the same directories, so explicitely tell diff(1) where to find the former. Problem reported by deraadt@. While here, purge an obsolete knob from the optional MANDOCOPTS variable and update the path to the ports groff (only needed by mandoc developers to generate desired output files).
2011-05-31work around startup and teardown races; caught by deraadtDarren Tucker
2011-05-31back out revs 1.6 and 1.5 since it's not reliableDarren Tucker
2011-05-30Add cephes, and lgamma.Martynas Venckus
2011-05-30Import regression test vectors from the Cephes math library. ThisMartynas Venckus
covers C99 double, extended and quadruple precision functions. Stephen relicensed this under the right license. Testvect contains special values from C9X section F.9. Monot contains test vectors synthesized around NPTS points, which are near the boundaries where the algorithms (likely) change their methods; helping to detect coding/monotonicity errors. Note that a lot of extended and quadruple precision tests are if0'd for now; since our math library is incomplete. Hopefully this will change soon. (-;
2011-05-28Add some simple test cases for lgamma, and lgammaf.Martynas Venckus
Currently the functions return correct results for the input of negative zero; however signgam is wrong in this case.
2011-05-28several more bizarre casesMarc Espie
2011-05-28renameMarc Espie
2011-05-27more extra stuff for laterMarc Espie
2011-05-27flesh out flavors, future test that does not match yetMarc Espie
2011-05-27unit-test @pkgpath before we add a lot of junk to itMarc Espie
2011-05-27fix test output for new messageMarc Espie
2011-05-23include testing of multiple/overridden AuthorizedKeysFilesDamien Miller
refactor to simply daemon start/stop and get rid of racy constructs
2011-05-21Add a (failing atm) regress test for when a library moves from a packageLandry Breuil
to another without minor being bumped and a package depending on it needs to be updated, like what happened in the thunar-vfs-1 @lib split from thunar-1.0.x to thunar-vfs 1.2.x package.
2011-05-20fix dumb error in dynamic-forward testDarren Tucker
2011-05-20Prevent races in dynamic forwarding test; ok djmDarren Tucker
2011-05-20another attempt to generate a v00 ECDSA key that broke the testDamien Miller
2011-05-17Add a (failing atm) regress test for the case a symlink to a directoryLandry Breuil
containing entries becomes a real directory with the same entries, like in the upcoming exo-0.6.0 -> exo-0.6.1 update.
2011-05-17fatal() if asked to generate a legacy ECDSA cert (these don't exist)Damien Miller
and fix the regress test that was trying to generate them :)
2011-05-01Pull in <string.h> for memset()Philip Guenthe
2011-05-01Make the regress setup not assume the umask is 022Philip Guenthe
2011-04-29uncomment fwprintf and wprintf testsStefan Sperling
2011-04-24Regression test for floating point format directives in wprintf.Stefan Sperling
ok kettenis espie
2011-04-22Make the socket splicing regression tests architecture independentAlexander Bluhm
by using the perl module BSD::Socket::Splice from ports. Tested on i386 and sparc64.
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@
2011-04-17Add recently added tests to SUBDIR.Martynas Venckus
2011-04-17Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f},Martynas Venckus
except doesn't test rounding modes. Fix pending. Build it with -fno-builtin if you want to test the library functionality--otherwise GCC4 will decide to use its builtins on some platforms.
2011-04-16Test nextafter and nextafterf for zero, nan and some basicMartynas Venckus
functionality. Fix pending.
2011-04-12add missing tools.h fileAlexandre Ratchov
2011-04-10tsk, float version of lrint is affected by a different bug, whereMartynas Venckus
the corner cases would return zero--add some more tests. assembly versions on amd64 and i386 are fine.
2011-04-10add tests for yet-another bug of netbsd implementation of lrint.Martynas Venckus
i've added only couple of values, however the whole exponent range of 52 is broken. luckily amd64 and i386 aren't affected, since they use the assembly versions which do the right thing.