Closed
Bug 482776
Opened 17 years ago
Closed 16 years ago
JarMaker.py unittests don't cause "make check" to fail
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: Pike)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
1.09 KB,
patch
|
ted
:
review+
ted
:
approval1.9.1+
|
Details | Diff | Splinter Review |
I noticed that the JarMaker.py unittests are failing on my x86-64 Linux machine, but "make check" was still succeeding. This is bad, they should make it fail.
| Assignee | ||
Comment 1•17 years ago
|
||
Taking.
Is just calling
false;
portable?
And the failure on -64 was that dash doesn't know about ==, but only =. I'll fix that as I go.
Assignee: nobody → l10n
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•17 years ago
|
||
Attachment #367044 -
Flags: review?(ted.mielczarek)
| Reporter | ||
Comment 4•16 years ago
|
||
Comment on attachment 367044 [details] [diff] [review]
use = instead of ==, and false to fail on tests, with better debug output
This WFM on Ubuntu. Thanks!
Attachment #367044 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 5•16 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/45fc547f59ff, marking FIXED.
I guess that we want this on 1.9.1, too.
Flags: blocking1.9.1?
| Reporter | ||
Comment 6•16 years ago
|
||
Not blocking, but we should take it anyway.
Flags: blocking1.9.1? → blocking1.9.1-
| Reporter | ||
Comment 7•16 years ago
|
||
Comment on attachment 367044 [details] [diff] [review]
use = instead of ==, and false to fail on tests, with better debug output
a1.9.1+ once it bakes. (green unittests on all platforms should be enough.)
Attachment #367044 -
Flags: approval1.9.1+
| Assignee | ||
Comment 8•16 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/00921829ac6c, fixed1.9.1, too.
Keywords: fixed1.9.1
| Reporter | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•