Closed
Bug 102032
Opened 24 years ago
Closed 24 years ago
Fix tinderbox test errors and warnings
Categories
(Bugzilla :: Testing Suite, defect, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: zach, Assigned: justdave)
References
Details
Attachments
(2 files, 1 obsolete file)
|
3.35 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.10 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
We need to fix the test errors and warnings so that testing can be enabled
by default. Patch to fix some of these errors is coming.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
The patch that I just attached should fix a lot of these:
before:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/001compile.t 1 256 54 1 1.85% 28
t/002goodperl.t 4 1024 100 4 4.00% 31 36 55 81
Failed 2/3 test scripts, 33.33% okay. 5/204 subtests failed, 97.55% okay.
after:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/001compile.t 1 256 54 1 1.85% 28
t/002goodperl.t 1 256 100 1 1.00% 81
Failed 2/3 test scripts, 33.33% okay. 2/204 subtests failed, 99.02% okay.
so we go from 97.55% to 99.02%, thats a big improvement! Only two
more tests left!
| Assignee | ||
Comment 3•24 years ago
|
||
Comment on attachment 51119 [details] [diff] [review]
Patch to fix many of these errors and warnings
Try uploading the patch again with MacBinary turned off. :)
Attachment #51119 -
Flags: review-
| Reporter | ||
Comment 4•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Attachment #51119 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•24 years ago
|
||
Comment on attachment 51128 [details] [diff] [review]
with unix linebreaks
You still have a MacBinary header on it. And you trapped standard error in it this time, too...
| Assignee | ||
Comment 6•24 years ago
|
||
first patch looks good if you get the MacBinary off.
r= justdave, no 2nd required
| Reporter | ||
Comment 7•24 years ago
|
||
Patch at /var/www/errors.patch (on landfill) checked in. Keeping this open
to deal with the other issues.
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.16
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Attachment 51210 [details] [diff] makes new_comment.cgi pass the goodperl.t check. Bug 54703
exists for further improvements needed to this file, but is (obviously) beyond
the scope of this bug.
With this patch and attachment 49752 [details] [diff] [review] from bug 98095:
t/001compile........ok
t/002goodperl.......ok
t/003safesys........ok
All tests successful.
Files=3, Tests=204, 28 wallclock secs (24.03 cusr + 1.77 csys = 25.80 CPU)
| Assignee | ||
Comment 10•24 years ago
|
||
Comment on attachment 51210 [details] [diff] [review]
Fix new_comment.cgi
r= justdave
no 2nd review needed
Attachment #51210 -
Flags: review+
Comment 11•24 years ago
|
||
This has been checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
test
Comment 13•24 years ago
|
||
test2
Updated•24 years ago
|
Component: Bugzilla-General → Testing Suite
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•