Closed
Bug 1294630
Opened 9 years ago
Closed 9 years ago
Move --enable-ipc-fuzzer to python configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox51 fixed)
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8780396 [details]
Bug 1294630 - Move --enable-ipc-fuzzer to python configure.
https://reviewboard.mozilla.org/r/71128/#review68882
::: toolkit/moz.configure:484
(Diff revision 1)
> +# Gecko integrated IPC fuzzer
> +# ==============================================================
> +option('--enable-ipc-fuzzer', env='MOZ_FAULTY',
> + help='Enable IPC fuzzer')
> +
> +@depends_if('--enable-ipc-fuzzer', target)
`depends_if` proceeds if any argument is truthy, which `target` will be, so this fails outright on Windows.
Attachment #8780396 -
Flags: review?(cmanchester)
Comment hidden (mozreview-request) |
Comment 4•9 years ago
|
||
mozreview-review |
Comment on attachment 8780396 [details]
Bug 1294630 - Move --enable-ipc-fuzzer to python configure.
https://reviewboard.mozilla.org/r/71128/#review69614
Attachment #8780396 -
Flags: review?(cmanchester) → review+
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2bbe53526d74
Move --enable-ipc-fuzzer to python configure. r=chmanchester
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
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
•