Commit 203c741c authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

Add "Fuzz Testing" entry in src/README.md

Making it easier to find instructions to add fuzz tests.

Change-Id: I3c9a285300022a0ddf11ff9003f82ee2b2377d12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850593Reviewed-by: default avatarMax Moroz <mmoroz@chromium.org>
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704404}
parent d9313dc1
...@@ -173,6 +173,7 @@ used when committed. ...@@ -173,6 +173,7 @@ used when committed.
Capture stack traces on layout test crashes without an attached debugger Capture stack traces on layout test crashes without an attached debugger
* [Test Descriptions](testing/test_descriptions.md) - Unit test targets that can be * [Test Descriptions](testing/test_descriptions.md) - Unit test targets that can be
built, with associated desciptions. built, with associated desciptions.
* [Fuzz Testing](../testing/libfuzzer/README.md) - Fuzz testing in Chromium.
* [IPC Fuzzer](testing/ipc_fuzzer.md) - Fuzz testing of Chromium IPC interfaces. * [IPC Fuzzer](testing/ipc_fuzzer.md) - Fuzz testing of Chromium IPC interfaces.
* [Running Chrome tests with AddressSanitizer (asan) and LeakSanitizer (lsan)](testing/linux_running_asan_tests.md) - * [Running Chrome tests with AddressSanitizer (asan) and LeakSanitizer (lsan)](testing/linux_running_asan_tests.md) -
Run Chrome tests with ASAN and LSAN builds to detect addressability issues and memory leaks. Run Chrome tests with ASAN and LSAN builds to detect addressability issues and memory leaks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment