aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Expand)Author
2020-05-14tests: add https-proxy support to the test suiteDaniel Stenberg
2020-05-12CMake: fix runtests.pl with CMake, add new test targetsPeter Wu
2020-05-12runtests: remove ftp2 support, not usedDaniel Stenberg
2020-05-07runtests: show elapsed test time with higher precision (ms)Daniel Stenberg
2020-05-06runtests: set +x mode againDaniel Stenberg
2020-05-03runtests: remove sleep callsDaniel Stenberg
2020-05-02tests: add support for SSH server variant specific transfer pathsMarc Hoersken
2020-05-02runtests: make the logmsg from the ssh server only show in verboseDaniel Stenberg
2020-04-30runtests: fix typo in the existence of disabled tests checkerEmil Engler
2020-04-30tests: tests: run stunnel for HTTPS and FTPS on dynamic portsDaniel Stenberg
2020-04-30tests: pick a random port number for SSHDaniel Stenberg
2020-04-25runtests: check for the disabled tests relative srcdirDaniel Stenberg
2020-04-25runtests: revert commenting out a line I did for debuggingDaniel Stenberg
2020-04-25runtests: when <killserver> mentions http, kill http/2 tooDaniel Stenberg
2020-04-24tests: make runtests check that disabled tests existsDaniel Stenberg
2020-04-20tests: run the RTSP test server on a dynamic port numberDaniel Stenberg
2020-04-20tests: add %NOLISTENPORT and use itDaniel Stenberg
2020-04-20tests: run the SOCKS test server on a dynamic port numberDaniel Stenberg
2020-04-20tests: run the TFTP test server on a dynamic port numberDaniel Stenberg
2020-04-20runtests: always put test number in servercmd fileDaniel Stenberg
2020-04-19runtests: use a unix domain socket path with the pid in the nameDaniel Stenberg
2020-04-19runtests: dummy init the ports variables to avoid warningsDaniel Stenberg
2020-04-18tests: move pingpong server to dynamic listening portDaniel Stenberg
2020-04-18tests: introduce preprocessed test casesDaniel Stenberg
2020-04-18tests: run the sws server on "any port"Daniel Stenberg
2020-04-14tests: support hex encoded data and mqtt serverDaniel Stenberg
2020-04-11tests: add Windows compatible pidwait like pidkill and pidtermMarc Hoersken
2020-04-09runtests: fix warning about using an undefined variableDaniel Stenberg
2020-04-08runtests: provide nicer errormsg when protocol "dump" file is emptyDaniel Stenberg
2020-04-02runtests.pl: log host OS as detected by Perl environmentMarc Hoersken
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-10runtests: log minimal and maximal used port numbersMarc Hoersken
2020-03-07runtests: fix missing use of exe_ext helper functionMarc Hoersken
2020-03-07libssh: Fix matching user-specified MD5 hex keyJay Satiro
2020-03-05polarssl: remove more references and mentionsDaniel Stenberg
2020-03-04tests: wrap ignored test failures in bracesMarc Hoersken
2020-03-04tests: try to make sleeping portable by avoiding selectMarc Hoersken
2020-03-03ci/tests: Make it possible to still run but ignore failing testsMarc Hoersken
2020-03-03ci/tests: Move CI test result creation above environment setupMarc Hoersken
2020-03-03ci/tests: Send test results to AppVeyor for status overviewMarc Hoersken
2020-03-02tests: disable SMTP UTF-8 tests on WindowsSteve Holme
2020-02-29runtests: fix output to command logJay Satiro
2020-02-29ci/tests: Send test results to Azure DevOps for reportingMarc Hoersken
2020-02-27runtests: restore the command logDaniel Stenberg
2020-02-27tests: Automatically deduce the tool name from the test case for unit testsSteve Holme
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-01-09runtests: make random seed fixed for a monthDaniel Stenberg
2019-12-15runtests: --repeat=[num] to repeat testsDaniel Stenberg
2019-12-11runtests: introduce --shallow to reduce huge torture testsDaniel Stenberg
2019-12-09tests: make it possible to set executable extensionsMarc Hoersken