summaryrefslogtreecommitdiff
path: root/test/README
AgeCommit message (Collapse)Author
2013-10-19Extra requires/notes for running test suiteTodd Lyons
2013-03-25OCSP-stapling enhancement and testing.Jeremy Harris
Server: Honor environment variable as well as running_in_test_harness in permitting bogus staplings Update server tests Add "-ocsp" option to client-ssl. Server side: add verification of stapled status. First cut server-mode ocsp testing. Fix some uninitialized ocsp-related data. Client (new): Verify stapling using only the chain that verified the server cert, not any acceptable chain. Add check for multiple responses in a stapling, which is not handled Refuse verification on expired and revoking staplings. Handle OCSP client refusal on lack of stapling from server. More fixing in client OCSP: use the server cert signing chain to verify the OCSP info. Add transport hosts_require_ocsp option. Log stapling responses. Start on tests for client-side. Testing support: Add CRL generation code and documentation update Initial CA & certificate set for testing. BUGFIX: Once a single OCSP response has been extracted the validation routine return code is no longer about the structure, but the actual returned OCSP status.
2012-07-09Add CONTINUE to runtest scriptTodd Lyons
2012-07-06Make +smtp_confirmation be a default logging option.Todd Lyons
2012-06-05Testsuite: add per-testcase munge facility; use for dnssec and gnutls.Jeremy Harris
2012-05-20Merge branch 'master_testsuite_faq'Todd Lyons
2012-05-20FAQ of running test suiteTodd Lyons
2012-05-20Testsuite: more guidance in READMEJeremy Harris
2012-05-13typo fixPhil Pennock
2012-05-13Testsuite: ensure socket from wait-mode daemon test is not held open.Jeremy Harris
2012-04-22Add testsuite case retry (without update) option on failed file compare.Jeremy Harris
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2011-01-30Testing: Exim must not use HEADERS_CHARSET UTF-8.Phil Pennock
Failed at test 178.
2011-01-30sudo !tty_tickets; correct config file list.Phil Pennock
sudo needs to permit sudo w/o a TTY. The config file used is the same for each test, the individual config files are made available under a particular name. Correct that advice.
2011-01-30The test suite dislikes USE_READLINE.Phil Pennock
There's a lot of copying of stdin to stdout when using readline for -be, which breaks the test suite. The suite now runs well enough for me to fix the stuff broken by the debugging changes I introduced.
2011-01-21Tests compat. setgid failure / dropped_privilegePhil Pennock
If we've *dropped* privilege, it's okay to not abort if setgid fails. Document some of what's now needed for the test suite. Adjust the test suide for better post-4.73 compat.
2010-07-16The test architecture can't support having the testsuite user and the Exim ↵John Jetmore
user the same. restrict it in runtest and add a note about it in the README
2007-02-20Add extra sync checks after ACLs that might delay.Philip Hazel
2007-01-31Heiko Schlitterman's patch for log_selector=+pid, plus appropriatePhilip Hazel
patches for eximstats and eximon (his patch dealt with exigrep).
2007-01-23Tidies to the test-suite infrastructure for compiling auxiliaryPhilip Hazel
programs.
2006-10-31Minor tidy to test script, and update the README for some omittedPhilip Hazel
commands.
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-04-25Fix problem with maildir delivery into a folder that is excluded fromPhilip Hazel
quota calculations.
2006-02-10Give error if overflow in quota setting in appendfile on a 32-bitPhilip Hazel
system; make Exim output off_t size for -bV so tests can be appropriate.
2006-02-06CVS-ing the new test suite.Philip Hazel