Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-21 | regression tests should test for proper operation, not what the code | Marco S Hyman | |
being tested does. A signal should only be delivered to one thread. | |||
2002-10-21 | Clean up the siginfo test. pthreads siginfo delivery code still | Marco S Hyman | |
being tested. | |||
2002-10-21 | Add new tests | Marco S Hyman | |
2002-10-21 | Add test for non-deferred signal handling in threads. pthreads code | Marco S Hyman | |
that makes this test work is being tested. | |||
2002-10-21 | Add test for pthread_kill. The test currently fails as thread | Marco S Hyman | |
specific delivery semantics are incorrect. Fix in progress. | |||
2002-10-12 | Enable 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-12 | reduce the amount of output on this test so you can see when things | Marco S Hyman | |
go wrong. Remove dead code. | |||
2002-10-12 | oops, add the test | Marco S Hyman | |
2002-10-12 | signal deliver to blocked thread test | Marco S Hyman | |
2002-10-12 | Do not depend upon bugs in the pthreads implementation for proper | Marco 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-10 | add socket test to check blocking/non-blocking mode on accept. | Marco S Hyman | |
Enable test in makefile | |||
2002-10-09 | comment where code is used | Marco S Hyman | |
2002-10-09 | clean-up. check that SA_RESETHAND does the right thing, too. | Marco S Hyman | |
full library support for this is still pending. | |||
2002-10-07 | more meaningful error | Marco S Hyman | |
2002-10-07 | use/check SA_RESETHAND, too. | Marco S Hyman | |
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV | |||
2002-10-07 | add pthread siginfo support test | Marco S Hyman | |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ | |||
2002-06-23 | Fix pthread floatting point preemption test and enable it. Next | Marco S Hyman | |
step is to figure out why it fails on i386, yet works on sparc | |||
2002-06-23 | more gid_t and uid_t are unsigned | Theo de Raadt | |
2002-06-17 | Remove bogus make expression that only confused readers of the file. | Marco S Hyman | |
'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread | |||
2002-06-16 | write newline before successful test completion | Marco S Hyman | |
2002-06-16 | write output to stdout instead of fprintf to stderr. This brings it | Marco S Hyman | |
in line with all of the other pthread regression tests. | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-03 | +pthread_specific | Wilbern Cobb | |
ok fgsch@. | |||
2002-05-03 | test pthread_key_create(), pthread_key_delete(), pthread_getspecific() | Wilbern Cobb | |
and pthread_setspecific(). ok fgsch@. | |||
2002-04-20 | Raise the time limit from 5 seconds to 30 seconds. | Artur Grabowski | |
5 seconds is not enough to compile those tests on sun4c (actually, the time limit should not be applied to compilation, but fixing that is a pain). | |||
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | use semaphore to sync threads, not sleep | Marco S Hyman | |
2002-02-17 | a state variable used by multiple threads needs to be volatile | Marco S Hyman | |
2002-02-17 | This test requires root, make it use REGRESSROOTTARGETS. | Marco S Hyman | |
Requires bsd.regress.mk version 1.9 or later | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-15 | fork and start up a listener to discard bytes instead of | Marco S Hyman | |
relying on the discard service being enabled. Listener listens on localhost, only | |||
2002-02-01 | minor changes. | Federico G. Schwindt | |
2002-02-01 | getaddrinfo regress | Todd T. Fries | |
2002-01-08 | Better version of pcap regression test. Use mutex and conditions to | Marco S Hyman | |
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet) | |||
2002-01-04 | Make this into a dummy regress test. | Artur Grabowski | |
2002-01-03 | depend regress: on PROG (this whole Makefile is ugly) | Artur Grabowski | |
2002-01-03 | convert everything to bsd.regress.mk | Artur Grabowski | |
2002-01-02 | Be sure both programs are using the same port. | Federico G. Schwindt | |
2001-12-12 | indent. | Federico G. Schwindt | |
2001-12-12 | Set MAXTIME to 10, allowing to pass on slower machines like p 300. | Federico G. Schwindt | |
2001-11-12 | Make MAXTIME overrideable. | Federico G. Schwindt | |
2001-11-12 | add missing -lpcap, lost in resurection of the file | Marco S Hyman | |
2001-11-11 | signal race fixes | Theo de Raadt | |
2001-11-11 | bring back test, this time in the public domain | Marco S Hyman | |
2001-11-11 | place 2 line test in the public domain | Marco S Hyman | |
2001-11-11 | remove files that have a copyright theo doesn't like | Marco S Hyman | |
2001-11-10 | Add a pcap/pthread test as it was reported that using | Marco S Hyman | |
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib. | |||
2001-11-09 | another pthread regression test: system/waitpid/wait4 | Marco S Hyman | |