Closed
Bug 1013670
Opened 11 years ago
Closed 11 years ago
Remove all traces of leaktest.py.in
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla32
People
(Reporter: ted, Assigned: n.nethercote)
References
Details
(Whiteboard: [mentor=ted][good first bug])
Attachments
(1 file)
5.11 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
We stopped running this test in bug 617441. We should remove it from the tree.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=ted] → [mentor=ted][good first bug]
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Things I'm unsure about:
- Do we still need the following lines in build/Makefile.in?
> TARGET_DEPTH = ..
> include $(srcdir)/automation-build.mk
- Do we still need bloatcycle.html? The only remaining mention of it is in
comments in tools/rb/bloatdiff.pl.
Attachment #8425965 -
Flags: review?(ted)
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8425965 [details] [diff] [review]
Remove all traces of leaktest.py.in
Review of attachment 8425965 [details] [diff] [review]:
-----------------------------------------------------------------
You can remove bloatcycle.html as well, this is the only consumer. (I bet nobody is actually using bloatdiff.pl either, but I don't care that much.)
::: build/Makefile.in
@@ -70,2 @@
> TARGET_DEPTH = ..
> include $(srcdir)/automation-build.mk
This is only used for leaktest.py in this Makefile (although that's certainly not clear from inspection), so you can remove it (along with the reference to automationutils.pyc at the bottom).
Attachment #8425965 -
Flags: review?(ted) → review+
Comment 3•11 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #2)
> (along with the reference to automationutils.pyc at the bottom).
That one is still necessary.
![]() |
Assignee | |
Comment 4•11 years ago
|
||
With some help from glandium and the try server, I determined that the TARGET_DEPTH and automation-build.mk lines were necessary, and the |libs::| target still needed to depend on automation.py.
https://hg.mozilla.org/integration/mozilla-inbound/rev/aac960513e7a
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
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
•