Lines Matching refs:output

85 knowing the exact output this module expects.  However, if you need to
88 Perl test scripts print to standard output C<"ok N"> for each single
90 output by a standard test script is C<"1..M"> with C<M> being the
93 named as arguments and checks standard output for the expected
99 =head2 The test script output
101 The following explains how Test::Harness interprets the output of your
112 It should be the first non-comment line output by your test program.
116 header to appear as the B<last> line output by your test (again, it
120 output or more than once.
125 Any output from the testscript to standard error is ignored and
127 output containing C</^(not\s+)?ok\b/> are interpreted as feedback for
166 If the standard output line contains the substring C< # Skip> (with
169 count of skipped tests is included in the generated output.
182 If the standard output line contains the substring C< # TODO > after
219 to standard output. Any message after these words will be displayed by
224 Additional comments may be put into the testing output on their own
235 Any other output Test::Harness sees it will silently ignore B<BUT WE
236 PLAN TO CHANGE THIS!> If you wish to place additional output in your
260 used to let C<runtests()> display the standard output of the script
342 or failed based on their output to STDOUT (details above). It prints
576 print "FAILED before any test output arrived\n";
674 "alas--no output ever seen\n";
747 print "Test output counter mismatch [test $curr]\n";
750 print "Confused test output: test $curr answered after ".
1055 the output from the test being run. Setting C<$Test::Harness::Debug> will
1077 output more frequent progress messages using carriage returns. Some
1079 somewhat messy output).
1084 reduces output and may help increase testing speed over slow
1103 If true, Test::Harness will output the verbose results of running
1152 of runtests() which rather than printing its output returns raw data