Closed
Bug 477512
Opened 14 years ago
Closed 14 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•14 years ago
|
||
Bug 477867 limited my testing a little bit, but it seems to work fine.
Attachment #361597 -
Flags: review?(jwalden+bmo)
Updated•14 years ago
|
Attachment #361597 -
Flags: review?(jwalden+bmo) → review+
Updated•14 years ago
|
Assignee: nobody → dbaron
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #361657 -
Flags: review?(jwalden+bmo)
Assignee | ||
Comment 4•14 years ago
|
||
And I'll fix the comment too.
Assignee | ||
Comment 5•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/561dc7d5c746
Comment 6•14 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•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/af294f0d2c6a
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Comment 8•14 years ago
|
||
Can you land this on 1.9.1 too?
Assignee | ||
Comment 9•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/225b2acca344 http://hg.mozilla.org/releases/mozilla-1.9.1/rev/52c7f8c43bbd
You need to log in
before you can comment on or make changes to this bug.
Description
•