Closed Bug 1294630 Opened 8 years ago Closed 8 years ago

Move --enable-ipc-fuzzer to python configure

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox51 fixed)

RESOLVED FIXED
mozilla51
Tracking Status
firefox51 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

Attachments

(1 file)

      No description provided.
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 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
https://hg.mozilla.org/mozilla-central/rev/2bbe53526d74
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: