Blame test/README

Packit 575503
Mon Jan 22 13:08:58 EST 1996
Packit 575503
============================
Packit 575503
Packit 575503
This directory contains the tests for gawk.  The tests use the
Packit 575503
following conventions.
Packit 575503
Packit 575503
Given some aspect of gawk named `foo', there will be one or more
Packit 575503
of the following files:
Packit 575503
Packit 575503
foo.awk		--- actual code for the test if not inline in the Makefile
Packit 575503
foo.in		--- the data for the test, if it needs data
Packit 575503
foo.ok		--- the expected results
Packit 575503
_foo		--- the actual results; generated at run time
Packit 575503
Packit 575503
The _foo file will be left around if a test fails, allowing you to
Packit 575503
compare actual and expected results, in case they differ.
Packit 575503
Packit 575503
If they do differ (other than strftime.ok and _strftime!), send in a
Packit 575503
bug report.  See the manual for the bug report procedure.
Packit 575503
Packit 575503
Known Issues:
Packit 575503
=============
Packit 575503
May 2017: On a system with no ptys available, the pty1 test will hang.
Packit 575503
There isn't anything that can be done about this.