summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-11-25adjust; slightly off due to 1K = 1000 fixHenning Brauer
2002-11-25kill trailing newlines; markus@Henning Brauer
2002-11-25test mixed af rules. broken right now. sigh.Henning Brauer
2002-11-24gack.Henning Brauer
2002-11-24test altq and queueHenning Brauer
2002-11-24make succeed again; explicit address family needed in one more case nowHenning Brauer
2002-11-22add (disabled) self tests (make self); ok frantzenMarkus Friedl
2002-11-22there's now a space after the label...Henning Brauer
no cookie for daniel ;-)
2002-11-19add icmp-type and code by name testsPeter Stromberg
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman
2002-11-13extended scrub testsHenning Brauer
2002-11-13put common CFLAGS+= in Makefile.incTodd T. Fries
use single defs.h header test for a non-zero value ok fgsch@
2002-11-13more testing.Federico G. Schwindt
2002-11-13move weak definition to the bottom due to a gas problem on a.out platforms.Federico G. Schwindt
2002-11-12dueling mallocs -- test for proper serialization when multiple threadsMarco S Hyman
try to malloc at the same time
2002-11-07CIDR testsHenning Brauer
2002-10-27remove MD bits from test.Marco S Hyman
This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue
2002-10-27flags X is deadHenning Brauer
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-22Update for new semantics of set_ipmask (netmask is applied immediatelyCamiel Dobbelaar
to an address by pfctl).
2002-10-21forgot dpaddMichael Shalayeff
2002-10-21libs are listed w/ LDADD not LDFLAGSMichael Shalayeff
2002-10-21do not use an absolute path in include; dhartmei@ okMichael Shalayeff
2002-10-21regression tests should test for proper operation, not what the codeMarco S Hyman
being tested does. A signal should only be delivered to one thread.
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
being tested.
2002-10-21Add new testsMarco S Hyman
2002-10-21Add test for non-deferred signal handling in threads. pthreads codeMarco S Hyman
that makes this test work is being tested.
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman
specific delivery semantics are incorrect. Fix in progress.
2002-10-16License from niels.Artur Grabowski
2002-10-14test binat netblocksHenning Brauer
from ryan
2002-10-12Enable test for proper inheritance of NONBLOCK flag on accept.Marco S Hyman
The test will fail -- a reminder that I still need to fix this.
2002-10-12reduce the amount of output on this test so you can see when thingsMarco S Hyman
go wrong. Remove dead code.
2002-10-12oops, add the testMarco S Hyman
2002-10-12signal deliver to blocked thread testMarco S Hyman
2002-10-12Do not depend upon bugs in the pthreads implementation for properMarco S Hyman
operation of the regression test. This test will now fail until I commit the 'send signals to only one thread bug' change.
2002-10-10add socket test to check blocking/non-blocking mode on accept.Marco S Hyman
Enable test in makefile
2002-10-09comment where code is usedMarco S Hyman
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
full library support for this is still pending.
2002-10-07more meaningful errorMarco S Hyman
2002-10-07use/check SA_RESETHAND, too.Marco S Hyman
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV
2002-10-07add pthread siginfo support testMarco S Hyman
2002-10-07test generic returnHenning Brauer
test set block-policy
2002-10-07test new return-icmp syntaxHenning Brauer
2002-10-07adjust for new return-icmpHenning Brauer
2002-10-07output slightly different with new return-icmp handling, adjustHenning Brauer
2002-10-07this is valid now... change to be invalidHenning Brauer
2002-10-05Expand {} lists from left to right, so 'pass in from { a, b } to any'Daniel Hartmeier
becomes '@0 pass in from a to any @1 pass in from b to any' instead of the other way around. Patch from Camiel Dobbelaar.
2002-09-26remove MDC2; patentsMarkus Friedl
2002-09-22test line buffer overflow checks in pfctlHenning Brauer
ok frantzen@
2002-09-20test line continuationHenning Brauer