Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / Test / Simple / Changes
CommitLineData
86530b38
AT
1Revision history for Perl extension Test::Simple
2
30.45 Wed Jun 19 18:41:12 EDT 2002
4 - Andy Lester made the SKIP & TODO docs a bit clearer.
5 - Explicitly disallowing double plans. (RT #553)
6 - Kicking up the minimum version of Test::Harness to one that's
7 fairly bug free.
8 - Made clear a common problem with use_ok and BEGIN blocks.
9 - Arthur Bergman made Test::Builder thread-safe.
10
110.44 Thu Apr 25 00:27:27 EDT 2002
12 - names containing newlines no longer produce confusing output
13 (from chromatic)
14 - chromatic provided a fix so can_ok() honors can() overrides.
15 - Nick Ing-Simmons suggested todo_skip() be a bit clearer about
16 the skipping part.
17 - Making plan() vomit if it gets something it doesn't understand.
18 - Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls.
19 - quieting diag(undef)
20
210.43 Thu Apr 11 22:55:23 EDT 2002
22 - Adrian Howard added TB->maybe_regex()
23 - Adding Mark Fowler's suggestion to make diag() return
24 false.
25 - TB->current_test() still not working when no tests were run via
26 TB itself. Fixed by Dave Rolsky.
27
280.42 Wed Mar 6 15:00:24 EST 2002
29 - Setting Test::Builder->current_test() now works (see what happens
30 when you forget to test things?)
31 - The change in is()'s undef/'' handling in 0.34 was an API change,
32 but I forgot to declare it as such.
33 - The apostrophilic jihad attacks! Philip Newtons patch for
34 grammar mistakes in the doc's.
35
360.41 Mon Dec 17 22:45:20 EST 2001
37 * chromatic added diag()
38 - Internal eval()'s sometimes interfering with $@ and $!. Fixed.
39
400.40 Fri Dec 14 15:41:39 EST 2001
41 * isa_ok() now accepts unblessed references gracefully
42 - Nick Clark found a bug with like() and a regex with % in it.
43 - exit.t was hanging on 5.005_03 VMS perl. Test now skipped.
44 - can_ok() would pass if no methods were given. Now fails.
45 - isnt() diagnostic output format changed
46 * Added some docs about embedding and extending Test::More
47 * Added Test::More->builder
48 * Added cmp_ok()
49 * Added todo_skip()
50 * Added unlike()
51 - Piers pointed out that sometimes people override isa().
52 isa_ok() now accounts for that.
53
540.36 Thu Nov 29 14:07:39 EST 2001
55 - Matthias Urlichs found that intermixed prints to STDOUT and test
56 output came out in the wrong order when piped.
57
580.35 Tue Nov 27 19:57:03 EST 2001
59 - Little glitch in the test suite. No actual bug.
60
610.34 Tue Nov 27 15:43:56 EST 2001
62 * **API CHANGE** Empty string no longer matches undef in is()
63 and isnt().
64 * Added isnt_eq and isnt_num to Test::Builder.
65
660.33 Mon Oct 22 21:05:47 EDT 2001
67 * It's now officially safe to redirect STDOUT and STDERR without
68 affecting test output.
69 - License and POD cleanup by Autrijus Tang
70 - Synched up Test::Tutorial with the wiki version
71 - Minor VMS test nit.
72
730.32 Tue Oct 16 16:52:02 EDT 2001
74 * Finally added a seperate plan() function
75 * Adding a name field to isa_ok()
76 (Requested by Dave Rolsky)
77 - Test::More was using Carp.pm, causing the occasional false positive.
78 (Reported by Tatsuhiko Miyagawa)
79
800.31 Mon Oct 8 19:24:53 EDT 2001
81 * Added an import option to Test::More
82 * Added no_ending and no_header options to Test::Builder
83 (Thanks to Dave Rolsky for giving this a swift kick in the ass)
84 * Added is_deeply(). Display of scalar refs not quite 100%
85 (Thanks to Stas Bekman for Apache::TestUtil idea thievery)
86 - Fixed a minor warning with skip()
87 (Thanks to Wolfgang Weisselberg for finding this one)
88
890.30 Thu Sep 27 22:10:04 EDT 2001
90 * Added Test::Builder
91 (Thanks muchly to chromatic for getting this off the ground!)
92 * Diagnostics are back to using STDERR *unless* it's from a todo
93 test. Those go to STDOUT.
94 - Fixed it so nothing is printed if a test is run with a -c flag.
95 Handy when a test is being deparsed with B::Deparse.
96
970.20 *UNRELEASED*
98
990.19 Tue Sep 18 17:48:32 EDT 2001
100 * Test::Simple and Test::More no longer print their diagnostics
101 to STDERR. It instead goes to STDOUT.
102 * TODO tests which fail now print full failure diagnostics.
103 - Minor bug in ok()'s test name diagnostics made it think a blank
104 name was a number.
105 - ok() less draconian about test names
106 - Added temporary special case for Parrot::Test
107 - Now requiring File::Spec for our tests.
108
1090.18 Wed Sep 5 20:35:24 EDT 2001
110 * ***API CHANGE*** can_ok() only counts as one test
111 - can_ok() has better diagnostics
112 - Minor POD fixes from mjd
113 - adjusting the internal layout to make it easier to put it into
114 the core
115
1160.17 Wed Aug 29 20:16:28 EDT 2001
117 * Added can_ok() and isa_ok() to Test::More
118
1190.16 Tue Aug 28 19:52:11 EDT 2001
120 * vmsperl foiled my sensisble exit codes. Reverting to a much more
121 coarse scheme.
122
1230.15 Tue Aug 28 06:18:35 EDT 2001 *UNRELEASED*
124 * Now using sensible exit codes on VMS.
125
1260.14 Wed Aug 22 17:26:28 EDT 2001
127 * Added a first cut at Test::Tutorial
128
1290.13 Tue Aug 14 15:30:10 EDT 2001
130 * Added a reason to the skip_all interface
131 - Fixed a bug to allow 'use Test::More;' to work.
132 (Thanks to Tatsuhiko Miyagawa again)
133 - Now always testing backwards compatibility.
134
1350.12 Tue Aug 14 11:02:39 EDT 2001
136 * Fixed some compatibility bugs with older Perls
137 (Thanks to Tatsuhiko Miyagawa)
138
1390.11 Sat Aug 11 23:05:19 EDT 2001
140 * Will no longer warn about testing undef values
141 - Escaping # in test names
142 - Ensuring that ok() returns true or false and not undef
143 - Minor doc typo in the example
144
1450.10 Tue Jul 31 15:01:11 EDT 2001
146 * Test::More is now distributed in this tarball.
147 * skip and todo tests work!
148 * Extended use_ok() so it can import
149 - A little internal rejiggering
150 - Added a TODO file
151
1520.09 Wed Jun 27 02:55:54 EDT 2001
153 - VMS fixes
154
1550.08 Fri Jun 15 14:39:50 EDT 2001
156 - Guarding against $/ and -l
157 - Reformatted the way failed tests are reported to make them stand out
158 a bit better.
159
1600.07 Tue Jun 12 15:55:54 BST 2001
161 - 'use Test::Simple' by itself no longer causes death
162 - Yet more fixes for death in eval
163 - Limiting max failures reported via exit code to 254.
164
1650.06 Wed May 9 23:38:17 BST 2001
166 - Whoops, left a private method in the public docs.
167
1680.05 Wed May 9 20:40:35 BST 2001
169 - Forgot to include the exit tests.
170 - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
171 - Turned off buffering
172 * 5.004 new minimum version
173 - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004
174
1750.04 Mon Apr 2 11:05:01 BST 2001
176 - Fixed "require Test::Simple" so it doesn't bitch and exit 255
177 - Now installable with the CPAN shell.
178
1790.03 Fri Mar 30 08:08:33 BST 2001
180 - ok() now prints on what line and file it failed.
181 - eval 'die' was considered abnormal. Fixed.
182
1830.02 Fri Mar 30 05:12:14 BST 2001 *UNRELEASED*
184 - exit codes tested
185 * exit code on abnormal exit changed to 255 (thanks to Tim Bunce for
186 pointing out that Unix can't do negative exit codes)
187 - abnormal exits now better caught.
188 - No longer using Test.pm to test this, but still minimum of 5.005
189 due to needing $^S.
190
1910.01 Wed Mar 28 06:44:44 BST 2001
192 - First working version released to CPAN
193