summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/setsockopt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
|
* Now that socket timeouts don't return early, fix the regress to matchguenther2012-07-111-9/+8
|
* similar change to the setsockopt1.c one: use the resolution of the monotonicfgsch2012-02-261-20/+35
| | | | clock from clock_getres(). while here use a different port when binding.
* similar change to the setsockopt1.c one: use the resolution of the monotonicfgsch2012-02-222-16/+29
| | | | clock from clock_getres(). while here use a different port when binding.
* 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-203-15/+15
| | | | | | | 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-193-12/+15
|
* better output on error.fgsch2011-12-124-28/+28
|
* Use CHECKx macro and enable setsockopt tests.fgsch2010-01-032-6/+6
|
* Add tests to check timeout on sockets under different situations. kurt@ ok.fgsch2009-12-2610-0/+415