Closed
Bug 394778
Opened 16 years ago
Closed 16 years ago
Unit tests in security/manager/ssl/tests not run
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: mossop, Assigned: mossop)
Details
Attachments
(1 file)
915 bytes,
patch
|
KaiE
:
review+
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
The xpcshell unit tests in security/manager/ssl/tests are not getting executed by the tinderboxes. It looks like "make check" just doesn't visit the directory since on my local machine doing "make -C security/manager/ssl check" runs the tests fine.
Assignee | ||
Comment 1•16 years ago
|
||
The default check target descends to security/manager but with no XPCSHELL_TESTS defined does nothing. This patch then makes it further descend to security/manager/ssl which has XPCSHELL_TESTS defined and so the tests get executed. The libs target is already set to descend to ssl so the tests are already getting copied to the appropriate places.
Comment 2•16 years ago
|
||
Comment on attachment 279493 [details] [diff] [review] make check target descend into ssl r=kengert
Attachment #279493 -
Flags: review?(kengert) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 279493 [details] [diff] [review] make check target descend into ssl Requesting approval for this minor change that enables unit testing of the pipnss module.
Attachment #279493 -
Flags: approval1.9?
Comment 4•16 years ago
|
||
oh yes, please. a+ from me.
Updated•16 years ago
|
Attachment #279493 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 5•16 years ago
|
||
Checking in security/manager/Makefile.in; /cvsroot/mozilla/security/manager/Makefile.in,v <-- Makefile.in new revision: 1.77; previous revision: 1.76 done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Target Milestone: --- → mozilla1.9 M8
Updated•15 years ago
|
Component: Testing → Build Config
QA Contact: testing → build-config
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•