pp.c:pp_pow() -- quit when you're done
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / Changes
CommitLineData
2fe373ce 1Revision history for Perl extension Test::Harness
2
0be28027 32.24 Wed May 29 19:02:18 EDT 2002
4 * Nikola Knezevic found a bug when tests are completely skipped
5 but no reason is given it was considered a failure.
6 * Made Test::Harness::Straps->analyze_file & Test::Harness a bit
7 more graceful when the test doesn't exist.
8
c0bb2de7 92.23 Wed May 22 12:59:47 EDT 2002
10 - reason for all skip wasn't being displayed. Broken in 2.20.
11 - Changed the wait status tests to conform with POSIX standards.
12 - Quieted some SYSTEM$ABORT noise leaking out from dying test tests
13 on VMS.
14
6e5a998b 152.22 Fri May 17 19:01:35 EDT 2002
16 - Fixed parsing of #!/usr/bin/perl-current to not see a -t.
17 (RT #574)
18 - Fixed exit codes on MPE/iX
19
308957f5 202.21 Mon May 6 00:43:22 EDT 2002
21 - removed a bunch of dead code left over after 2.20's gutting.
22 - The fix for the $^X "bug" added in 2.02 has been removed. It
23 caused more trouble than the old bug (I'd never seen a problem
24 before anyway)
25 - 2.20 broke $verbose
26
272.20 Sat May 4 22:31:20 EDT 2002
28 * An almost complete conversion of the Test::Harness test parsing
29 to use Test::Harness::Straps.
30
312.04 Tue Apr 30 00:54:49 EDT 2002
32 * Changing the output format of skips
33 - Taking into account VMS's special exit codes in the tests.
34
356733da 352.03 Thu Apr 25 01:01:34 EDT 2002
36 * $^X fix made safer.
37 - Noise from loading wait.ph to analyze core files supressed
38 - MJD found a situation where a test could run Test::Harness
39 out of memory. Protecting against that specific case.
40 - Made the 1..M docs a bit clearer.
41 - Fixed TODO tests so Test::Harness does not display a NOK for
42 them.
43 - Test::Harness::Straps->analyze_file() docs were not clear as to
44 its effects
45
462.02 Thu Mar 14 18:06:04 EST 2002
47 * Ken Williams fixed the long standing $^X bug.
48 * Added HARNESS_VERBOSE
49 * Fixed a bug where Test::Harness::Straps was considering a test that
50 is ok but died as passing.
51 - Added the exit and wait codes of the test to the
52 analyze_file() results.
53
13287dd5 542.01 Thu Dec 27 18:54:36 EST 2001
55 * Added 'passing' to the results to tell you if the test passed
56 * Added Test::Harness::Straps example (examples/mini_harness.plx)
57 * Header-at-end tests were being interpreted as failing sometimes
58 - The 'skip_all' results from analyze* was not being set
59 - analyze_fh() and analyze_file() now work more efficiently, reading
60 line-by-line instead of slurping as before.
61
622.00 Sun Dec 23 19:13:57 EST 2001
63 - Fixed a warning on VMS.
64 - Removed a little unnecessary code from analyze_file()
65 - Made sure filehandles are getting closed
66 - analyze() now considers "not \nok" to be a failure (VMSism)
67 but Test::Harness still doesn't.
68
692.00_05 Mon Dec 17 22:08:02 EST 2001
70 * Wasn't filtering @INC properly when a test is run with -T, caused the
71 command line to be too long on VMS. VMS should be 100% now.
72 - Little bug in the skip 'various reasons' logic.
73 - Minor POD nit in 5.004_04
74 - Little speling mistak
75
762.00_04 Sun Dec 16 00:33:32 EST 2001
77 * Major Test::Harness::Straps doc bug.
78
792.00_03 Sat Dec 15 23:52:17 EST 2001
80 * First release candidate
81 * 'summary' is now 'details'
82 * Test #1 is now element 0 on the details array. It works out better
83 that way.
84 * analyze_file() is more portable, but no longer taint clean
85 * analyze_file() properly preserves @INC and handles -T switches
86 - minor mistake in the test header line parsing
87
433ad7b6 881.26 Mon Nov 12 15:44:01 EST 2001
89 * An excuse to upload a new version to CPAN to get Test::Harness
90 back on the index.
91
13287dd5 922.00_00 Sat Sep 29 00:12:03 EDT 2001
93 * Partial gutting of the internals
94 * Added Test::Harness::Straps
95
2fe373ce 961.25 Tue Aug 7 08:51:09 EDT 2001
97 * Fixed a bug with tests failing if they're all skipped
98 reported by Stas Bekman.
99 - Fixed a very minor warning in 5.004_04
100 - Fixed displaying filenames not from @ARGV
101 - Merging with bleadperl
102 - minor fixes to the filename in the report
103 - '[no reason given]' skip reason
104
13287dd5 1051.24 Tue Aug 7 08:51:09 EDT 2001
2fe373ce 106 - Added internal information about number of todo tests
107
1081.23 Tue Jul 31 15:06:47 EDT 2001
109 - Merged in Ilya's "various reasons" patch
110 * Fixed "not ok 23 - some name # TODO" style tests
111
1121.22 Mon Jun 25 02:00:02 EDT 2001
113 * Fixed bug with failing tests using header at end.
114 - Documented how Test::Harness deals with garbage input
115 - Turned on test counter mismatch warning
116
1171.21 Wed May 23 19:22:53 BST 2001
118 * No longer considered unstable. Merging back with the perl core.
119 - Fixed minor nit about the report summary
120 - Added docs on the meaning of the failure report
121 - Minor POD nits fixed mirroring perl change 9176
122 - TODO and SEE ALSO expanded
123
1241.20 Wed Mar 14 23:09:20 GMT 2001 by Michael G Schwern *UNSTABLE*
125 * Fixed and tested with 5.004!
126 - Added EXAMPLE docs
127 - Added TODO docs
128 - Now uneffected by -l, $\ or $,
129
1301.19 Sat Mar 10 00:43:29 GMT 2001 by Michael G Schwern *UNSTABLE*
131 - More internal reworking
132 * Removed use of experimental /(?>...)/ feature for backwards compat
133 * Removed use of open(my $fh, $file) for backwards compatibility
134 * Removed use of Tie::StdHandle in tests for backwards compat
135 * Added dire warning that this is unstable.
136 - Added some tests from the old CPAN release
137
1381.18 Mon Mar 5 17:35:11 GMT 2001 by Michael G Schwern
139 * Under new management!
140 * Test::Harness is now being concurrently shipped on CPAN as well
141 as in the core.
142 - Switched "our" for "use vars" and moved the minimum version back
143 to 5.004. This may be optimistic.
144
145
146*** Missing version history to be extracted from Perl changes ***
147
148
1491.07 Fri Feb 23 1996 by Andreas Koenig
150 - Gisle sent me a documentation patch that showed me, that the
151 unless(/^#/) is unnessessary. Applied the patch and deleted the block
152 checking for "comment" lines. -- All lines are comment lines that do
153 not match /^1\.\.([0-9]+)/ or /^(not\s+)?ok\b/.
154 - Ilyaz request to print "ok (empty test case)" whenever we say 1..0
155 implemented.
156 - Harness now doesn't abort anymore if we received confused test output,
157 just warns instead.
158
1591.05 Wed Jan 31 1996 by Andreas Koenig
160 - More updates on docu and introduced the liberality that the script
161 output may omit the test numbers.
162
1631.03 Mon January 28 1996 by Andreas Koenig
164 - Added the statistics for subtests. Updated the documentation.
165
1661.02 by Andreas Koenig
167 - This version reports a list of the tests that failed accompanied by
168 some trivial statistics. The older (unnumbered) version stopped
169 processing after the first failed test.
170 - Additionally it reports the exit status if there is one.
171
172