Closed
Bug 477512
Opened 16 years ago
Closed 16 years ago
TestHarness.h should print the magic keywords for making failures show up in the tinderbox log
Categories
(Testing :: XPCShell Harness, defect)
Testing
XPCShell Harness
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
Attachments
(2 files)
1.54 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
632 bytes,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
TestHarness.h has code to print info about failures. However, it just prints "FAIL", which isn't enough to make it show in the tinderbox log highlighting. It should instead print TEST-UNEXPECTED-FAIL.
http://mxr.mozilla.org/mozilla-central/source/xpcom/tests/TestHarness.h
This was an issue when bug 88831 about 36 hours ago.
We might also want to check other TUnit tests.
Assignee | ||
Comment 1•16 years ago
|
||
Bug 477867 limited my testing a little bit, but it seems to work fine.
Attachment #361597 -
Flags: review?(jwalden+bmo)
Updated•16 years ago
|
Attachment #361597 -
Flags: review?(jwalden+bmo) → review+
Updated•16 years ago
|
Assignee: nobody → dbaron
Assignee | ||
Comment 3•16 years ago
|
||
Attachment #361657 -
Flags: review?(jwalden+bmo)
Assignee | ||
Comment 4•16 years ago
|
||
And I'll fix the comment too.
Assignee | ||
Comment 5•16 years ago
|
||
Comment 6•16 years ago
|
||
Comment on attachment 361657 [details] [diff] [review]
fix the pass function too
Hm, how'd I forget this part too?
Attachment #361657 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Comment 8•16 years ago
|
||
Can you land this on 1.9.1 too?
Assignee | ||
Comment 9•16 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•