Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Allow different start timeout specification for each server | Yang Tse | |
2007-11-23 | make 'checkdied' in runtests.pl more robust | Yang Tse | |
2007-11-23 | Revert last change since it breaks running the test suite | Yang Tse | |
when builddir is different from srcdir. | |||
2007-11-23 | Improve chance of running runtests.pl from outside the | Yang Tse | |
source tree 'tests' directory | |||
2007-11-22 | Debugging messages to trace startnew failures | Yang Tse | |
2007-11-21 | Temporary change adding additional debugging messages to better pinpoint | Yang Tse | |
startup failures of test suite ssh and socks servers. | |||
2007-11-19 | This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1 | Yang Tse | |
are good/compatible enough to run the test suite ssh server and socks tests | |||
2007-11-16 | Michal Marek made the test suite remember what test servers that fail to | Daniel Stenberg | |
start so that subsequent tries are simply skipped. | |||
2007-11-15 | Michal Marek fixed the test suite to better deal with the case when the HTTP | Daniel Stenberg | |
ipv6 server can't run. | |||
2007-11-01 | Make postcheck failure message more like the others | Dan Fandrich | |
2007-10-26 | Check that all servers in the <server> section are supported, not just | Dan Fandrich | |
the first. | |||
2007-10-25 | When valgrind is disabled in the test file, don't run it at all (as opposed | Dan Fandrich | |
to running it and ignoring its output). | |||
2007-10-25 | Don't show valgrind log files of other tests | Yang Tse | |
2007-10-25 | Michal Marek fixed the test script to be able to use valgrind even when the | Daniel Stenberg | |
lib is built shared with libtool. | |||
2007-10-11 | Fixed the -l option of runtests.pl | Dan Fandrich | |
Added support for skipping tests based on key words. | |||
2007-09-20 | Added variable substitution to the <verify><file> section. | Dan Fandrich | |
Made a few more tests work remotely. | |||
2007-09-17 | Added %CLIENTIP and %CLIENT6IP data file substitution variables. | Dan Fandrich | |
Added hooks to the test suite to make it possible to test a curl running on a remote host. | |||
2007-07-14 | add some better logging when HTTP server start fails, and make the failure | Daniel Stenberg | |
really hard if the test server can't be resolved (like for ::1 ipv6) | |||
2007-06-11 | Wait longer for servers to start up since the ssh server needs to generate | Dan Fandrich | |
keys the first time (which can take a while on a slow or loaded host). Enforce a longer startup wait time for the ssh client SOCKS server, too. Check for an error code from startnew() when starting any server. | |||
2007-06-08 | Fixed the test harness so that it actually kills the ssh being used as | Dan Fandrich | |
the SOCKS server. | |||
2007-06-08 | Incorporated Daniel Black's test706 and test707 SOCKS test cases. | Dan Fandrich | |
2007-06-08 | Improved compatibility with perl 5.0 on the 'open' calls. | Dan Fandrich | |
2007-06-07 | Changed the opens to work on older versions of perl. | Dan Fandrich | |
Redirect ssh output to ssh.log | |||
2007-06-07 | Fixed some problems in starting SSH for use in SOCKS. | Dan Fandrich | |
2007-06-05 | Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using | Daniel Stenberg | |
openssh | |||
2007-05-30 | In case of test failure, try not to show log files of other tests | Yang Tse | |
2007-04-30 | Improved the test harness to allow running test servers on other than | Dan Fandrich | |
the default port numbers, allowing more than one test suite to run simultaneously on the same host. | |||
2007-04-25 | Added support in runtests.pl for "!n" test numbers to disable individual tests. | Dan Fandrich | |
2007-04-25 | When displaying log files, truncate the really longs ones such as you | Dan Fandrich | |
would get from a torture test. | |||
2007-04-24 | Treat log files and -k the same when running torture tests as when not. | Dan Fandrich | |
2007-04-23 | Added <postcheck> support to the test harness. | Dan Fandrich | |
2007-04-10 | Honour the -a option when -t is enabled. | Dan Fandrich | |
2007-04-06 | In case of test failure, try not to show log files of other tests | Yang Tse | |
2007-04-05 | Further improve displaying of individual logfiles | Yang Tse | |
2007-04-03 | fix enumeration of disabled tests when they have the highest number | Yang Tse | |
2007-04-03 | Improve displaying of logfiles making sure all lines end with \n | Yang Tse | |
and avoid using ! as last char of line. | |||
2007-03-24 | Changed the test harness to attempt to gracefully shut down servers | Dan Fandrich | |
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server. | |||
2007-03-18 | detect and show if built with yassl, but also set the "openssl" flag internally | Daniel Stenberg | |
since that is the API yassl attempts to provide | |||
2007-03-12 | libcurl supplies its own crypto hash functions when SSL is disabled, so | Dan Fandrich | |
'crypto' tests aren't dependent on SSL. Compiling with --disable-crypto-auth will cause test failures, however. | |||
2007-03-09 | Updated the test harness to add a new "crypto" feature check and updated the | Dan Fandrich | |
appropriate test case to use it. For now, this is treated the same as the "SSL" feature because curl doesn't list it separately. | |||
2007-03-09 | Updated the test harness to check for protocol support before running each | Dan Fandrich | |
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features. | |||
2007-03-08 | Added test infrastructure to support basic FTPS tests. This currently | Dan Fandrich | |
supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test. | |||
2007-02-22 | 5 seconds isn't always enough time to start a server on a loaded system. | Dan Fandrich | |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg | |
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ | |||
2007-01-27 | update copyright year notice | Yang Tse | |
2007-01-25 | Fixed a dangling pointer problem that prevented the http_proxy environment | Dan Fandrich | |
variable from being properly used in many cases (and caused test case 63 to fail). | |||
2007-01-18 | Added precheck that curl supports the 'openssl' engine in test 307. | Dan Fandrich | |
2006-11-20 | Revert runtests.pl back to revision 1.212 | Yang Tse | |
This is done to back out changes done from revisions 1.213 to 1.217 | |||
2006-11-20 | Add some message logging | Yang Tse | |
2006-11-20 | stop slaves before stopping servers | Yang Tse | |