You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The engine-agnostic launcher doesn't support passing through fuzzer-specific flags atm, but in order to run e.g. the target //examples/java:FuzzTest, you could try:
bazel run //examples/java:FuzzTest_bin -- -use_value_profile=1
Note the _bin which exposes the "raw" fuzz target rather.
How can we supply fuzzer args like
-use_value_profile=1
to java_fuzz_test?The text was updated successfully, but these errors were encountered: