Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | Add tests for kqueue EVFILT_SIGNAL and that they can't be passed over | Philip Guenthe | |
sockets | |||
2011-07-07 | Regress test cleanup step 1 of n: require-order no longer exists. | Ryan Thomas McBride | |
2011-07-07 | braces rock! | Philip Guenthe | |
2011-07-07 | Suppress known failures | Philip Guenthe | |
2011-07-06 | update regress for non-crypto flow 'type use' case | Theo de Raadt | |
2011-07-06 | Add a regression test for file descriptor passing with UNIX sockets. | Matthew Dempsky | |
ok claudio@ | |||
2011-07-06 | Test handling of non-NUL terminated sun_path values as well as garbage | Philip Guenthe | |
in the end of the sockaddr_un. Done with claudio@ | |||
2011-07-06 | Switch to a device that isn't deprecated and return more info on | Philip Guenthe | |
read failure | |||
2011-07-06 | Add regress for errno returns of failed fchdir()s | Philip Guenthe | |
2011-07-05 | Hook unixsock up | Claudio Jeker | |
2011-07-05 | Regress test for the path length of unix sockets. | Claudio Jeker | |
2011-07-05 | plug in mmap_write_self | Artur Grabowski | |
2011-07-05 | Test for when we're writing to a file from an mmaped area of the file. | Artur Grabowski | |
2011-07-04 | Add new socket splicing tests for the idle timeout feature. Note | Alexander Bluhm | |
that you need p5-BSD-Socket-Splice version 0.03 to run the regression tests. | |||
2011-07-03 | Include tests of 80-bit long double precision (on platforms that | Martynas Venckus | |
support it) now that scanf is implemented properly. | |||
2011-07-02 | Add cephes. | Martynas Venckus | |
2011-07-02 | Import Steve Moshier's printf/scanf tester. | Martynas Venckus | |
2011-07-02 | "repair" the thunarvfs test, except it's not repaired, as it does not | Marc Espie | |
exemplify anything interesting now. zap it from the list until it gets properly fixed | |||
2011-06-30 | test with sandbox enabled; ok djm@ | Markus Friedl | |
2011-06-30 | regress for fixed bug | Marc Espie | |
2011-06-30 | "normal" failure implies actual exit. If $? >= 128, that means a signal | Marc Espie | |
was received, usually a segfault, which is not good at all... | |||
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 | |