Closed
Bug 667322
Opened 13 years ago
Closed 13 years ago
dom/ipc tests are copied when tests are disabled
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
Attachments
(1 file)
(deleted),
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
The makefile is missing the needed ifdef. Trivial patch coming up.
Assignee | ||
Comment 1•13 years ago
|
||
Chris, can you rubberstamp this?
Assignee: nobody → ryanvm
Attachment #542044 -
Flags: review?(jones.chris.g)
Comment on attachment 542044 [details] [diff] [review]
Add missing ifdef
Wow, I had forgotten about this little | ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))| wart. Thanks for reminding me.
Attachment #542044 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 4•13 years ago
|
||
Verified that file dom/ipc/Makefile.in is updated in mozilla-central repository.
Is this enough to verify the bug as verified-fixed?
Thank you!
You need to log in
before you can comment on or make changes to this bug.
Description
•