Closed
Bug 869143
Opened 12 years ago
Closed 12 years ago
XPCSHELL_TEST conversion cleanups
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla24
People
(Reporter: joey, Assigned: joey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
52.08 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
Remove DISABLED_XPCSHELL_TEST from Makefile.in.
cleanup remaining conversion items {list to be added}
Updated•12 years ago
|
Blocks: nomakefiles
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → joey
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 747999 [details] [diff] [review]
phase2 cleanup for XPCSHELL_TEST conversion.
Phase2 conversion cleanup. Remove scaffolding (s/XPCSHELL_/DISABLED_XPCSHELL_) and conditionals from the Makefile.in flavor of XPCSHELL_TESTS.
Attachment #747999 -
Attachment description: phas2 cleanup for XPCSHELL_TEST conversion. → phase2 cleanup for XPCSHELL_TEST conversion.
Attachment #747999 -
Flags: review?(mshal)
Comment 3•12 years ago
|
||
Comment on attachment 747999 [details] [diff] [review]
phase2 cleanup for XPCSHELL_TEST conversion.
>diff --git a/toolkit/components/downloads/test/Makefile.in b/toolkit/components/downloads/test/Makefile.in
>--- a/toolkit/components/downloads/test/Makefile.in
>+++ b/toolkit/components/downloads/test/Makefile.in
>@@ -1,20 +1,15 @@
> #
> # This Source Code Form is subject to the terms of the Mozilla Public
> # License, v. 2.0. If a copy of the MPL was not distributed with this
> # file, You can obtain one at http://mozilla.org/MPL/2.0/.
>
>-DEPTH = @DEPTH@
>+DEPTH = @DEPTH@
> topsrcdir = @top_srcdir@
> srcdir = @srcdir@
>-VPATH = @srcdir@
>+VPATH = @srcdir@
> relativesrcdir = @relativesrcdir@
Please avoid making unrelated whitespace changes to patches like this, since it makes review a bit more difficult. Other than that, looks good.
Attachment #747999 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
inbound push:
committed changeset 131815:2bf6dcf8c74a
https://hg.mozilla.org/integration/mozilla-inbound/rev/2bf6dcf8c74a
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•