Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-10 | don't use -i when checking for our own server | Daniel Stenberg | |
2004-05-05 | fixed typo | Daniel Stenberg | |
2004-05-05 | Temporary disable the logic that runs gdb on a core dump, as it can't blindly | Daniel Stenberg | |
assume that the curl file is a proper binary, it is often a script file produced by libtool. | |||
2004-05-05 | added a third URL to the torture testing, this one also hangs at some point | Daniel Stenberg | |
for a reason I don't know | |||
2004-04-30 | Display "exit OK" when the exit code has been verified to be OK, and added | Daniel Stenberg | |
initial basic valgrind-log scan for memory leaks it could detect. | |||
2004-04-30 | support the new libcurl IDN feature, also a first attempt to display a stack | Daniel Stenberg | |
trace if a test results in a 'core' file and gdb is present | |||
2004-04-29 | remove newline from matching pattern | Daniel Stenberg | |
2004-04-23 | No longer uses the valgrind option '--logfile-fd', we use the --logfile | Daniel Stenberg | |
option instead (even though it appends the pid to the file name, making it harder to figure out its name to parse it after a test has run). Also made sure we only use valgrind for the actual test command command lines, not when for example running curl to detect if there are any already running servers are present etc. | |||
2004-04-22 | modified how valgrind is run to make sure that file handle 3 exists when | Daniel Stenberg | |
we tell valgrind to use that to send the logfile to | |||
2004-04-16 | don't display the . and .. files when dumping the log/ contents | Daniel Stenberg | |
2004-04-15 | clean the log directory between each single test, so that we can better | Daniel Stenberg | |
display all logs and only logs with relevant data when a test fails and -p is used. | |||
2004-04-14 | display interesting log files on failure, if -p is used | Daniel Stenberg | |
2004-04-13 | Initial support for dumping the contents of the files in log/ when failing | Daniel Stenberg | |
when -p is used. For easier bug-hunting of autobuild failures. This still only shows what files that are present in log/, as I believe we need to filter which files we show on a failure. | |||
2004-03-29 | fix to figure out the "real" windows path when built and run with mingw | Daniel Stenberg | |
Andrés García helped out! | |||
2004-03-01 | support 'large_file' as a feature to require for specific tests (such as | Daniel Stenberg | |
test 99) | |||
2004-02-26 | runtests.pl now provides the srcdir to the ftpserver so that it can pass | Daniel Stenberg | |
that to loadtest properly. | |||
2004-02-20 | %HTTPPORT supported in subVariables | Daniel Stenberg | |
2004-02-20 | When trying to see if there's a friendly http server on "our" port, we | Daniel Stenberg | |
only accept return code 7 to indicate that there's no server present. | |||
2004-02-12 | provide a source path to the servers to make them find the tests when run | Daniel Stenberg | |
outside the source dir, not needing any symlinks | |||
2004-01-13 | use the *correct* header! | Daniel Stenberg | |
2004-01-13 | added standard source header | Daniel Stenberg | |
2004-01-12 | better skip reasons, longer waiting for startup of servers (due to slow/loaded | Daniel Stenberg | |
host), added retrying/waiting for slow stunnel startups | |||
2003-12-17 | Check the error code AFTER the protocol and data. Only changed to perhaps | Daniel Stenberg | |
get some further input on the notorious test case 91 failures! | |||
2003-11-24 | disable ftps-tests for now, we must make them work with the updated ftps | Daniel Stenberg | |
functionality | |||
2003-11-13 | -n disables valgrind now | Daniel Stenberg | |
2003-10-31 | my own system had a bad valgrind, so check that it works at least somewhat | Daniel Stenberg | |
before we use it | |||
2003-10-29 | Stop using stunnel.pm, we pass in the path from the main script instead. | Daniel Stenberg | |
Also made it easier to stop the test suite with control-c. | |||
2003-10-29 | stunnel.pm is removed | Daniel Stenberg | |
2003-10-29 | now check for and use valgrind, inserted and modified the check for stunnel | Daniel Stenberg | |
and we no longer use the stunnel.pm | |||
2003-10-27 | slightly quieter torture test by default | Daniel Stenberg | |
2003-10-24 | improved the torture testing | Daniel Stenberg | |
2003-10-24 | Introducing -t to "torture" the memory allocations/failing/bail-outing in | Daniel Stenberg | |
curl and libcurl. -t is not used anywhere automated yet, and it does already identify memory leaks on failed allocations. Work to do. | |||
2003-10-22 | allow gdb to check the libtest dir for sources too (for the 500- tests) | Daniel Stenberg | |
2003-09-12 | When people have environment variables set for protocol proxies, we must make | Daniel Stenberg | |
sure to clear them before we run the tests as they interfere badly otherwise. | |||
2003-08-14 | better report on why tests are skipped, and also show a count of the amount | Daniel Stenberg | |
of test cases that were "considered". | |||
2003-08-12 | David Byron's fix that makes this script use 'cygpath' instead of 'pwd' if | Daniel Stenberg | |
this runs on windows, to find out the current working directory. | |||
2003-08-06 | minor cleanup | Daniel Stenberg | |
2003-06-26 | produce a skip-report at the end of all tests, and thus record and count | Daniel Stenberg | |
them properly | |||
2003-06-13 | stdout is good enough | Daniel Stenberg | |
2003-06-13 | work more on pids, less on pidfiles to be able to do better kills at the | Daniel Stenberg | |
end of the test where the pidfiles aren't found, but "our" server is running | |||
2003-06-12 | get and use only the first line of the curl --version output | Daniel Stenberg | |
2003-06-12 | require the netrc_debug feature the same way we now can require SSL | Daniel Stenberg | |
present client-side | |||
2003-06-12 | now test cases can be set to be dependent on the presence of "SSL" in the | Daniel Stenberg | |
client/library | |||
2003-05-19 | remove debug output | Daniel Stenberg | |
2003-05-19 | setenv support added to allow test cases to require a set of environment | Daniel Stenberg | |
variables | |||
2003-04-30 | no longer assume that the test number implies servers to run | Daniel Stenberg | |
2003-04-30 | modified to produce nicer output when a single test fails | Daniel Stenberg | |
2003-04-01 | support the new <killserver> tag | Daniel Stenberg | |
2003-03-19 | set binary mode for some file handling and it might work better on some | Daniel Stenberg | |
cygwin installations (using DOS-style files somehow?) | |||
2003-03-15 | missing newline added | Daniel Stenberg | |