Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-23 | regression tests for the sed substitute command | Ingo Schwarze | |
most of these still fail, a patch to fix them is on tech@ for review ok to commit the tests deraadt@ otto@ | |||
2011-06-20 | - add tests for suffixes in Requires(.private) | Jasper Lievisse Adriaanse | |
2011-06-16 | - slightly expand test for --static. it works in my local tree but needs ↵ | Jasper Lievisse Adriaanse | |
some more testing. | |||
2011-06-16 | - adjust a test which was succeeding while it shouldn't (after the last | Jasper Lievisse Adriaanse | |
pkg-config commit it does again) | |||
2011-06-15 | more tests | Jasper Lievisse Adriaanse | |
2011-06-15 | - add tests for --static (failing right now) | Jasper Lievisse Adriaanse | |
- fix another test which should fail now | |||
2011-06-13 | fill in tests for getting/setting variables | Jasper Lievisse Adriaanse | |
2011-06-12 | - cleanup now --errors-to-stdout is honored | Jasper Lievisse Adriaanse | |
- zap --short-errors which isn't helping us | |||
2011-06-11 | - add missing comment for missing-req-3 | Jasper Lievisse Adriaanse | |
2011-06-11 | - add test for empty .pc-files | Jasper Lievisse Adriaanse | |
- tweak other corruption tests - add reminder to add tests for --static | |||
2011-06-07 | - add extensive testing for various versioned suffix combinations | Jasper Lievisse Adriaanse | |
- put pkg-config in a variable so it's easier to test with fd.o pkg-config too | |||
2011-06-07 | add test for spaces in the Name field which currently get mangled | Jasper Lievisse Adriaanse | |
2011-06-07 | sensible Name fields | Jasper Lievisse Adriaanse | |
2011-06-07 | Remove comment, this test passes now. | Jasper Lievisse Adriaanse | |
2011-06-06 | hookup the previously added (and failing) tests; it's better to know | Jasper Lievisse Adriaanse | |
what fails instead of silently skipping them | |||
2011-06-06 | add failing tests for whitespace and Requires abuse | Jasper Lievisse Adriaanse | |
2011-06-06 | hookup pkg-config tests | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2011-06-06 | missed in previous | Jasper Lievisse Adriaanse | |
2011-06-06 | first set of version comparison tests | Jasper Lievisse Adriaanse | |
2011-06-06 | tidy | Jasper Lievisse Adriaanse | |
2011-06-06 | use ${.OBJDIR} instead of poluting ${.CURDIR} | Jasper Lievisse Adriaanse | |
2011-06-06 | add currently failing test for PKG_CONFIG_LOG | Jasper Lievisse Adriaanse | |
2011-06-06 | add tests for PKG_CONFIG_SYSROOT | Jasper Lievisse Adriaanse | |
2011-06-06 | - add some more tests for printing stuff about the pkgconfig files | Jasper Lievisse Adriaanse | |
- tidy Makefile | |||
2011-06-06 | initial 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-03 | use OBJ to find test configs, patch from Tim Rice | Darren Tucker | |
2011-06-03 | Retry establishing the port forwarding after a small delay, should make | Darren Tucker | |
the tests less flaky when the previous test is slow to shut down and free up the port. | |||
2011-06-02 | Add the quadruple-precision constants; testvect works better now | Martynas Venckus | |
on sparc64. | |||
2011-05-31 | Test lint warnings about empty non-compound selection statements. | Martynas Venckus | |
2011-05-31 | When running "make obj" before "make regress", the desired output | Ingo 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-31 | work around startup and teardown races; caught by deraadt | Darren Tucker | |
2011-05-31 | back out revs 1.6 and 1.5 since it's not reliable | Darren Tucker | |
2011-05-30 | Add cephes, and lgamma. | Martynas Venckus | |
2011-05-30 | Import regression test vectors from the Cephes math library. This | Martynas 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-28 | Add 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-28 | several more bizarre cases | Marc Espie | |
2011-05-28 | rename | Marc Espie | |
2011-05-27 | more extra stuff for later | Marc Espie | |
2011-05-27 | flesh out flavors, future test that does not match yet | Marc Espie | |
2011-05-27 | unit-test @pkgpath before we add a lot of junk to it | Marc Espie | |
2011-05-27 | fix test output for new message | Marc Espie | |
2011-05-23 | include testing of multiple/overridden AuthorizedKeysFiles | Damien Miller | |
refactor to simply daemon start/stop and get rid of racy constructs | |||
2011-05-21 | Add a (failing atm) regress test for when a library moves from a package | Landry 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-20 | fix dumb error in dynamic-forward test | Darren Tucker | |
2011-05-20 | Prevent races in dynamic forwarding test; ok djm | Darren Tucker | |
2011-05-20 | another attempt to generate a v00 ECDSA key that broke the test | Damien Miller | |
2011-05-17 | Add a (failing atm) regress test for the case a symlink to a directory | Landry 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-17 | fatal() 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-01 | Pull in <string.h> for memset() | Philip Guenthe | |
2011-05-01 | Make the regress setup not assume the umask is 022 | Philip Guenthe | |