Lines Matching +full:oss +full:- +full:fuzz
1 Fuzz Tests for CPython
4 These fuzz tests are designed to be included in Google's `oss-fuzz`_ project.
6 oss-fuzz works against a library exposing a function of the form
9 some toy values -- no fuzzing occurs in Python's test suite.
11 oss-fuzz will regularly pull from CPython, discover all the tests in
12 ``fuzz_tests.txt``, and run them -- so adding a new test here means it will
13 automatically be run in oss-fuzz, while also being smoke-tested as part of
16 Adding a new fuzz test
17 ----------------------
35 ``LLVMFuzzerTestOneInput`` will run in oss-fuzz, with each test in
43 Dictionaries of tokens (see oss-fuzz documentation for more details) can
48 What makes a good fuzz test
49 ---------------------------
53 fuzz test. See the existing examples for reference, and refer to the
54 `oss-fuzz`_ docs.
56 .. _oss-fuzz: https://github.com/google/oss-fuzz target in What makes a good fuzz test