summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
Commit message (Expand)AuthorAgeFilesLines
* runtests: remove sleep callsDaniel Stenberg2020-05-031-19/+0
* tests: add support for SSH server variant specific transfer pathsMarc Hoersken2020-05-021-0/+11
* runtests: make the logmsg from the ssh server only show in verboseDaniel Stenberg2020-05-021-1/+1
* runtests: fix typo in the existence of disabled tests checkerEmil Engler2020-04-301-1/+1
* tests: tests: run stunnel for HTTPS and FTPS on dynamic portsDaniel Stenberg2020-04-301-58/+72
* tests: pick a random port number for SSHDaniel Stenberg2020-04-301-56/+76
* runtests: check for the disabled tests relative srcdirDaniel Stenberg2020-04-251-1/+1
* runtests: revert commenting out a line I did for debuggingDaniel Stenberg2020-04-251-1/+1
* runtests: when <killserver> mentions http, kill http/2 tooDaniel Stenberg2020-04-251-57/+9
* tests: make runtests check that disabled tests existsDaniel Stenberg2020-04-241-1/+7
* tests: run the RTSP test server on a dynamic port numberDaniel Stenberg2020-04-201-14/+11
* tests: add %NOLISTENPORT and use itDaniel Stenberg2020-04-201-0/+2
* tests: run the SOCKS test server on a dynamic port numberDaniel Stenberg2020-04-201-6/+7
* tests: run the TFTP test server on a dynamic port numberDaniel Stenberg2020-04-201-14/+13
* runtests: always put test number in servercmd fileDaniel Stenberg2020-04-201-8/+4
* runtests: use a unix domain socket path with the pid in the nameDaniel Stenberg2020-04-191-1/+1
* runtests: dummy init the ports variables to avoid warningsDaniel Stenberg2020-04-191-30/+32
* tests: move pingpong server to dynamic listening portDaniel Stenberg2020-04-181-53/+55
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-181-110/+106
* tests: run the sws server on "any port"Daniel Stenberg2020-04-181-21/+25
* tests: support hex encoded data and mqtt serverDaniel Stenberg2020-04-141-4/+91
* tests: add Windows compatible pidwait like pidkill and pidtermMarc Hoersken2020-04-111-1/+1
* runtests: fix warning about using an undefined variableDaniel Stenberg2020-04-091-2/+2
* runtests: provide nicer errormsg when protocol "dump" file is emptyDaniel Stenberg2020-04-081-0/+7
* runtests.pl: log host OS as detected by Perl environmentMarc Hoersken2020-04-021-1/+3
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-1/+3
* runtests: log minimal and maximal used port numbersMarc Hoersken2020-03-101-0/+7
* runtests: fix missing use of exe_ext helper functionMarc Hoersken2020-03-071-2/+2
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-0/+24
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-5/+0
* tests: wrap ignored test failures in bracesMarc Hoersken2020-03-041-1/+7
* tests: try to make sleeping portable by avoiding selectMarc Hoersken2020-03-041-3/+3
* ci/tests: Make it possible to still run but ignore failing testsMarc Hoersken2020-03-031-15/+43
* ci/tests: Move CI test result creation above environment setupMarc Hoersken2020-03-031-10/+14
* ci/tests: Send test results to AppVeyor for status overviewMarc Hoersken2020-03-031-0/+7
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-021-0/+3
* runtests: fix output to command logJay Satiro2020-02-291-14/+3
* ci/tests: Send test results to Azure DevOps for reportingMarc Hoersken2020-02-291-1/+32
* runtests: restore the command logDaniel Stenberg2020-02-271-3/+3
* tests: Automatically deduce the tool name from the test case for unit testsSteve Holme2020-02-271-5/+16
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-2/+2
* runtests: make random seed fixed for a monthDaniel Stenberg2020-01-091-7/+26
* runtests: --repeat=[num] to repeat testsDaniel Stenberg2019-12-151-0/+12
* runtests: introduce --shallow to reduce huge torture testsDaniel Stenberg2019-12-111-3/+35
* tests: make it possible to set executable extensionsMarc Hoersken2019-12-091-5/+9
* tests: use \r\n for log messages in WSLMarc Hoersken2019-12-091-1/+9
* runtests: get textaware info from curl instead of perlMarcel Raad2019-10-201-1/+1
* tests: support non-localhost HOSTIP for dict/smb serversStephan Szabo2019-06-201-2/+4
* runtests: keep logfiles around by defaultDaniel Stenberg2019-06-181-7/+3
* tests: have runtests figure out disabled featuresDaniel Stenberg2019-06-171-314/+85