Closed
Bug 1846540
Opened 1 year ago
Closed 1 year ago
Documentation issue on tools/fuzzing/fuzzing_interface
Categories
(Core :: Fuzzing, task)
Core
Fuzzing
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: manuel, Assigned: manuel)
References
()
Details
Attachments
(1 file)
URL = https://firefox-source-docs.mozilla.org/tools/fuzzing/fuzzing_interface.html
Deprecation warning when running the suggested code: python -m fuzzfetch -a --fuzzing --gtest -n firefox-fuzzing
: --gtest is deprecated, add 'gtest' to --target instead (e.g. --target firefox gtest)
full log:
[2023-08-01 16:42:59] --gtest is deprecated, add 'gtest' to --target instead (e.g. --target firefox gtest)
[2023-08-01 16:43:00] Identified task: https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.mozilla-central.latest.firefox.linux64-fuzzing-asan-opt
[2023-08-01 16:43:00] > Task ID: TvdopuvoTqad1e8Fw5Siqw
[2023-08-01 16:43:00] > Rank: 1690861557
[2023-08-01 16:43:00] > Changeset: 195161a06a7a71dbce0ee5e8ddb8c84f3cb03df7
[2023-08-01 16:43:00] > Build ID: 20230801034557
[2023-08-01 16:43:01] WARNING: Install lbzip2 for much faster extraction.
[2023-08-01 16:43:02] > Downloading: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TvdopuvoTqad1e8Fw5Siqw/artifacts/public/build/target.tar.bz2 (526.84MiB total)
[2023-08-01 16:43:15] .. downloaded (37.19MB/s)
[2023-08-01 16:43:15] .. extracting
[2023-08-01 16:44:00] > Downloading: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TvdopuvoTqad1e8Fw5Siqw/artifacts/public/build/target.gtest.tests.tar.gz (573.14MiB total)
[2023-08-01 16:44:10] .. downloaded (54.73MB/s)
[2023-08-01 16:44:10] .. extracting
[2023-08-01 16:44:18] Extracted into /home/user/dev/gecko/firefox-fuzzing
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → manuel
Assignee | ||
Comment 1•1 year ago
|
||
Added my notes from when I was reproducing an IPC test failure.
- fix deprecation warning in fuzzfetch
- fix one spelling mistake
- add example command for IPC test case reproduction
Pushed by mbucher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/909f2ffca7f1
Improve IPC fuzzing doc r=decoder
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•