Fabian Meumertzheim
Fabian Meumertzheim
Jazzer has been integrated into `rules_fuzzing` with https://github.com/bazelbuild/rules_fuzzing/pull/143. The `java_fuzz_test` macro provided by these rules is even more convenient than `java_fuzz_target_test` and can be used by other projects.
@chrismgrayftsinc Have you managed to set up `rules_fuzzing`?
I will look into ways to resolve this on our end. Some versions of `libstdc++` are indeed known to cause problems since they claim to have C++17 support but then...
Fixing this is blocked by https://github.com/bazelbuild/bazel/issues/13071.
Verified that this issue is resolved by https://github.com/bazelbuild/bazel/pull/13666. Let's see whether we can that merged upstream. @chrismgrayftsinc If you still want to give this a try, the following should work...
We are no longer relying on `std::filesystem` and am in the process of restoring C++1 compatibility, so this shouldn't be necessary anymore.
Thanks for taking a deeper look at the instrumentation. In an internal precursor to Jazzer, we indeed instrumented all array index operations, in particular including those with variable indices. Since...
I can reproduce all these test failures in the CI, which is why these tests are currently not run automatically for macOS. Let me elaborate a bit on why they...
> If you like, I can prepare PR for that. That would be highly appreciated. Our CI pipeline is still quite simplistic and I don't have access to physical macOS...
I changed the title of the issue to better reflect what is left to do.