-
https://chenshize.com/about&contact?error=redirect_uri_mismatch&error_description=The%2Bredirect_uri%2BMUST%2Bmatch%2Bthe%2Bregistered%2Bcallback%2BURL%2Bfor%2Bthis%2Bapplication.&error_uri=https%3A%2…
-
When doing structured generation, it is often difficult to get a sense of the distribution of values that you're actually testing with. I've developed an interface called [Tyche](https://marketplace.v…
-
Currently CI runs fail with the following errors.
```
======================================================================
ERROR: test_black_box_search.test_black_box_search_from_dicts
-------…
-
I've found myself writing a lot of code that is very repetitious while writing tests. Basically, I'm trying to take something like the following:
```rust
#[cfg(test)]
mod tests {
use bolero…
-
Wrote a simple bolero test like this one:
```rust
#[test]
fn function() {
check!()
.with_type::()
.for_each(|x| {
assert!(*x < 100_i32);
})
}
```
Whe…
-
There is some issue in selecting the proper integration test for Kani:
```
$ cargo bolero --version
cargo-bolero 0.8.0
$ cargo kani --version
cargo-kani 0.23.0
$ cargo new project
$ cargo…
-
Hello!
I wanted to replay corpus using `cargo test` (documented [here](https://camshaft.github.io/bolero/features/corpus-replay.html)) but was noticing that it will not fully replay a corpus, and a…
-
I remember discussing this at some point, but somehow cannot find it in github any longer, so I’m opening this issue to track it :)
`cargo bolero list` currently needs to run the whole test suite t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
After I set up my enterprise-grade solution, debug startup time increased from 5 seconds whic…
-
Trying to work around #79, I tried building `cargo-bolero` with `honggfuzz` feature but that fails:
```
linux/bfd.c: In function 'arch_bfdDisasm':
linux/bfd.c:231:5: error: too few arguments …