Closed
Bug 1513721
Opened 7 years ago
Closed 7 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)
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•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Updated•7 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•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•