Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: testing/libfuzzer/README.md

Issue 1976713002: [libfuzzer] updating documentation with mac support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/getting_started.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # libFuzzer in Chrome 1 # libFuzzer in Chrome
2 2
3 [go/libfuzzer-chrome](https://goto.google.com/libfuzzer-chrome) 3 [go/libfuzzer-chrome](https://goto.google.com/libfuzzer-chrome)
4 4
5 *** aside 5 *** aside
6 [Getting Started](getting_started.md) 6 [Getting Started](getting_started.md)
7 | [Buildbot](https://goto.google.com/libfuzzer-clusterfuzz-buildbot) 7 | [Buildbot](https://goto.google.com/libfuzzer-clusterfuzz-buildbot)
8 | [ClusterFuzz Status](https://goto.google.com/libfuzzer-clusterfuzz-status) 8 | [ClusterFuzz Status](https://goto.google.com/libfuzzer-clusterfuzz-status)
9 | [Cover Bug] 9 | [Cover Bug]
10 *** 10 ***
11 11
12 This directory contains integration between [libFuzzer] and Chrome. 12 This directory contains integration between [libFuzzer] and Chrome.
13 libFuzzer is an in-process coverage-driven evolutionary fuzzer. It helps 13 libFuzzer is an in-process coverage-driven evolutionary fuzzer. It helps
14 engineers to uncover potential security & stability problems earlier. 14 engineers to uncover potential security & stability problems earlier.
15 15
16 *** note 16 *** note
17 **Requirements:** libFuzzer in Chrome is supported with GN on Linux only. 17 **Requirements:** libFuzzer in Chrome is supported with GN on Linux only.
18 **Check [Reference] for experimental platform availability.
18 *** 19 ***
19 20
20 ## Integration Status 21 ## Integration Status
21 22
22 Fuzzer tests are well-integrated with Chrome build system & distributed 23 Fuzzer tests are well-integrated with Chrome build system & distributed
23 ClusterFuzz fuzzing system. Cover bug: [crbug.com/539572]. 24 ClusterFuzz fuzzing system. Cover bug: [crbug.com/539572].
24 25
25 ## Documentation 26 ## Documentation
26 27
27 * [Getting Started Guide] walks you through all the steps necessary to create 28 * [Getting Started Guide] walks you through all the steps necessary to create
(...skipping 18 matching lines...) Expand all
46 [Cover Bug]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572 47 [Cover Bug]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572
47 [Getting Started Guide]: getting_started.md 48 [Getting Started Guide]: getting_started.md
48 [Efficient Fuzzer Guide]: efficient_fuzzer.md 49 [Efficient Fuzzer Guide]: efficient_fuzzer.md
49 [ClusterFuzz Integration]: clusterfuzz.md 50 [ClusterFuzz Integration]: clusterfuzz.md
50 [Reproducing]: reproducing.md 51 [Reproducing]: reproducing.md
51 [Reference]: reference.md 52 [Reference]: reference.md
52 [ClusterFuzz Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=lab el:Stability-LibFuzzer%20label:ClusterFuzz&sort=-modified&colspec=ID%20Pri%20M%2 0Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified 53 [ClusterFuzz Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=lab el:Stability-LibFuzzer%20label:ClusterFuzz&sort=-modified&colspec=ID%20Pri%20M%2 0Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
53 [Pdfium Bugs]: https://bugs.chromium.org/p/pdfium/issues/list?can=1&q=libfuzzer& colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles 54 [Pdfium Bugs]: https://bugs.chromium.org/p/pdfium/issues/list?can=1&q=libfuzzer& colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles
54 [Manual Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=label%3A Stability-LibFuzzer+-label%3AClusterFuzz&sort=-modified&colspec=ID+Pri+M+Stars+R eleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells= ids 55 [Manual Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=label%3A Stability-LibFuzzer+-label%3AClusterFuzz&sort=-modified&colspec=ID+Pri+M+Stars+R eleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells= ids
55 [OSS Trophies]: http://llvm.org/docs/LibFuzzer.html#trophies 56 [OSS Trophies]: http://llvm.org/docs/LibFuzzer.html#trophies
OLDNEW
« no previous file with comments | « no previous file | testing/libfuzzer/getting_started.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698