Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-25 | Gopher using Curl_write; test suite (4 tests) | Cameron Kaiser | |
2010-08-16 | Clear stdout and stderr files on each test run | Dan Fandrich | |
This allows a test to be run several times in the same test session even when the -k option is given. | |||
2010-08-13 | Reset environment variables before starting servers | Dan Fandrich | |
Otherwise, variables from tests could affect the servers themselves. | |||
2010-08-11 | runtests: clear old setenv remainders before test | Daniel Stenberg | |
Due to the layout of the singletest function there are situations where it returns before it clears the environment variables that were especially set for the single specific test case. That could lead to subsequent tests getting executed with environment variables sticking around from a previous test which could lead to badness. This change makes sure to clear all custom variables that may be laying around from a previous round, before running a test case. Reported by: Kamil Dudka Bug: http://curl.haxx.se/mail/lib-2010-08/0141.html | |||
2010-08-07 | build: allow NTLM tests to run on more build configurations | U-D5B1PQ1J\Administrador | |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka | |
A shared library tests/libtest/.libs/lihostname.so is preloaded in NTLM test-cases to override the system implementation of gethostname(). It makes it possible to test the NTLM authentication for exact match, and this way test the implementation of MD4 and DES. If LD_PRELOAD doesn't work, a debug build willl also workk as debug builds are now made to prefer a specific environment variable and will then return that content as host name instead of the actual one. Kamil wrote the bulk of this, Daniel Stenberg polished it. | |||
2010-05-05 | PolarSSL: initial support added | Hoi-Ho Chan | |
This is Hoi-Ho Chan's patch with some minor fixes by me. There are some potential issues in this, but none worse than we can sort out on the list and over time. | |||
2010-04-19 | Implement SMTP authentication | monnerat | |
2010-03-24 | restore executable bits on some files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-02-06 | warning fix | Yang Tse | |
2010-02-01 | Test suite support for RTSP | Yang Tse | |
2010-01-21 | fix warning triggered when debugging on cygwin | Yang Tse | |
2010-01-21 | improve displaylogcontent() sub fixing a warning | Yang Tse | |
2010-01-20 | SIGTERM is the signal to trap here, SIGKILL can't be caught. | Yang Tse | |
2010-01-20 | Use delete() to unset environment variables instead of assigning undef which | Yang Tse | |
generates warning 'Use of uninitialized value in scalar assignment' with perl versions older than 5.10 | |||
2010-01-20 | Adjust valgrind logs file name detection. | Yang Tse | |
Adjust environment vars setting and restoring from test definition. Avoid using strftime in torture sub. | |||
2010-01-19 | avoid "Use of uninitialized value $l in concatenation" | Daniel Stenberg | |
2010-01-19 | Fail harder when curl coredumps trying to verify http and ftp servers. | Yang Tse | |
Add some debug messages to see what's going on with valgrind logs. | |||
2010-01-19 | prevent %runcert hash growth when clearing items | Yang Tse | |
2010-01-18 | fix warnings | Yang Tse | |
2010-01-18 | Stop ssl running server when cert file currently used by server is | Yang Tse | |
different than the one specified in test definition for same server | |||
2010-01-18 | fix warnings | Yang Tse | |
2010-01-18 | - Remove QD restarting of https servers. Proper fixing required. | Yang Tse | |
This will make tests 310 311 and 312 fail while fixing. - Remove some debug messages | |||
2010-01-18 | make verifyhttp use different file names depending on server characteristics | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | add some debug messages | Yang Tse | |
2010-01-17 | use servername_id() from serverhelp.pm | Yang Tse | |
2010-01-17 | refactored stopping of test harness servers | Yang Tse | |
2010-01-15 | Declaration of $sshdlog is done in sshhelp.pm | Yang Tse | |
2010-01-15 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for ssh and socks test suite servers. | |||
2010-01-14 | Squeeze slack time when killing more than one server from | Yang Tse | |
the <killserver> section of test harness definition files. | |||
2010-01-12 | Make runtests.pl actually support any (valid) server specification | Yang Tse | |
for the <killserver> section of test harness definition files. | |||
2010-01-12 | Adjust vor VPATH builds | Yang Tse | |
2010-01-11 | - The tests/runtests.pl script now checks to see if the test case that runs is | Daniel Stenberg | |
present in the tests/data/Makefile.am and outputs a notice message on the screen if not. Each test file has to be included in that Makefile.am to get included in release archives and forgetting to add files there is a common mistake. This is an attempt to make it harder to forget. | |||
2010-01-11 | secureserver.pl is now the test harness script used for SSL/TLS. | Yang Tse | |
Start using the centralized pidfile and logfile name generation subroutines for https and ftps test suite servers. | |||
2010-01-10 | Previous commit adjustments | Yang Tse | |
2010-01-09 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for ftp, pop3, imap and smtp test suite servers. | |||
2010-01-08 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for http and tftp test suite servers. | |||
2010-01-08 | sws and tftpd command line option naming adjustments | Yang Tse | |
2009-12-28 | Leftover from previous commit | Yang Tse | |
2009-12-28 | Initial refactoring step for server name strings centralized generation | Yang Tse | |
2009-12-25 | When verifying the SMTP server I had to add some hackery since SMTP in itself | Daniel Stenberg | |
doesn't really return any body data to check so I made SMTP check "headers" as well. | |||
2009-12-23 | Back out some pingpong server stopping changes introduced last week in | Yang Tse | |
order to re-use 'classic' stopping and allow taking test-suite run time references from this state. | |||
2009-12-22 | use Time::HiRes whenever available, independently of perl version | Yang Tse | |
2009-12-21 | Make 'classic' output end of a test-suite run become again the end | Yang Tse | |
of output, even when run time statistics are shown. |