HardenedBSD/contrib/awk/test
1997-10-17 19:24:33 +00:00
..
lib
reg
anchgsub.awk
anchgsub.in
anchgsub.ok
argarray.awk
argarray.in
argarray.ok
argtest.awk
argtest.ok
arrayparm.awk
arrayparm.ok
arrayref.awk
arrayref.ok
asgext.awk
asgext.in
asgext.ok
awkpath.ok
back89.in
back89.ok
backgsub.awk
backgsub.in
backgsub.ok
badargs.ok
ChangeLog
childin.ok
clobber.awk
clobber.ok
clsflnam.awk
clsflnam.in
clsflnam.ok
compare.awk
compare.in
compare.ok
convfmt.awk
convfmt.ok
defref.awk
defref.ok
delarprm.awk
delarprm.ok
dynlj.awk
dynlj.ok
eofsplit.awk
eofsplit.ok
fflush.ok
fflush.sh
fieldwdth.ok
fldchg.awk
fldchg.in
fldchg.ok
fldchgnf.awk
fldchgnf.in
fldchgnf.ok
fnarray.awk
fnarray.ok
fnarydel.awk
fnarydel.ok
fsbs.in
fsbs.ok
fsrs.awk
fsrs.in
fsrs.ok
fstabplus.awk
fstabplus.ok
funstack.awk
funstack.in
funstack.ok
gensub.awk
gensub.in
gensub.ok
getline.awk
getline.ok
getlnhd.awk
getlnhd.ok
gnureops.awk
gnureops.ok
gsubasgn.awk
gsubasgn.ok
gsubtest.awk
gsubtest.ok
igncfs.awk
igncfs.in
igncfs.ok
ignrcase.ok
inftest.awk
inftest.ok
intest.awk
intest.ok
intprec.awk
intprec.ok
litoct.awk
litoct.ok
longwrds.awk
longwrds.ok
Makefile
Makefile.in
manpage
manyfiles.awk
math.awk
math.ok
messages.awk
mmap8k.in
negexp.ok
nfldstr.ok
nfset.awk
nfset.in
nfset.ok
nlfldsep.awk
nlfldsep.in
nlfldsep.ok
noeffect.awk
noeffect.ok
nofmtch.awk
nofmtch.ok
nondec.awk
nondec.ok
nonl.awk
nonl.ok
noparms.awk
noparms.ok
nors.in
nors.ok
numsubstr.awk
numsubstr.in
numsubstr.ok
out1.ok
out2.ok
out3.ok
paramdup.awk
paramdup.ok
pcntplus.awk
pcntplus.ok
pid.awk
pid.ok
pid.sh
pipeio1.awk
pipeio1.ok
pipeio2.awk
pipeio2.in
pipeio2.ok
posix.awk
posix.ok
poundbang
poundbang.ok
prdupval.awk
prdupval.in
prdupval.ok
prmarscl.awk
prmarscl.ok
prmreuse.awk
prmreuse.ok
prt1eval.awk
prt1eval.ok
prtoeval.awk
prtoeval.ok
rand.awk
rand.ok Update expected results for random number generator. 1997-10-17 19:24:33 +00:00
README
regtest
reindops.awk
reindops.in
reindops.ok
reint.awk
reint.in
reint.ok
reparse.awk
reparse.in
reparse.ok
resplit.ok
rs.in
rs.ok
rswhite.awk
rswhite.in
rswhite.ok
sclforin.awk
sclforin.ok
sclifin.awk
sclifin.ok
splitargv.awk
splitargv.in
splitargv.ok
splitvar.awk
splitvar.in
splitvar.ok
splitwht.awk
splitwht.ok
sprintfc.awk
sprintfc.in
sprintfc.ok
strftlng.awk
strftlng.ok
substr.awk
substr.ok
swaplns.awk
swaplns.in
swaplns.ok
tradanch.awk
tradanch.in
tradanch.ok
tweakfld.awk
tweakfld.in
tweakfld.ok

Mon Jan 22 13:08:58 EST 1996

This directory contains the tests for gawk.  The tests use the
following conventions.

Given some aspect of gawk named `foo', there will be one or more
of the following files:

foo.awk		--- actual code for the test if not inline in the Makefile
foo.in		--- the data for the test, if it needs data
foo.ok		--- the expected results
_foo		--- the actual results; generated at run time

The _foo file will be left around if a test fails, allowing you to
compare actual and expected results, in case they differ.

If they do differ (other than strftime.ok and _strftime!), send in a
bug report.  See the manual for the bug report procedure.