Migrate autospider.py to mach
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(6 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
I've meant to do this for a while, but the final push came from Fuzzilli's need for an output file that is already generated if you run via mach build
. I had zero interest in faking it up and incurring more technical debt.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
Switching this to a needinfo instead of a fake review request. glandium, can you (or another build peer) look this over and tell me how to do this the right way? I want a shared library that I can use with both LD_PRELOAD
and dlopen
(well, PR_LoadLibraryWithFlags
or whatever it's called), and doesn't require the target binary to be linked with libxul or mozalloc.
Assignee | ||
Comment 8•4 years ago
|
||
Over Matrix: DisableStlWrapping()
in moz.build
. Which I somehow missed in minidump_stackwalk/moz.build
.
Comment 10•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b08fb1983e2e
https://hg.mozilla.org/mozilla-central/rev/abe51227f6a2
https://hg.mozilla.org/mozilla-central/rev/da7d7390ef5d
https://hg.mozilla.org/mozilla-central/rev/1526c8b3fb4e
https://hg.mozilla.org/mozilla-central/rev/ea7ee8ec0172
https://hg.mozilla.org/mozilla-central/rev/043a215fa9f1
Description
•