J. David Bryan wrote:
TEST dialec3.pas: ./../units/dos.pas: In procedure `GetCBreak': ./../units/dos.pas:704: warning: suggest parentheses around `and' in operand of `<>' OK
Suppression of the warning suggesting parentheses or repair of the associated source file would eliminate 7 of the 8 failing tests
Thanks, will do.
(note that "dialec3.pas" and "dialec6.pas" report "OK" but apparently are counted as failing tests).
A test is counted as passed only if it writes "OK" and nothing else.
TEST pipetes2.pas: Unexpected output `Unexpected output `Unexpected output `Unexpected output `Unexpected output [...]
The "pipetes2.pas" test outputs "`Unexpected output " repeatedly until 2048 characters are printed. I have trimmed the text for this report.
Pipes have never worked well under Windows. There are known problems (though not this one so far, AFAIK). If someone wants to try debugging it, I could perhaps offer some hints ...
Frank