1 Nov 2006 19:33
yangtse: curl/tests/libtest Makefile.am,1.40,1.41 lib518.c,1.13,1.14
<cvs <at> labb.contactor.se>
2006-11-01 18:33:52 GMT
2006-11-01 18:33:52 GMT
Update of /cvsroot/curl/curl/tests/libtest In directory labb:/tmp/cvs-serv19272/tests/libtest Modified Files: Makefile.am lib518.c Log Message: test 518 is all about testing libcurl functionality when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors. Index: lib518.c =================================================================== RCS file: /cvsroot/curl/curl/tests/libtest/lib518.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- lib518.c 31 Oct 2006 01:24:03 -0000 1.13 +++ lib518.c 1 Nov 2006 18:33:50 -0000 1.14 <at> <at> -8,6 +8,10 <at> <at> * $Id$ */ +/*(Continue reading)
RSS Feed