Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | print out the bad values when the test fails | 2003-01-23 | 1 | -1/+3 | ||
| | ||||||
* | add test to ensure select can be cancelled. | 2003-01-19 | 3 | -2/+50 | ||
| | ||||||
* | set stack size for threads, the default is too small for this test. | 2003-01-18 | 1 | -10/+7 | ||
| | ||||||
* | Bye-bye libc_r. libc_r and libnpthread go away. libpthread | 2003-01-14 | 1 | -12/+3 | ||
| | | | | | | | | | | | | takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended. | |||||
* | don't fail if stdout is not a tty. | 2002-12-13 | 1 | -3/+5 | ||
| | | | | Print a test ignored message, instead. | |||||
* | comment out bogus portion of test until I figure | 2002-12-08 | 1 | -1/+11 | ||
| | | | | | a better way to test the condition it is trying to test. Solves malloc.conf -> J problem. | |||||
* | use -lnpthread when USELIBPTHREAD=yes | 2002-11-16 | 1 | -4/+4 | ||
| | ||||||
* | dueling mallocs -- test for proper serialization when multiple threads | 2002-11-12 | 3 | -2/+77 | ||
| | | | | try to malloc at the same time | |||||
* | remove MD bits from test. | 2002-10-27 | 1 | -3/+4 | ||
| | | | | | This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue | |||||
* | remove 0x in front of %p -- not needed | 2002-10-23 | 3 | -7/+7 | ||
| | ||||||
* | regression tests should test for proper operation, not what the code | 2002-10-21 | 1 | -2/+2 | ||
| | | | | being tested does. A signal should only be delivered to one thread. | |||||
* | Clean up the siginfo test. pthreads siginfo delivery code still | 2002-10-21 | 1 | -5/+14 | ||
| | | | | being tested. | |||||
* | Add new tests | 2002-10-21 | 1 | -4/+4 | ||
| | ||||||
* | Add test for non-deferred signal handling in threads. pthreads code | 2002-10-21 | 2 | -0/+72 | ||
| | | | | that makes this test work is being tested. | |||||
* | Add test for pthread_kill. The test currently fails as thread | 2002-10-21 | 2 | -0/+87 | ||
| | | | | specific delivery semantics are incorrect. Fix in progress. | |||||
* | Enable test for proper inheritance of NONBLOCK flag on accept. | 2002-10-12 | 1 | -3/+3 | ||
| | | | | The test will fail -- a reminder that I still need to fix this. | |||||
* | reduce the amount of output on this test so you can see when things | 2002-10-12 | 1 | -7/+9 | ||
| | | | | go wrong. Remove dead code. | |||||
* | oops, add the test | 2002-10-12 | 1 | -0/+66 | ||
| | ||||||
* | signal deliver to blocked thread test | 2002-10-12 | 3 | -7/+13 | ||
| | ||||||
* | Do not depend upon bugs in the pthreads implementation for proper | 2002-10-12 | 1 | -10/+10 | ||
| | | | | | operation of the regression test. This test will now fail until I commit the 'send signals to only one thread bug' change. | |||||
* | add socket test to check blocking/non-blocking mode on accept. | 2002-10-10 | 3 | -2/+129 | ||
| | | | | Enable test in makefile | |||||
* | comment where code is used | 2002-10-09 | 1 | -2/+4 | ||
| | ||||||
* | clean-up. check that SA_RESETHAND does the right thing, too. | 2002-10-09 | 1 | -2/+7 | ||
| | | | | full library support for this is still pending. | |||||
* | more meaningful error | 2002-10-07 | 1 | -2/+2 | ||
| | ||||||
* | use/check SA_RESETHAND, too. | 2002-10-07 | 1 | -3/+4 | ||
| | | | | Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV | |||||
* | add pthread siginfo support test | 2002-10-07 | 3 | -2/+37 | ||
| | ||||||
* | Rename a bunch of the old bsd.regress.mk variables into the new ones. | 2002-09-02 | 4 | -9/+9 | ||
| | | | | ok art@ | |||||
* | Fix pthread floatting point preemption test and enable it. Next | 2002-06-23 | 2 | -34/+22 | ||
| | | | | step is to figure out why it fails on i386, yet works on sparc | |||||
* | more gid_t and uid_t are unsigned | 2002-06-23 | 1 | -3/+3 | ||
| | ||||||
* | Remove bogus make expression that only confused readers of the file. | 2002-06-17 | 1 | -3/+6 | ||
| | | | | | 'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread | |||||
* | write newline before successful test completion | 2002-06-16 | 3 | -3/+6 | ||
| | ||||||
* | write output to stdout instead of fprintf to stderr. This brings it | 2002-06-16 | 1 | -3/+3 | ||
| | | | | in line with all of the other pthread regression tests. | |||||
* | Add missing libraries to bsd.prog.mk (mostly kerberosV) | 2002-05-11 | 1 | -1/+2 | ||
| | | | | | | | | | | 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@ | |||||
* | +pthread_specific | 2002-05-03 | 1 | -3/+4 | ||
| | | | | ok fgsch@. | |||||
* | test pthread_key_create(), pthread_key_delete(), pthread_getspecific() | 2002-05-03 | 2 | -0/+92 | ||
| | | | | | | and pthread_setspecific(). ok fgsch@. | |||||
* | Raise the time limit from 5 seconds to 30 seconds. | 2002-04-20 | 1 | -2/+2 | ||
| | | | | | 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). | |||||
* | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | 2002-02-23 | 2 | -6/+2 | ||
| | | | | XXX - what about the install targets? | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -5/+5 | ||
| | ||||||
* | use semaphore to sync threads, not sleep | 2002-02-17 | 1 | -2/+3 | ||
| | ||||||
* | a state variable used by multiple threads needs to be volatile | 2002-02-17 | 1 | -2/+3 | ||
| | ||||||
* | This test requires root, make it use REGRESSROOTTARGETS. | 2002-02-17 | 1 | -1/+7 | ||
| | | | | Requires bsd.regress.mk version 1.9 or later | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -4/+4 | ||
| | ||||||
* | fork and start up a listener to discard bytes instead of | 2002-02-15 | 1 | -5/+61 | ||
| | | | | | relying on the discard service being enabled. Listener listens on localhost, only | |||||
* | minor changes. | 2002-02-01 | 1 | -15/+15 | ||
| | ||||||
* | getaddrinfo regress | 2002-02-01 | 2 | -0/+99 | ||
| | ||||||
* | Better version of pcap regression test. Use mutex and conditions to | 2002-01-08 | 1 | -8/+18 | ||
| | | | | | sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet) | |||||
* | Make this into a dummy regress test. | 2002-01-04 | 1 | -4/+6 | ||
| | ||||||
* | depend regress: on PROG (this whole Makefile is ugly) | 2002-01-03 | 1 | -2/+2 | ||
| | ||||||
* | convert everything to bsd.regress.mk | 2002-01-03 | 32 | -104/+65 | ||
| | ||||||
* | Be sure both programs are using the same port. | 2002-01-02 | 2 | -6/+8 | ||
| |