Closed
Bug 1513721
Opened 6 years ago
Closed 6 years ago
Faulty: allow compilation on windows
Categories
(Core :: IPC, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: truber, Assigned: truber)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Faulty is currently broken on Windows because of dependence on POSIX random() and hooks that need re-implementation for Windows. This blocks having --enable-fuzzing builds at all on Windows.
This will replace the random() calls with C++11 <random> and #ifdef the areas that don't compile on Windows, until it can be revisited.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Updated•6 years ago
|
Priority: -- → P1
Pushed by btara@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/de3546e12200
Fix Faulty for compilation on Windows. r=posidron
Keywords: checkin-needed
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•