summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/setsockopt/1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now that socket timeouts don't return early, fix the regress to matchguenther2012-07-111-9/+8
|
* Switch the time measuring to be in timespecs, and then check theguenther2012-02-201-16/+32
| | | | | | difference against the resolution of the monotonic clock from clock_getres() discussed with fgsch@
* ops. compare against the socket timeout, not the alarm one.fgsch2012-02-201-5/+5
| | | | | | | sometimes these tests are incorrectly marked as failing (ktrace shows the read is returning within the specified timeout) but there are other times where they're taking slightly longer than expected. for now both cases are marked as failure.
* fix tests.fgsch2012-02-191-4/+5
|
* better output on error.fgsch2011-12-121-9/+9
|
* Add tests to check timeout on sockets under different situations. kurt@ ok.fgsch2009-12-262-0/+107