summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2011-07-13Must now specify correct protocol (tcp, udp) for user and group attributes.Ryan Thomas McBride
2011-07-13tweak script to handle add/delete/infoMarc Espie
finish the manual1 test
2011-07-12create packages with inter-dependencies... and delete themMarc Espie
2011-07-12start adding regress for manual installs, not fully working yet...Marc Espie
2011-07-11repair t24 when obj exists, like other targets.Okan Demirmen
sure tedu@
2011-07-11how annoying. soembody added a regress test that would have caught myTed Unangst
grep bug, but didn't turn it on.
2011-07-09Move test(1) test into regress.Nicholas Marriott
ok deraadt
2011-07-09Adapt tests for extended-precision.Martynas Venckus
2011-07-08Add regress tests for 'prio' keyword.Ryan Thomas McBride
2011-07-08Add 80-bit and 128-bit precision test vectors for the math functions.Martynas Venckus
No problems found by Cephes in 17022 tests.
2011-07-08'prio' will be a reserved keyword soon.Ryan Thomas McBride
2011-07-08Update regress tests for the following changes:Ryan Thomas McBride
- if_addr RB_TREE (Address sort differently on an interface) - skip steps changes - RDOMAIN - reordering of address/port tests - fastroute is gone - keep state is no longer printed by default - lo0 now has link-local scope address in addition to ::1
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
switched a while back. ok miod, kettenis
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07Add tests for kqueue EVFILT_SIGNAL and that they can't be passed overPhilip Guenthe
sockets
2011-07-07Regress test cleanup step 1 of n: require-order no longer exists.Ryan Thomas McBride
2011-07-07braces rock!Philip Guenthe
2011-07-07Suppress known failuresPhilip Guenthe
2011-07-06update regress for non-crypto flow 'type use' caseTheo de Raadt
2011-07-06Add a regression test for file descriptor passing with UNIX sockets.Matthew Dempsky
ok claudio@
2011-07-06Test handling of non-NUL terminated sun_path values as well as garbagePhilip Guenthe
in the end of the sockaddr_un. Done with claudio@
2011-07-06Switch to a device that isn't deprecated and return more info onPhilip Guenthe
read failure
2011-07-06Add regress for errno returns of failed fchdir()sPhilip Guenthe
2011-07-05Hook unixsock upClaudio Jeker
2011-07-05Regress test for the path length of unix sockets.Claudio Jeker
2011-07-05plug in mmap_write_selfArtur Grabowski
2011-07-05Test for when we're writing to a file from an mmaped area of the file.Artur Grabowski
2011-07-04Add new socket splicing tests for the idle timeout feature. NoteAlexander Bluhm
that you need p5-BSD-Socket-Splice version 0.03 to run the regression tests.
2011-07-03Include tests of 80-bit long double precision (on platforms thatMartynas Venckus
support it) now that scanf is implemented properly.
2011-07-02Add cephes.Martynas Venckus
2011-07-02Import Steve Moshier's printf/scanf tester.Martynas Venckus
2011-07-02"repair" the thunarvfs test, except it's not repaired, as it does notMarc Espie
exemplify anything interesting now. zap it from the list until it gets properly fixed
2011-06-30test with sandbox enabled; ok djm@Markus Friedl
2011-06-30regress for fixed bugMarc Espie
2011-06-30"normal" failure implies actual exit. If $? >= 128, that means a signalMarc Espie
was received, usually a segfault, which is not good at all...
2011-06-23regression tests for the sed substitute commandIngo 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 lastJasper Lievisse Adriaanse
pkg-config commit it does again)
2011-06-15more testsJasper Lievisse Adriaanse
2011-06-15- add tests for --static (failing right now)Jasper Lievisse Adriaanse
- fix another test which should fail now
2011-06-13fill in tests for getting/setting variablesJasper Lievisse Adriaanse
2011-06-12- cleanup now --errors-to-stdout is honoredJasper Lievisse Adriaanse
- zap --short-errors which isn't helping us
2011-06-11- add missing comment for missing-req-3Jasper Lievisse Adriaanse
2011-06-11- add test for empty .pc-filesJasper Lievisse Adriaanse
- tweak other corruption tests - add reminder to add tests for --static
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