aboutsummaryrefslogtreecommitdiff
path: root/bazel
AgeCommit message (Expand)Author
2022-08-19driver: Restore compatibility with C++11Fabian Meumertzheim
2022-08-17driver: Fix driver crash when not supplying -seedFabian Meumertzheim
2022-08-15all: Apply code cleanup fixesFabian Meumertzheim
2022-08-05bazel: Make cc_17_library work with CLion aspectFabian Meumertzheim
2022-06-28Remove unused variableSimon Resch
2022-05-20Generate end-to-end coverage reports for testsFabian Meumertzheim
2022-05-06Allow java_fuzz_target_tests to specify that they don't crashFabian Meumertzheim
2022-05-06Consolidate error handling in FuzzTargetTestWrapperFabian Meumertzheim
2022-05-05Move honeypot class to APINorbert Schneider
2022-04-25Execute fuzz target tests with -Dfile.encoding=UTF-8Fabian Meumertzheim
2022-04-05Include JVM error files in test outputsFabian Meumertzheim
2022-04-04Simplify strip_jar implementationFabian Meumertzheim
2022-03-31Restore the //agent:jazzer_agent_deploy.jar targetFabian Meumertzheim
2022-03-29Add a Starlark rule for jar strippingFabian Meumertzheim
2022-03-23Forward coverage information through cc_17_libraryFabian Meumertzheim
2022-03-08Make crash reproducer verification more reproducibleFabian Meumertzheim
2022-03-03Verify the precise exception reproduced by a reproducerFabian Meumertzheim
2022-02-16Fall back to non-rlocation paths in FuzzTargetTestWrapperFabian Meumertzheim
2022-02-11Add a tool that hermetically strips paths from JARsFabian Meumertzheim
2022-01-12Split crash reproducer dataNorbert Schneider
2022-01-11Honor JAVA_OPTSFabian Meumertzheim
2021-12-13Make log4j a testonly dependencyFabian Meumertzheim
2021-12-13Add size and timeout arguments to java_fuzz_target_testFabian Meumertzheim
2021-10-25Map rootpath to rlocation path in fuzz target test wrapperFabian Meumertzheim
2021-10-19Make target_class optional in java_fuzz_target_testFabian Meumertzheim
2021-10-18Adapt rlocation to Windows in fuzz target test wrapperFabian Meumertzheim
2021-10-18Fix native library tests on WindowsFabian Meumertzheim
2021-10-18Add copts and linkopts for WindowsFabian Meumertzheim
2021-10-18Use target_compatible_with instead of filtersFabian Meumertzheim
2021-10-17Use rules_jniFabian Meumertzheim
2021-10-17Recreate DefaultInfo instead of forwarding itFabian Meumertzheim
2021-10-15Do not use @rules_java and @rules_ccFabian Meumertzheim
2021-10-15Wrap kt_jvm_test in java_test for Windows compatibilityFabian Meumertzheim
2021-08-13Do not build cc_17_library twice with //...Fabian Meumertzheim
2021-08-09Find libjvm with a repository ruleFabian Meumertzheim
2021-08-02Enable native fuzzing example on macOSFabian Meumertzheim
2021-06-25Improve LD_LIBRARY_PATH in jazzer and fuzz_target_test_wrapper.shFabian Meumertzheim
2021-06-25Consistently use neverlink jazzer_api depFabian Meumertzheim
2021-06-17Fix runfiles handling with jazzer_wrapper.shFabian Meumertzheim
2021-06-09Add support for UBSanFabian Meumertzheim
2021-06-02Use Bazel runfiles library to locate agentFabian Meumertzheim
2021-05-30Transition on cc_library rather than cc_binaryFabian Meumertzheim
2021-05-26Use `mkdir -p` to create artifact dir in `jazzer_wrapper.sh`Fabian Meumertzheim
2021-05-25Fix //:jazzer not finding the agentFabian Meumertzheim
2021-05-16Prevent redundant Jazzer buildsFabian Meumertzheim
2021-05-07Ensure default -Xmx value is below -rss_limit_mbFabian Meumertzheim
2021-04-26Build driver and deps with C++17 via transitionFabian Meumertzheim
2021-04-13Fix dump of crashing input on sanitizer reportFabian Meumertzheim
2021-03-22Do not intercept JVM-internal C stdlib callsFabian Meumertzheim
2021-03-22Print exit code on test failureFabian Meumertzheim