CodeIntelligenceTesting / jazzer

Coverage-guided, in-process fuzzing for the JVM
https://code-intelligence.com
Other
1.03k stars 137 forks source link

Extend list of ignored packages #664

Closed bertschneider closed 1 year ago

bertschneider commented 1 year ago

As instrumenting Mockito can cause instrumentation cycles it's now ignored. Instrumenting Byte Buddy itself could cause similar issues, hence, it's now ignored as well.

Lastly, the whole JUnit package is ignored due to other sub-packages that could distract the fuzzer and slow down startup.