• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inputs/H07-May-2022-8,3887,091

outputs/H11-Oct-2019-1,8441,802

Makefile.amH A D10-Oct-20193.7 KiB132111

Makefile.inH A D03-May-202257.2 KiB1,6331,499

READMEH A D10-Oct-20191.3 KiB4125

abortme.cH A D19-May-2019253 155

ctype.cH A D19-May-2019828 3418

deb64.cH A D10-Oct-2019710 3125

dehex.cH A D10-Oct-2019152 119

deqp.cH A D10-Oct-2019887 3528

dumbhead.cH A D10-Oct-20191.5 KiB5624

escnp.cH A D19-May-2019272 1715

leakmem.cH A D10-Oct-2019410 2411

printcoreH A D19-May-20191.7 KiB7048

run.shH A D19-May-20191.2 KiB5534

spam_header_name.cH A D19-May-20191.3 KiB326

t.MHH A D19-May-2019924 3416

t._abortH A D19-May-201931 52

t.abortH A D19-May-2019117 84

t.base64H A D19-May-2019303

t.bf_compactH A D19-May-2019843 3419

t.block.on.subnetsH A D19-May-2019890 5339

t.bogodirH A D19-May-20192.1 KiB8450

t.bogoutilH A D10-Oct-20192.7 KiB9665

t.bulkmodeH A D19-May-20193.2 KiB14185

t.crash-invalid-base64H A D19-May-2019550 2213

t.ctypeH A D10-Oct-201925 41

t.dump.loadH A D19-May-20192.9 KiB8543

t.encodingH A D19-May-20193.1 KiB11888

t.envH A D19-May-2019451 114

t.escaped.urlH A D19-May-2019867 5140

t.fgetsl.abortH A D10-Oct-2019461 1811

t.frameH A D10-Oct-20195.4 KiB235179

t.grftestH A D19-May-20192.5 KiB10371

t.ignore_spam_headerH A D19-May-2019821 3921

t.integrityH A D19-May-2019517 187

t.integrity2H A D19-May-20191.2 KiB3424

t.integrity3H A D19-May-2019573 199

t.leakfindH A D10-Oct-2019372 132

t.lexerH A D19-May-2019196 94

t.lexer.boundary--H A D10-Oct-2019420 2010

t.lexer.eohH A D10-Oct-2019452 176

t.lexer.mbxH A D19-May-20192 KiB7641

t.lexer.qpcrH A D10-Oct-2019441 177

t.lock1H A D19-May-2019146 72

t.lock3H A D19-May-20191.1 KiB5839

t.longoptionsH A D19-May-2019916 3921

t.maildirH A D19-May-20191 KiB3819

t.maintH A D19-May-2019944 4128

t.message_addrH A D19-May-2019740 3120

t.message_idH A D10-Oct-2019689 2919

t.multiple.tokens.bodyH A D19-May-20191.1 KiB10597

t.multiple.tokens.headH A D19-May-20191.5 KiB10293

t.multiple.tokens.min.mulH A D19-May-20191.1 KiB112104

t.multiple.wordlistsH A D19-May-20193.4 KiB156116

t.nonascii.replaceH A D19-May-20191.6 KiB5029

t.nullstatsprefixH A D19-May-2019226 113

t.parsingH A D19-May-20191.1 KiB4929

t.passthrough-hbH A D19-May-20192 KiB7550

t.passthrough-truncationH A D10-Oct-2019576 2110

t.probeH A D19-May-20192.1 KiB10455

t.query.config.inH A D19-May-20191.2 KiB4837

t.queue_idH A D10-Oct-2019698 3019

t.regtestH A D19-May-20192.7 KiB11161

t.rfc2047_brokenH A D19-May-20192.1 KiB7537

t.rfc2047_foldedH A D19-May-20191.9 KiB9175

t.robxH A D19-May-20191.3 KiB5128

t.saveH A D19-May-2019400 1915

t.score1H A D19-May-2019170 82

t.score2H A D19-May-2019269 125

t.sf-bug-121H A D10-Oct-2019160 93

t.sf-bug-122H A D10-Oct-2019309 115

t.sf-bug-124H A D10-Oct-2019432 157

t.skelH A D19-May-2019109 102

t.spam.header.placeH A D19-May-20191.5 KiB7253

t.splitH A D19-May-20191.1 KiB4728

t.systestH A D19-May-20193 KiB10867

t.token.countH A D19-May-20192.3 KiB9874

t.u_fpeH A D19-May-2019299 148

t.upgrade.subnet.prefixH A D19-May-20191.4 KiB7460

t.valgrindH A D19-May-20191.9 KiB9265

t.wordhistH A D19-May-20191.5 KiB6242

u_fpe.cH A D19-May-2019141 108

unsort.plH A D03-May-2022426 199

wantcore.cH A D19-May-20191.3 KiB5030

README

11. HOWTO - HOW TO RUN A SINGLE TEST
2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4a) cd to src/tests in your *BUILD* directory hierarchy.
5   This may be the same as the SOURCE, but it is recommended to keep source and
6   build separate.
7
8   To see documentation, be sure to install the automake.info
9   documentation and run: info '(automake)VPATH Builds'
10
11   Example: cd _build/src/tests # <- adjust the _build/ part!
12
13b) assuming sh-compatible shells such as bash, run this to grab
14   the proper source directory: (copy & paste):
15
16   srcdir="$(sed -n 's/^srcdir = //p' Makefile)" ; export srcdir
17
18   (if you use csh, zsh or other shells, you're on your own here)
19
20c) to run a single test, run it this way, assuming you want to run
21   the test t.lexer:
22
23   $srcdir/t.lexer
24
25   NOTE that t.frame contains the test setup and configuration framework.
26
27d) The framework will run, for example, t.lexer and create a directory where it
28   placed all relevant non-constant data, and print a message similar to the
29   following, to show you where to find it and remind you to clean up after
30   yourself:
31
32   "Results are in ./lexer.20190614.  Remove it after testing."
33
34
352. Developer warnings (designing tests):
36~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
38Solaris 8 head(1) cuts the output at the first NUL character.
39
40Solaris 8 sed(1) skips embedded NUL characters.
41