CodeLowSky

Results 5 comments of CodeLowSky

Attached is the stack trace, thanks for looking into this. In the meanwhile I try the instrument option. [trace.txt](https://github.com/CodeIntelligenceTesting/jazzer/files/9878737/trace.txt)

So I've played around a bit and added the junit-platform.properties. ``` jazzer.instrument=dummy.** ``` The build is working now but the test executions seems a bit off. I added byteFuzz test...

Thanks for the info, this is working now with `JAZZER_FUZZ=1`, but how does your cmdline for testing look like? When I run the tests with `gradle test` it is putting...

This is my input dir ``` $ ls app/src/test/resources/dummy/DummyFuzzTestInputs/ crash crash-48d5cf776df1ec92df4c006da22b18d3b6bba8ad crash-d3adc5273397f1d045dff06fee4da09a60565212 crash-f90848556a0b80428788dd0cb58d0de8d9bde29d ``` And this is the test output with `gradle clean test --info` ``` DummyFuzzTest > dummyFuzz(FuzzedDataProvider) >...

Even if I move `src` to the project root or set `app` as project root, it's the same behaviour. But for now I can work with that, maybe I'll find...