Documentation
¶
Overview ¶
crossfuzz-e2e drives end-to-end tests of the crossfuzz coordinator and language harnesses. It supersedes the earlier `go test`-based suite.
Tests register themselves via init() in subpackages under tests/. This binary imports tests/all.go for side effects, which transitively imports every test package so the registry is populated before main() runs.
Usage:
bin/crossfuzz-e2e [-run REGEX] [-tag TAG]... [-parallel N] [-v] [-failfast] [-list]
Directories
¶
| Path | Synopsis |
|---|---|
|
comparers
|
|
|
byte_equal/a
command
|
|
|
byte_equal/b
command
|
|
|
custom/lower
command
|
|
|
custom/upper
command
|
|
|
harness/comparator
command
|
|
|
harness/raw
command
|
|
|
harness/shuffled
command
|
|
|
json_structural/compact
command
|
|
|
json_structural/reordered
command
|
|
|
none/a
command
|
|
|
none/b
command
|
|
|
numeric/plain
command
|
|
|
numeric/spaced
command
|
|
|
numeric_relative/exact
command
|
|
|
numeric_relative/noisy
command
|
|
|
fixtures
|
|
|
branchy/go
command
|
|
|
byte_echo/go
command
|
|
|
divergent/buggy
command
|
|
|
divergent/good
command
|
|
|
slow/go
command
|
|
|
input_filter
|
|
|
constant
command
|
|
|
identity
command
|
|
|
reject
command
|
|
|
transform
command
|
|
|
Package tests is a side-effect import target.
|
Package tests is a side-effect import target. |
Click to show internal directories.
Click to hide internal directories.