Closed
Bug 462918
Opened 17 years ago
Closed 17 years ago
Tinderbox reports test failure when the builds fail
Categories
(NSS :: Test, defect)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.3
People
(Reporter: nelson, Assigned: slavomir.katuscak+mozilla)
References
()
Details
Attachments
(1 file)
|
1.43 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
A trunk checkin today made builds fail, but tinderbox reported "test failed"
with the color Orange rather than build failed with the color dark red.
See the log file at
http://tinderbox.mozilla.org/showlog.cgi?log=NSS/1225748037.1225748943.4400.gz&fulltext=1
Comment 1•17 years ago
|
||
in tinder.sh, the function build_and_test should return 2 different values whether a build failed or a test failed.
Or you could split this function into 2: build and test
- a build failure should return "busted"
- a test failure should return "testfailed"
| Assignee | ||
Comment 2•17 years ago
|
||
Attachment #346480 -
Flags: review?
| Assignee | ||
Updated•17 years ago
|
Attachment #346480 -
Flags: review? → review?(nelson)
| Reporter | ||
Updated•17 years ago
|
Attachment #346480 -
Flags: review?(nelson) → review+
| Reporter | ||
Comment 3•17 years ago
|
||
Comment on attachment 346480 [details] [diff] [review]
Patch.
I'm not sure this is a complete fix, but it looks like it should be a step in the right direction.
r+
| Assignee | ||
Comment 4•17 years ago
|
||
Checking in tinder.sh;
/cvsroot/mozilla/security/tinderlight/tinder.sh,v <-- tinder.sh
new revision: 1.2; previous revision: 1.1
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•16 years ago
|
Target Milestone: --- → 3.12.3
You need to log in
before you can comment on or make changes to this bug.
Description
•