Norbert Schneider
Norbert Schneider
Thanks for the report! We will take a look.
Correct, this is currently not supported by the JUnit integration. Findings are stored in the corpus directory and used in subsequent regression mode runs, which is a nicer way to...
How to use the JUnit integration is described at [Using Jazzer via JUnit 5](https://github.com/CodeIntelligenceTesting/jazzer#junit-5), but you saw that as you're using the integration already. Point 5. describes how to use...
Currently, multiple fuzzing runs can not be started cleanly in one JVM instance. As they tend to be quite long running, they should probably be executed individually anyways. We are...
If you want to use Maven you can set the testsuite name like: `JAZZER_FUZZ=1 mvn test -Dtest=MyTestClassName`. Or use the [JUnit 5 console launcher](https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher) for more configuration options. Furthermore, you...
Hi, thx for reporting this! `expected_errors` is used to influence the application exit code, so that external applications can detect expected and unexpected errors, e.g. this comes in handy in...
True, but Jazzer.js does not support this, at least for now. Actually, Jazzer.js uses a patched libFuzzer version where returning `-2` from the fuzz target will exit the fuzzing loop...
No worries, thx for bringing this up! I added it to our list of missing features. Ideally users would not need to know which or even if an external fuzzing...
Thanks for the suggestion and linked code example. The integration into fast-check looks quite simple. Added to the ever growing list of good possible additions :+1: In the meantime, feel...
You probably have to rebase on the latest `main` version and resolve the conflict to trigger a new pipeline run.