1sample:
2  description: native_posix-based libfuzzer example
3  name: fuzz
4tests:
5  sample.debug.fuzz:
6    toolchain_allow: llvm
7    platform_allow: native_posix_64
8    harness: console
9    harness_config:
10      type: one_line
11      # The sample will run all the way to key 6 (to show off its
12      # ability to search a 1-in-2^56 haystack), but that takes 20-60s
13      # and is quite variable.  It's enough to know that it's finding
14      # new code paths by the third new coverage announcement.
15      regex:
16        - "Found key 2"
17