Home
last modified time | relevance | path

Searched refs:creduce (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/csmith-fuzzing/
DREADME.md21 Requires `python3`, `csmith`, and `creduce` to be in `$PATH`.
23 Many OS package managers have `csmith` and `creduce` packages:
26 $ sudo apt install csmith creduce
27 $ brew install csmith creduce
64 [creducing]: ../CONTRIBUTING.md#using-creduce-to-minimize-test-cases
Ddriver.py137 if args.creduce:
138 creduce(args, input.name, result)
151 def creduce(args, failing_test_case, result): function
/third_party/rust/crates/bindgen/
DCONTRIBUTING.md30 - [Using `creduce` to Minimize Test Cases](#using-creduce-to-minimize-test-cases)
31 - [Getting `creduce`](#getting-creduce)
407 ## Using `creduce` to Minimize Test Cases
412 `creduce` can help reduce the test case to a minimal one that still exhibits
417 ### Getting `creduce`
419 Often, you can install `creduce` from your OS's package manager:
422 $ sudo apt install creduce
423 $ brew install creduce
427 …ctions](https://github.com/csmith-project/creduce/blob/main/INSTALL.md) for building and/or instal…
429 Running `creduce` requires two things:
[all …]