summaryrefslogtreecommitdiff
path: root/test/runtest
AgeCommit message (Collapse)Author
2015-05-07 Log lengthy DNS lookups. Bug 514Jeremy Harris
Original by <derrick.rice@gmail.com>, massaged by JH
2015-05-06Testsuite: Fix the [U]pdate for new testcasesHeiko Schlittermann (HS12)
2015-05-03Testsuite: interlock daemon startup with testcase runJeremy Harris
Required for running on an SD card filesystem, which is subject to obscene delays (possibly flash background processing).
2015-04-25Testsuite: add support for -FLAVOUR optionHeiko Schlittermann (HS12)
This feature allows to save test results as as a "flavo(u)r". E.g. Debian/8 uses special lib-OpenSSL settings. This results in less verbose output of some SSL related tests.
2015-04-25Testsuite: add support for relative name of eximHeiko Schlittermann (HS12)
The runtest script converts a relative name of the binary to an absolute name. This is mainly a comfort feature.
2015-04-25Testsuite: check the TRUSTED_CONFIG_LIST contentHeiko Schlittermann (HS12)
The testsuite relies on trusted configs. Exim needs to be compiled with the TRUSTED_CONFIG_LIST option. The file mentioned in the TRUSTED_CONFIG_LIST needs to meet several conditions.
2015-04-25Testsuite: Auto-detect missing sbin directoriesHeiko Schlittermann (HS12)
The runtest script maps bin directories to matching sbin directories, if they are not already included in the $PATH. This is mainly a comfort feature to find ifconfig on some systems automatically.
2015-04-25Testsuite: unify the fs dependend error messagesHeiko Schlittermann (HS12)
2015-04-24Testsuite: Fix check_dir_size() fs dependenciesJeremy Harris
2015-04-19Testsuite: fix content-scanner interface testsJeremy Harris
2015-04-12recipient verify calloutJeremy Harris
2015-04-12smtp inputJeremy Harris
2015-02-18Testsuite: permit use of IPv6 loopbackJeremy Harris
2015-01-12Testsuite: random number used for DSN MIME boundary can have few digitsJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2014-11-29Testsuite: treat ECONNRESET the same as ECONNREFUSED on the new connectionJeremy Harris
2014-11-26Testsuite: sort output of retry DB dumpsJeremy Harris
Different systems will have dump output in different order so to tidy up the Solaris runs, sort pairs of lines by the leading "word".
2014-11-12Testsuite: munge for unrelated test affected by EXPERIMENTAL_CERTNAMESJeremy Harris
2014-11-12Testsuite: 0393 intermittently spits an extra stderr line. UnimportantJeremy Harris
for the testcase, so ignore it.
2014-11-01Testsuite: tidyingJeremy Harris
2014-10-29Testsuite: tidyingJeremy Harris
2014-10-23Test suite continue past unexpected client errorsTodd Lyons
2014-10-22More regular logging use of H=<name> [<ip>]Jeremy Harris
Note this may affect utilities which parse logs.
2014-10-20Test suite: completely omit 127/8 IPsTodd Lyons
2014-09-28More testsuite variance between OpenSSL library versionsJeremy Harris
2014-09-18Fix kill commandline for Solaris compatibility #2Todd Lyons
2014-09-18Fix kill commandline for Solaris compatibilityTodd Lyons
2014-08-20Merge branch 'master' into daneJeremy Harris
Conflicts: doc/doc-txt/ChangeLog src/src/tls-openssl.c src/src/transports/smtp.c src/src/verify.c
2014-08-20Expanded EXPERIMENTAL_TPDA featureJeremy Harris
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file.
2014-08-17Properly detect/set test variables from scripts.Todd Lyons
2014-08-14Properly detect/set test variables from scripts.Todd Lyons
2014-08-13Testsuite - Squashed commit of the following:Jeremy Harris
commit 7566c531c43298510e080eb8a7ed7cf767f9476b Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Wed Aug 13 16:20:38 2014 +0100 Assorted OpenSSL cases fail on different library versions. Discard stdout info to hide this. commit 3d389bc6a5ba0943f1b451fa7a8f2e3246de0bb1 Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Wed Aug 13 14:05:19 2014 +0100 Case 0563 was broken when the GECOS field had spaces. Accept quoted ones in stderr. commit d4333083f230702c8be45650dc48b6eb65a162eb Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Mon Aug 11 18:30:49 2014 +0100 Case 0601 was unreliable; perl racing with exim for output. Quieten exim.
2014-08-09Ignore dane-related debug out in non-dane testcasesJeremy Harris
2014-06-15Fix testcase 0390 when testing an EXPERIMENTAL_TPDA compileJeremy Harris
Insert a custom-munge for the new transport option. This may be removed once the code goes mainline.
2014-06-08Preempt future testsuite integration of EXPERIMENTAL_DSNJeremy Harris
2014-05-13Update docs for suggested Ident and PRDR settingsJeremy Harris
2014-05-13Test suite normalize TLS 1.[12] to TLS1Todd Lyons
2014-05-03Restore testsuite operation on earlier GnuTLS librariesJeremy Harris
Typo
2014-05-03Restore testsuite operation on earlier GnuTLS librariesJeremy Harris
2014-04-24Support OCSP Stapling under GnuTLS. Bug 1459Jeremy Harris
Requires GnuTLS version 3.1.3 or later. Under EXPERIMENTAL_OCSP
2014-04-20Restore testsuite operation under gnuTLS 2.8.5Jeremy Harris
2014-04-20Update testsuite for gnuTLS 3.1.23Jeremy Harris
2013-10-19Tests: Don't delete patched exim if -KEEP is usedTodd Lyons
2013-10-18Adjust runtest -CONTINUE to work everywhereTodd Lyons
2013-04-08Fix runtest -CONTINUE to work everywhereTodd Lyons
Changes the $more variable to just cat the changes to STDOUT and not pipe it through less or more.
2012-07-09Add CONTINUE to runtest scriptTodd Lyons
2012-06-05Testsuite: add per-testcase munge facility; use for dnssec and gnutls.Jeremy Harris
2012-06-04Test system - parse ipv6 addresses with no :: in them.Todd Lyons
2012-05-27Test: update for new tls_dhparamPhil Pennock
2012-05-23Manually control locale, setting to "C" in runtest script.Todd Lyons
Fixes the output of 'ls' command to a standard format (test 345).